Skip to main content
Module

x/trading_signals/mod.ts>BigIndicatorSeries

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

Type Parameters

optional
Input = BigSource

Properties

protected
optional
result: BigInstance
optional
highest: BigInstance

Highest return value over the lifetime (not interval!) of the indicator.

readonly
isStable: boolean
optional
lowest: BigInstance

Lowest return value over the lifetime (not interval!) of the indicator.