Trabajo finalizado
Tarea técnica
Hi all:
I need an EA that trades alert messages from an Indicator. For example, if i attach the EA on the USDJPY, where i also have atached the mentioned Indicator, and i edit the EA to recognize the following PopUp alert messages:
"DIVERGENCE BUY PATTERN AT USDJPY" for buying or
"DIVERGENCE SELL PATTERN AT USDJPY" for selling,
then, whenever one of these messages from the Indicator appears as a PopUp alert in the terminal, trade will be openned on the USDJPY, short or long, deppending on the message appeared.
Sometimes, while a trade is open, another PopUp alert comes up for the same symbol few minutes later,... no problem, the EA would be able to open as much orders as alert messages received, no matter if an order is still openned.
EA would be able to trade on others symbols with different settings, if you think EA needs Magic Number, please add it.
So, the EA default and editable settings would be as follow:
-Alert message to trade long: (editable field)
-Alert message to trade short: (editable field)
-Lot size: 0.01
-Take Profit: 20 pips
-Stop Loss: 20 pips
-Trailing start: 0 pips
-Trailing distance: 20 pips
-Trailing step: 0.1 pips
-Maximum spread alowed to open trade: 3 pips
-Time filter: (if set as follow, no time restriction)
·Trading start time: 00:00
·Trading stop time: 00:00
Thanks for your time