Join our fan page
- Views:
- 7197
- Rating:
- Published:
- 2012.11.19 13:56
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The standard Commodity Channel Index indicator smoothed using Tillson's algorithm. This version features recalculation on every tick. The indicator is drawn real time. Proper operation of the smoothing algorithm requires the use of buffer variables for storing and retrieving smoothing coefficients after the closing of the bar.
The calculation is not performed over the entire historical data but over a specified number of bars "MaxBars".
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/940

The Expert Advisor based on the change in the 3rdGenXMA moving average direction.

Expert Advisor based on three moving averages and exit using Stop Loss or Take Profit. It sets up an entry with the trend.

The MultiCurrency indicator allows you to concurrently analyze up to eight currency charts.

The simplest visual interpretation of a candlestick chart.