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:
2850
Rating:
(16)
Published:
2015.11.03 07:39
Updated:
2023.03.29 13:45
\MQL5\Include\
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The smoothed KRI oscillator implemented in the form of a color histogram.

The indicator uses the СMoving_Average and CXMA classes of the SmoothAlgorithms.mqh library. Working with that class was described in details in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

Fig.1. The XKRI_Histogram indicator

Fig.1. The XKRI_Histogram indicator

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

SlopeDirectionLine_HTF_Signal SlopeDirectionLine_HTF_Signal

The SlopeDirectionLine_HTF_Signal indicator displays trend directions from three bars of the SlopeDirectionLine indicator as three graphical objects, colors of which determine a trend direction

KRI_HTF KRI_HTF

The KRI indicator with the timeframe selection option available in the input parameters.

KRICandle KRICandle

The KRI indicator implemented as a sequence of candlesticks.

XKRI_Histogram_HTF XKRI_Histogram_HTF

The XKRI_Histogram indicator with the timeframe selection option available in the input parameters.