📌 ShortLimitBollingerUp – Robot de Trading pour MetaTrader 4
✅ Principes de trading
-
Signal d'entrée en position (Short uniquement) :
- Vente limite placée à la borne supérieure des Bollinger (BB 20, 2.0).
// Action #1
Open Short order at BollingerBands(Main chart,20, 2, PRICE_CLOSE).Upper[1] Limit;
Duplicate trades: disabled;
Replacing pending orders: allowed;
Stop Loss = 50pips;
Profit target = 50pips;
Move SL to BE = 5pips, add 1pips pips to BE;
Trailing Stop = 5pips, TS Activation at 20pips;