Job finished
Specification
EA for MT4
This is what I want the EA to execute:
- Enters simultaneously Buy and Sell orders
- after the defined price action in pips, opens another Buy/Sell order
- I need to have the ability to start/stop the EA
This is how I would like the UI to look:
Button: Enter trade
Button: Stop EA
Button: Enter manually a trade
Sizing:
Pair of fields (when one is enabled the other one is disabled):
field 1: size in lots
field 2: percentage of account
TP and SL
Field: TP (in pips)
Field: SL (in pips)
Trading Options:
Field: Maximum spread: maximum broker spread allowed to enter a trade. Broker spread higher than the value in this field > no trade
Field: Distance in pips to enter next trade: For example: When a Buy/Sell order is opened, the EA would enter a new Buy/Sell position after 100 pips from last opened trade
Field: Maximum opened trades: If the number of trades reaches this number, EA won't enter another trade
That's it.
Thank you!