Metastock Indicator Formula |
Tema StochRSI Formula |
I use is Tema smoothed and I subtract 0.5 so I can plot it as a histogram. |
Formula: |
Periods := Input("Enter Tema Smoothing Periods",5,233,13);
Tema(((RSI(Periods) - LLV(RSI(Periods),Periods)) /
((0.0001+HHV(RSI(Periods),Periods)) -
LLV(RSI(Periods),Periods))) -0.5,Periods) |
|
|