Create an MT5 EA STEP #1 : Identify 24 hour [] am - []am range high/low for currency pair Example 1: Current time is 10am (25/12/21) Identify EURUSD HIGH & LOW Price Check last 24 hour between 2am(24/12/2021) to 2am (25/12/2021) Example 2: Current time is 12.05am (25/12/21) Identify EURUSD HIGH & LOW Price Check last 24 hour between 2am(23/12/2021) to 2am (24/12/2021) STEP #2 : Identify entry points [] pips over high and [] pips below the low of the range STEP #3 : Entry Set [] limit and [] pips []TP []SL for limit buy orders / limit sell orders Example : After get the last HIGH and LOW, Set limit buy order 10pip above the high price and 10pip below the low price EURUSD last 24 hour High is 1.2100 Low is 1.1900 SET (3) limit buy order at 1.2110, Take Profit +20pips,25pips and 30pips Stop Loss +20pips,30pips and 35pips SET (3) limit sell order at 1.1890 Take Profit +20pips,25pips and 30pips Stop Loss +20pips,30pips and 35pips STEP #4 : Cancel limit order if trigger any open position or none When buy order trigger, cancel all the sell order. When Sell order trigger, cancel all the buy order. When next day no trigger, cancel all the order, set the new one. Sample input (Organize) === TIME === TIME START TIME END === LIMIT ORDER SET===(I need 3 set of limit buy order and sell order, all value can be change) ENTRY BUY : ENTRY SELL : SL (STOP LOSS) : TP (TAKE PROFIT) :