Watch how to download trading robots for free
Find us on Twitter!
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:
6602
Rating:
(20)
Published:
2012.11.19 13:56
Updated:
2016.11.22 07:32
cci_t3_tick.mq5 (7.07 KB) view
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

Exp_3rdGenerationXMA Exp_3rdGenerationXMA

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

up3x1_Krohabor_D up3x1_Krohabor_D

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

MultiCurrency MultiCurrency

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

CandleVisual CandleVisual

The simplest visual interpretation of a candlestick chart.