- Search Crypto Craft
-
sashasan replied Jun 23, 2010well, good question, but how is Invalid Stops (error 130) related to ECN brokers? usually this king of error occurs when stop loss set incorrectly...
Simple H1 GBPUSD EA
-
sashasan replied Jun 22, 2010JIVA Frankfurt-New York Session v1 — my version EURUSD M30 jan 2010 up to now, something definitely wrong ... but looks awesome
image EAs under construction II
-
sashasan replied Jun 21, 2010not hard at all, but here is another question - the general point of calculation - a stoch cross - should occur any time before the session opened or only after opening?
EAs under construction II
-
sashasan replied Jun 21, 2010one more example — here is the same -> image
EAs under construction II
-
sashasan replied Jun 21, 2010another idea — so what do we have here -> image 7:30 candle (a big short one) closed below ema 8, next candle is opened at 22850, low of this candle is 22730 so b/e would not be reached and position will be closed by sl? i think a better ...
EAs under construction II
-
sashasan replied Jun 19, 2010JIVA 4 Sessions v1 — JIVA 4 Sessions v1 bugs fixed: -- with entering tokyo trade -- with double order of different type
EAs under construction
-
sashasan replied Jun 19, 2010GEOFFs TOKYO Breakout v2 - ALTERNATIVE VERSION — so, here it is an alternative version of the Geoff's "The Great" ea
things which was kept from the original version: -- 2 orders, first closes by tp, second goes to b/e -- open positions ...Simple H1 GBPUSD EA
-
sashasan replied Jun 15, 2010IBFX : 2 longs at 4796 although H1 is bearish, H4 and D1 is bulllish
Simple H1 GBPUSD EA
-
sashasan replied Jun 14, 2010another version of Geoff's ea — so, here it is, things which was not changed form the original version: -- 2 orders, first closes by tp, second goes to b/e -- open positions based on SMA10, SMA 197, M15 and M5 fractals, also possible to setup ...
Simple H1 GBPUSD EA
-
sashasan replied Jun 14, 2010Geoff's Manual Setup v2 — in the new version: -- alert window -- different locked bar value for M15 and M5 fractals
Simple H1 GBPUSD EA
-
sashasan replied Jun 13, 2010something like that: // here the order was opened: OrderSend(Symbol(),OP_BUY,lot,Ask,3,Ask - StopLoss*POINT, Ask + TakeProfit1*POINT,0,Magics[0,0],0,0); if(OrderSelect(t1,SELECT_BY_TICKET)) Print("Order was opened"); datetime ord1time = ...
Simple H1 GBPUSD EA
-
sashasan replied Jun 13, 2010this could be done in couple of different ways, most simple - Sleep(20000); but i would probably remember a time of opening order to a datetime variable (like datetime order1time = OrderOpenTime()), calculate a time of the next "turn on" and check ...
Simple H1 GBPUSD EA
-
sashasan replied Jun 13, 2010i was playing with the fractals, the idea is to assign a different bar for "locked" fractal for M15 and M5
Simple H1 GBPUSD EA