Skip to main content
Module

x/trading_signals/mod.ts>ATR

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

Average True Range (ATR) Type: Volatility

The ATR was developed by John Welles Wilder, Jr.. The idea of ranges is that they show the commitment or enthusiasm of traders. Large or increasing ranges suggest traders prepared to continue to bid up or sell down a stock through the course of the day. Decreasing range indicates declining interest.

Constructors

new
ATR(interval: number, SmoothingIndicator?: MovingAverageTypes)

Properties

private
readonly
smoothing: MovingAverage
private
readonly
tr: TR