Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Publié par:
- Vladimir Karputov
- Vues:
- 6066
- Note:
- Publié:
- 2017.03.02 09:51
- Mise à jour:
- 2018.02.15 17:19
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The Expert Advisor uses the values of two iMA (Moving Average, MA) indicators.
Author of idea — Iurii Tokman, author of the MQL5 code — barabashkakvn.
Operation Principle
2 SMA — fast and slow. The averaging period of the fast SMA is always less than that of the slow one.
Also uses the following levels:
+ 250 points along Y
+ 500 points along Y
- 250 points along Y
- 500 points along Y
Results:
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/17239

Uses two iStochastic (Stochastic Oscillator) indicators and one iRSI (RSI, Relative Strength Index). Calculates the lot size based on the analysis of closed trades.

The Expert Advisor searches for the momentum: iClose(t2)-iClose(t1).