Skip to main content
Module

x/trading_signals/mod.ts>MOM

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

Momentum Indicator (MOM / MTM) Type: Momentum

The Momentum indicator returns the change between the current price and the price n times ago.

Constructors

new
MOM(interval: number)

Properties

private
readonly
history: BigSource[]
private
readonly
historyLength: number