- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
The following is copied from the Formula Field of my *RSI canonical_12_day_for_P_Iindicator. Change m if you choose another # of periods n for rsi. I wrote my own "canonical" RSI(12) which coincides with MetaStock's RSI(12) if m=2*n-1 where m is used below in Mov(,m,E); n - a number of periods in rsi |
|
Relative Strength Index - Full Formula 100 - 100/ (1.+ If(Mov(If(P-Ref(P,-1)<0,-(P-Ref(P,-1)),0),23,E)=0,1000000, Mov(If(P-Ref(P,-1)>0, P-Ref(P,-1), 0),23,E)/ Mov(If(P-Ref(P,-1)<0,-(P-Ref(P,-1)),0),23,E) )) |
From: Vitaly Larichev vitaly@superlink.com | |
| |
Source / From: |