Skip to main content
Module

x/trading_signals/mod.ts

Technical indicators to run technical analysis for Deno. 📈
Latest
import * as tradingSignals from "https://deno.land/x/trading_signals@3.6.1/mod.ts";

Classes

Accelerator Oscillator (AC) Type: Momentum

Average Directional Index (ADX) Type: Momentum, Trend (using +DI & -DI), Volatility

Awesome Oscillator (AO) Type: Momentum

Average True Range (ATR) Type: Volatility

Bollinger Bands (BBANDS) Type: Volatility

The Bollinger Bands Width (BBW) indicator, developed by John A. Bollinger, merges the information of Bollinger Bands into one definite number. It defines the narrowness of the underlying Bollinger Bands by representing the difference between the Upper Band and the Lower Band.

Commodity Channel Index (CCI) Type: Momentum

Center of Gravity (CG) Type: Trend

Double Exponential Moving Average (DEMA) Type: Trend

Dual Moving Average (DMA) Type: Trend

Directional Movement Index (DMI / DX) Type: Momentum, Trend (using +DI & -DI)

Exponential Moving Average (EMA) Type: Trend

Moving Average Convergence Divergence (MACD) Type: Momentum

Mean Absolute Deviation (MAD) Type: Volatility

Momentum Indicator (MOM / MTM) Type: Momentum

c
MovingAverage
abstract

Moving Average (MA) Type: Trend

On-Balance Volume (OBV) Type: Momentum

Rate Of Change Indicator (ROC) Type: Momentum

Relative Strength Index (RSI) Type: Momentum

Simple Moving Average (SMA) Type: Trend

Stochastic Oscillator (STOCH) Type: Momentum

Stochastic RSI (STOCHRSI) Type: Momentum

True Range (TR) Type: Volatility

Wilder's Smoothed Moving Average (WSMA) Type: Trend

Functions

Return the mean / average value.

Standard deviation calculates how prices for a collection of prices are spread out from the average price of these prices. Standard deviation makes outliers even more visible than mean absolute deviation (MAD).