Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
19596
Rating:
(17)
Published:
2008.08.25 07:39
Updated:
2014.04.21 14:53
MA2CCI.mq4 (7.2 KB) view
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to 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.

Translated from Russian by MetaQuotes Ltd.
Original code: 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.