Logic check: Pending buy and sell orders at candle open
-
hello Everyone, how has your day been.
I would like you all to help me check my EA logic.
what the EA should do is: place pending(limit) buy and sell orders 20pips at the open of a new candle say on H4 timeframe and take 10pips profit.the project link:
https://fxdreema.com/shared/vX8hH3t8d -
@laudable222 the logic seems right. but i guess it comes down to personal preference as there are many ways to achieve the same goal. If i were you id use the below mentioned way. The order expires after 4 hours. If you want the order to be deleted after the bar ends and dont know which tf to use. You can use once "ever n bars", set it 1 and than delete all pending order block.

-
@vonmunchy Alright my good sir. I will make the necessary adjustments.