I want to add candle partern check to my EA as follows: - BUY ENTRY CONDITIONS Add current candle high > current candle open on H4 TF, Daily TF, Weekly TF, Monthly TF to existing buy entry conditions of the EA Sell ENTRY CONDITIONS Add current candle low < current candle open on H4 TF, Daily TF, Weekly TF, Monthly TF to existing sell entry conditions of the EA I want the setting for candle checks to be in the EA setting Candle check settings Period 1 H4 Period 2 D1 Period 3 W1 Period 4 MN1 I also want to add The global stop loss on my EA is not working the way i wanted. I want to correct it to work the way i want. I want The global stop loss to close multiple trade including the pending orders immediately price move backward to hit the global stop loss.