Watch how to download trading robots for free
Find us on Telegram!
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:
7079
Rating:
(16)
Published:
2011.09.20 11:27
Updated:
2023.03.29 13:43
jtjx.mq5 (7.54 KB) view
\MQL5\Include\
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

This is a standard Commodity Channel Index (CCI), in which ultralinear smoothing with the help of the CJurX class from the SmoothAlgorithms.mqh library is used instead of a common one (the file must be placed to the terminal_data_folder\MQL5\Include). The use of the class was thoroughly described in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

Final indicator was smoothed using the CJJMA class from the same file. All common elements of the technical analysis using standard CCI can be applied to this indicator.

JCCX indicator

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/435

JFATL JFATL

The indicator is a combination of the FATL digital filter and analogue JMA adaptive smoothing.

RBCI RBCI

Range Bound Channel Index (RBCI) digital filter removes low frequency trend, generated by low frequency spectrum components, and high frequency noise, generated by high frequency spectrum components.

Yaanna Yaanna

Yaanna is the simplest indicator of the overbought/oversold states.

SilverTrend_Signal SilverTrend_Signal

The indicator generates buy and sell signals using colored dots on a chart and displays messages.