- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
MetaStock formula derived from calculations in Trading Systems and Methods, Third Edition, by Perry J. Kaufman. This formula adapts the standard RSI to a smoothing constant. |
|
Adaptive RSI Period := Input("Period",1,10000,20); sc := Abs(RSI(Period)/100 - .5)*2; If(Cum(1) <= Period, CLOSE, PREV + sc*(CLOSE - PREV)) |
Source / From: |