Trady
Trady copied to clipboard
StochRSI %K %D (Feature Request)
I try to implement it by myself, but the code made me confuse.
IIndexedOhlcv.Get<StochasticsRsiOscillator>(periodCount).Sma(3, ic.Index)
can get the %K,but I can't get the %D with the similar method.
@FunDoor Have you made any progress? I am also interested in calculating Stoch RSI %K %D Like in TradingView). I will appreciate any hint/tips. Thanks.