指定
PREAMBLE
1. Only coder with at least 50 jobs rating is welcome to bid. Let's not waste time
2. Source code is required. Best to have the functions in a separate file mqh
3. Ensure this will work for ECN/Raw (TP/SL send a few ticks later)
THE EA
1. Shall work on any pairs, with prefix and suffix.
2. All calculation shall be based in points (not pips).
3. Keep the code simple to read with remarks.
4. Debug to be printed on screen/log
5. The breakout lines shall be based on broker platform time-zone and shall remove automatically at 23:00 (user to input this).
6. User can manually trade ( mobile phone or through MT4 terminal) and EA can manage these orders too
Self-explanatory screenshot of the time specific breakout zone (marked horizontally by 4 distinct lines)
B=Buy. S=Sell
Red = High candle of the specific time, Green = Low of the specific candle
The buffer zone is the price between RED/YELLOW or GREEN/YELLOW

Proposed EA Parameters
Addition required :
1. Unload ./remove the breakout lines at xx:xx (time)
2. Filter entry by Stochastic indicator (user input range, typical 80/20). To coincide with PerBar time. Example, if its a BUY ZONE, and the every 5 minutes, EA will check if the Stoch is at 20 and below, a trade will then opened.

P/s : you are welcome to discuss the parameters.