Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
19643
Valutazioni:
(17)
Pubblicato:
2008.08.25 07:39
Aggiornato:
2014.04.21 14:53
Freelance MQL5 Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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.

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.