Join our fan page
- Views:
- 4508
- Rating:
- Published:
- 2018.03.01 11:22
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The idea of this indicator is to replace the High and Low prices with the Moving Average indicator values when calculating the SAR indicator.
The result is shown below:
That is, direction of the SAR indicator changes after it touches the Moving Average indicator.
Input Parameters
- SAR: Step - the SAR indicator parameter;
- SAR: Maximum - the SAR indicator parameter;
- MA: Period - the Moving Average parameter;
- MA: Shift - the Moving Average parameter;
- MA: Method - the Moving Average parameter.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/19770

A trading system based on the ZigZag indicator.

Modified iCCI (Commodity Channel Index, CCI) - color highlighting of zones above the UP level and below the DOWN level.

An assistant EA for manual trading. Sets Stop loss, Take profit, moves positions to breakeven and applies trailing.

It is a further development of the first VR---ZVER version. The new version features trailing stop, a separate flag for allowing/prohibiting BUY positions, a separate flag for allowing/prohibiting SELL positions.