Tâche terminée
Spécifications
I'm looking for the creation of an EA trading bot for MT5 that is based on range breakouts. The EA is to have the following features:
1. The EA draws a box around the range determined by the user for any instrument and timeframe
2. The EA is to place a buy sell and buy stop order above and below the range. An ability to buffer the order by x number of pips from the high/low of the range is to be an option
3. There needs to be an option to set a stoploss at either a certain number of pips or a percentage of the range i.e. 100%. Likewise, there is to be an option to set a take profit at a number of pips or percentage of the range i.e. 150%
4. There is to be an option where the second pending order is to close if the first order reaches TP.
5. There is to be an option to change the take profit of the second trade to a set amount (determined by the user) if the first trade hits SL.
Thats it.
Thanks