Skip to main content
Module

x/trading_signals/mod.ts>MAD

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

Mean Absolute Deviation (MAD) Type: Volatility

The mean absolute deviation (MAD) is calculating the absolute deviation / difference from the mean over a period. Large outliers will reflect in a higher MAD.

Constructors

new
MAD(interval: number)

Properties

readonly
prices: BigSource[]