Trabajo finalizado
Tarea técnica
I need a grid trading EA. The EA will need a Start Button that will activate the EA and a Close Button that will close all trades and stop the EA.
The EA will also use a breakout price that will be a set price at which the EA will start trading. The grid will have one unique feature that will allow the EA to enter trades on previous levels which are illustrated in the pictures.
The EA will need a readout on the chart that indicates if the EA is active, what direction the EA is trading Buy or Sell, if Re Entry is enabled, and what the set breakout price is.
Each trade will need a take profit, stop loss, trailing stop loss and a break even. The EA will need a daily entry window of when to enter trades and an option of closing all trades at the end of the daily session and a close all on trades on Friday option.
Lastly the EA will need a daily equity protection. The EA will have a set max daily loss that will shut down the EA if the drawdown hits the max daily loss. The EA will also need a daily profit shut down. I will need the source code of the EA.
| Trade enter breakout price (0 = off) | 0 |
| Trading direction | Buy Only/ Sell Only |
| Grid spacing(in points) | 10 |
| Re enter previous levels | True/False |
| Max number of open trades | 10 |
| Entry window start hour | 7 |
| Entry window start minute | 0 |
| Entry window stop hour | 22 |
| Entry window stop minute | 0 |
| Close all at end of day | True/False |
| Daily close hour | 22 |
| Daily close minute | 0 |
| Close all on Friday before market close | True/False |
| Friday close hour | 12 |
| Friday close minute | 0 |
| Lot Size | 0.01 |
| Stop loss in points (0 = Off) | 50 |
| Take profit points (0 = Off) | 100 |
| Trailing stop loss start in points (0 = Off) | 0 |
| Tailing stop loss in points | 0 |
| Trailing step in points | 0 |
| Break even start in points (0 = Off) | 0 |
| Break even off set in points | 0 |
| Equity shut down | Percent/Dollars |
| Max drawdown on daily start balance (0 = Off) | 500 |
| Max gain on daily start balance (0 = Off) | 500 |
| Max spread in points | 10 |
| Magic number | 123 |