Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 10981
- Note:
- Publié:
- 2017.08.10 12:54
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Automated calculation of Stop Loss levels based on the Average True Range indicator (ATR) indicator.
Calculation method:
- The "Max" level: add to the Open price the ATR value multiplied by "Target"
- The "Min" level: subtract from the Open price the ATR value multiplied by "Target"
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/18674

The Expert Advisor uses three indicators: MA(150), RSI(3) with levels 80 and 20, Stochastic(6, 3, 3) with levels 70 and 30.

The Color_QEMA_Envelopes_Digit indicator with the timeframe selection option available in the indicator input parameters.

An assistant Expert Advisor. Only CLOSING positions.

The EA trades during two trading sessions, starting at the specified session beginning time. Stop Loss. Take Profit.