Trabalho concluído
Termos de Referência
Good morning, I need an EA that does the following:
I open a manual operation and the EA would have to put it StopLoss if it does not have it and duplicate it with different TPs with the same size.
Example: I open a BUY manual operation in EURUSD and the EA would have to put the StopLoss that would be specified in the parameters and open two other BUY operations with the same size, same StopLoss and a different TakeProfit in each one which would be specified in the parameters .
MANUAL: Operation 1: EURUSD / 0.01 lots / 20 pips StopLoss / Without TakeProfit
EA: Operation 2: EURUSD / 0.01 lots / 20 pips StopLoss / TakeProfit put into parameters (Example 20 pips)
Operation 3: EURUSD / 0.01 lots / 20 pips StopLoss / TakeProtit set in parameters (Example 40 pips)
A single EA has to operate in all operations, no matter what pair they are.
You also have to manage the BreakEven in the open operations with the pips that are placed in the parameters.
And finally send notifications when the operations are coming to the established TakeProfit.
Any questions you can comment on.
Thank you.