Technical Indicators
This page provides documentation for technical indicators available through the API.
Overview
Technical indicators are mathematical calculations based on price, volume, or other market data that help traders analyze financial markets and make trading decisions. The API provides various built-in indicators commonly used in technical analysis.
Available Indicators
Moving Averages
iMA: Moving Average calculation with support for different methodsGetMA: Alternative Moving Average calculation method
Trend Indicators
iMACD: Moving Average Convergence/Divergence indicatoriADX: Average Directional Index - measures trend strengthiSAR: Parabolic SAR (Stop and Reverse) - identifies trend direction and potential reversalsiIchimoku: Ichimoku Kinko Hyo - comprehensive trend and momentum indicator
Oscillators
iRSI: Relative Strength Index - momentum oscillator measuring overbought/oversold conditionsiStochastic: Stochastic Oscillator - compares close price to price rangeiCCI: Commodity Channel Index - measures price deviation from averageiMomentum: Momentum indicator - measures rate of price changeiWPR: Williams' Percent Range - momentum indicator showing overbought/oversold levelsiAO: Awesome Oscillator - measures market momentumiAC: Accelerator Oscillator - measures acceleration/deceleration of momentum
Volatility Indicators
iATR: Average True Range - measures market volatilityiBands: Bollinger Bands - volatility bands based on standard deviation
Pattern Recognition
iFractals: Fractals indicator - identifies potential reversal points
Channel Indicators
LRCChannelParams: Linear Regression Channel parameters
Utility
iCustom: Access custom indicator values programmatically
Last updated