Browse Scripts
2 scripts available
[pshaiCmd] Super Smoother
stableSuperSmoother ported from a TradingView script. Usage: local hlc = HLCPrices() local mean_line = OptimizedForInterval(0, || CC_SuperSmo...
CC for Hann Windowed FIR Filtering Usage: local c = ClosePrices() local rsi = RSI(c, 14) local frsi = CC_FIRLTER(rsi, 14) local srsi = ...