Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 6371
- Rating:
- 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 Oscillator 2 indicator

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

Indicator Normalized Intraday Intensity Oscillator

Indicator LWMA/SMA ratio