Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 7091
- Rating:
- Published:
- Updated:
-
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 Oscillator 2 indicator
FineTuningMACandle_HTF
Indicator FineTuningMACandle with the timeframe selection option available in its input parameters
Normalized_Intraday_Intensity_Oscillator
Indicator Normalized Intraday Intensity Oscillator
LWMA_MA
Indicator LWMA/SMA ratio