| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() | | Tweet | |
| | #1 | ||
![]() | Stochastic-RSI Stochastic RSI - Various Options Mov((RSI(14)-LLV(RSI(14),9))/(HHV(RSI(14),9)-(LLV(RSI(14)+.00001,6))), 4,E)*100 | ||
| |
|
| | #2 | ||
![]() | Re: Stochastic-RSI Code: Type : Indicator, Name : StochRSI Input: RSILen(13), LBLen(8), WAvgLen(5); Var: RS(0),RSIL(0),RSIH(0),StochRSI(0); RS=RSI(C,RSILen); RSIL = Lowest(RS,LBLen); RSIH = Highest(RS,LBLen); StochRSI = (RS - RSIL)/(RSIH-RSIL); Plot1(WAverage(StochRSI,WAvgLen),"Stoch RSI"); -fs | ||
|
| | #3 | ||
![]() | Re: Stochastic-RSI | ||
| |
|
![]() |
| Thread Tools | |
| Display Modes | Help Others By Rating This Thread |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| slow stochastic overlayed on RSi/BB | sergej | Coding Forum | 4 | 09-10-2007 09:12 AM |