Trabalho concluído
Termos de Referência
Hello good day.
I need to create an EA that does the following:
1. Always open a Buy position and Sell position;
2. Creating Martingale functionality;
2.1. First parameter will be the distance in PIPs between the position opening and the first martingale;
2.2. I'll have up to 5 martingale. Create parameters in the EA of each to measure the safe distance depending on the volatility between the martingale;
3. EA should control the financial margin to be able to open up to 5 martingale;
3.1. I'll start using Cent account;
3.2. When I make a profit, I'll pass the bill on to Standard. EA should say if I have room to open the 5 martingale;
4. EA must make the autoincrement of the lots as the money / profit increases in the account;
5. Simple dashboard with day, week and month earnings;
6. Configure breakeven;
7. If the price continues against the 5 martingale and reaches 80% of the bench the EA should stop all positions.;
Thanks