Asian Session break.
-
Hi, how can i create an EA that essentially take a trade when the market closes above or below a range. So i want the EA to be able to draw a box around midnight to 8am of the current day in 15min chart. it should draw draw a vertical line on the high of that range, and the low.
if a candle thereafter closes below or above that range a trade should be executed.
-
u can choose draw object block and in put the parameters to draw the range
-
@aqoeqmfypkymgc You can do that without drawing anythong on chart. You just need those time limits and tell the EA if price is above/below those limits.