Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
19590
Note:
(17)
Publié:
2008.08.25 07:39
Mise à jour:
2014.04.21 14:53
MA2CCI.mq4 (7.2 KB) afficher
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

This TS is based on the classical trend-following system of opening the positions at the intersection of two MAs, short and long. However, in this case, the signals are strengthened (filtered) by an additional signal from the CCI indicator and, at the same time, the signal is traced by the intersection of the zero line with the indicator: bottom-up - a long position, top-down - a short position. The main parameters of the EA are: the periods of moving averages, the period of CCI, the period of ATR for placing a stop loss, and some other secondary parameters.

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/7746

ParMA BB ParMA BB

МА on the basis of a parabolic regression with Bollinger bands.

Murrey levels Murrey levels

The name is self-explanatory. The error that presented in the previous implementations is corrected here.

CCI_Woodies_Paterns_v1 CCI_Woodies_Paterns_v1

The indicator determines the patterns of the Woodies CCI trading system.

WcciPatterns WcciPatterns

Indicator WcciPatterns. See the description at the indicator's code itself.