Source: https://fxcodebase.com/code/viewtopic.php?f=38&t=63909
Forum: 38 · Topic 63909 · 1 post(s)
Apprentice · Tue Sep 27, 2016 11:28 am

LUA Original: viewtopic.php?f=17&t=1882
Description:
MT4 adaptation of an oscillator based on the following formula:
RSI OScillator = Moving Average(5) of (RSI(10) - RSI(25))
It also includes the histogram version of it.