EA is not placing new pending order until previous pending order is triggered in live account while on backtesting its placing every pending order
-
so i made this EA and as you can see in this picture 1 the backtesting trades which were pending and then triggered
while in 2nd picture, its real live account that has only those trades 3 trades running those were placed after previous one is triggered, both live and backtesting is in same period
please help me resolve this issue
thanks -
image 1
image 2 -
@nalin Can you please share the link of your project?
-
https://fxdreema.com/shared/6P1B1pxOd
here is the link, and sir you will see the difference on live trading and on backtesting on same period
, idk why it is happenning.. there was an error like this that stopped the trades from getting placed i guess
-
@nalin your SL or TP is probably too small
-
@roar sl is 100 pips bruh and that doesnt explain the issue because 4 out of 6 pending orders got placed while 2 were having this issue with same sl and step pip is 5pips tho
-
@nalin well, that is literally what this error is saying - your SL or TP doesnt fit your brokers requirements. I can't say how your broker might limit setting these stops. Try creating your orders without SL or TP, and set them afterwards with "modify stops of trades" block.
-
@roar yep good idea when pending order is triggered place sl and tp, ima add that block, thanks