Trabajo finalizado
Tarea técnica
Section A)
I have a forex EA that only trades Bollinger Bands. It opens trades at the beginning of new Daily Candle. However, not always the market is open at that time or the broker allows. So sometimes i get (Market closed error) and then the EA forgets to open the trade later on (maybe 1minute later maybe 1 or 2 hours later). I want you to modify the EA that it should always remember its signal and open the trade whenever trading becomes available.
Section B)
I have a binary EA that trades just fine. I want following funcitons added.
1) At the moment the EA has 1 window for Timefiltering (when to start and when to stop trading), I want you to add 3 more windows (Start-time2: HH:MM, Stop-time2: HH:MM.... 3, 4)
2) The EA doesn't have a news filter. I want you to use http://ec.forexprostools.com as news source and then add variable in EA (high impact: true/false, med-impact:true/false, low, speeches) and then xx-Minutes to disable trading before news.
3) add "ONLY-Trade During NEws: True/False" variable. If this is turned to true, EA will only trade during news (based on above setting of impact level and minutes) and then it will disable trading until next news.