London Breakout EA NOT SETTING PEnding ORDERS
-
Hello everyone. I’ve created an EA that places pending orders on the previous day’s high and low, and that part is working perfectly. I’m now trying to add a second entry method using the London Breakout strategy, where the EA sets buy-stop and sell-stop orders at the Asian session high and low. I’ve genuinely been stuck on this part for a while, and if anyone here can guide me, it would mean a lot. I’d really appreciate any help from someone who actually understands this logic. https://fxdreema.com/shared/CaNUejzcc
-
Easiest way is to work out the open and close times for your platform, use high low market properties for this time period.
-
Hello Jstap, I know my platform’s open and close times, but I’m struggling to GET the high and low values for the Asian session. Could you help me with that?. https://fxdreema.com/shared/CaNUejzcc
-
Create 2 variables, I have not set the correct times:

-
Okay, thank you Jstap. Let me try it out, and I’ll let you know if I succeed.
-
So after adding the Modify Variables block, I can basically just build the EA like this, right?

-
the variables will hold the price value to put the order on, use the time filter to ensure order isn't placed until after Asian close, and delete if not activated so you can start a fresh the next day,
-
Can you please help me out, Jstap? I think my brain is too slow to comprehend this
right now. https://fxdreema.com/shared/QXrf75VX -
The EA already sets pending orders on the previous day’s high and low,Which is what I wanted. but I also want it to place orders based on the Asian session’s high and low.
-
Setting in the buy/sell block will work, you have all the tools to complete what you need, now run on backtest, change what you think needs changing, and test again.