garyfritz wrote:New error: "Setting of SL EURUSD ticket no XXXXXXX failed with error (1): no error"
Also happens with breakeven SLs.
I believe those were all fixed in ver 2.5 of the bot. Can you confirm your version?
garyfritz wrote:New error: "Setting of SL EURUSD ticket no XXXXXXX failed with error (1): no error"
Also happens with breakeven SLs.
Do you have ECN = true?xlitang wrote:tried to EA with FXDD and got error as "invalid stops". Please advise.
Mike updated the file without a version change number. Search your copy for the string "err!=1" and if you find it you have the old version. Or, search for "err>1" and if you find it you have the new version.garyfritz wrote:Comment at the top of the file sez: "Fratelli Ea v2.5.mq4"
garyfritz wrote:OK, I'm getting some trades now, but I'm confused on several points. I'm running the fixed 2.5 EA now, but these trades were entered with the if(err!=0 ... code -- could that have caused this??
* I have an arrow on the 19:30 GMT bar. Candles and histo are red so it should go short 4 pips below the low, or 103.871 - .04 = 103.831. Next bar goes 6.5 pips lower but no entry.
* It goes short in the 20:00 GMT bar -- but why? The short price is above the close of the bar the crossed the EMA. It shorted at the open of that bar so I suspect an order got placed at a higher price and just activated on this bar.
* Notice the SL for the 22:00 trade (20:00 GMT): it's 34.5 pips above the entry. The TP is 10.5 pips below entry. Looks to me like the code thought it entered at 103.894, not 103.749.
* It exited in the 22:20 bar -- why? The High of that bar was 103.788, nowhere near the SL. It shouldn't have moved the SL at that point.
* The second trade again entered at the Open at a price that makes no sense. SL was 40 away, TP was 21 away!?
Yes.Panamamike wrote:Do you have ECN = true?xlitang wrote:tried to EA with FXDD and got error as "invalid stops". Please advise.