Interface StochasticResult

interface StochasticResult {
    stochD: Big;
    stochK: Big;
}

Properties

Properties

stochD: Big

Slow stochastic indicator (%D)

stochK: Big

Fast stochastic indicator (%K)