Tâche terminée
Spécifications
Dear programmers,
I need an EA that follows the signal for an indicator (the indicator is a trend follower) that I provide, and as soon as the price touches the indicator, let it open a position. I need the following features:
1) Possibility to chose, when the price touches the indicator, if wait for candle close / wait to increase X pips / wait for X time to open the position ( all if price is still on the desired direction);
2) Chose position size (auto or manual);
3) Magic number;
4) Trailing stop based on the same indicator (with possibility of waiting for candle close/ wait to go further of X pips after touches the indicator/ wait x time) before closing the position.
5) Possibility to chose the indicator parameters (the indicator has 2 parameters)
6) Possibility to chose SL/TP manually
7) Possibility to hide the SL/TP to the broker (all of the above should be hidden, but the EA should still place visible SL / TP near the virtual ones to protect from disconnetcions)
8) Magic number
9) Slippage protection.
I will give more details and photos upon request.