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
Indicators

RSI_Oscillator_Histo - indicator for MetaTrader 5

Views:
5552
Rating:
(7)
Published:
2018.12.28 12:58
Updated:
2019.01.17 11:29
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

RSI Histogram Oscillator displays a smoothed difference of two different-period RSIs as a colored histogram.

It has three adjustable parameters:

  • Fast RSI period
  • Slow RSI period
  • Smoothing - period of smoothing the difference between two RSIs

Calculations:

OscRSI = SMA(RAW, Smoothing)

where:

RAW = FastRSI - SlowRSI

FastRSI = RSI(Fast RSI period)
SlowRSI = RSI(Slow RSI period)

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

SAR_Oscillator2 SAR_Oscillator2

SAR Oscillator 2 indicator

FineTuningMACandle_HTF FineTuningMACandle_HTF

Indicator FineTuningMACandle with the timeframe selection option available in its input parameters

Normalized_Intraday_Intensity_Oscillator Normalized_Intraday_Intensity_Oscillator

Indicator Normalized Intraday Intensity Oscillator

LWMA_MA LWMA_MA

Indicator LWMA/SMA ratio