Skip to main content
Module

x/trading_signals/mod.ts>FasterStochasticOscillator

Technical indicators to run technical analysis for Deno. 📈
Latest
class FasterStochasticOscillator
import { FasterStochasticOscillator } from "https://deno.land/x/trading_signals@3.6.1/mod.ts";

Constructors

new
FasterStochasticOscillator(
n: number,
m: number,
p: number,
)

Properties

private
readonly
periodM: FasterSMA
private
readonly
periodP: FasterSMA
private
result: FasterStochasticResult | undefined
readonly
candles: HighLowCloseNumber[]
readonly
isStable: boolean