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:
- 24808
- Note:
- Publié:
- 2008.10.13 07:16
- Mise à jour:
- 2014.04.21 14:53
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Another SMI indicator. On the basis of the book "Momentum, Direction and Divergence" by W. Blau.
extern int Period_Q= 13; // HH LL extern int Period_R= 25; // 1st EMA extern int Period_S= 2; // 2nd EMA extern int Signal=5; // Signal EMA extern int ShowBars=1000;
SMI_Correct-1

The EA opens the positions in the direction of moving of Stochastic indicator, in addition there is a heightening of positions by martingale. It is tuned for micro-Forex.

It denotes the combinations of candlesticks using the "wingdings".

A determination of a bar and trend direction.

It shows how the price changed with the coming of a new tick.