IIndicators Interface

Interface for indicators and bars information

Definition

Namespace: SharpTraderBot
Assembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
C#
public interface IIndicators

Methods

getBars Returns all bars for specified symbol and timeframe
getClose Returns closing price of the specified bar
getHigh Returns highest price of the specified bar
getLastError 
getLow Returns lowest price of the specified bar
getOpen Returns opening price of the specified bar
getVolume Returns total volume of the specified bar
iADX Returns calculated values for Average Directional Index (ADX)
iATR Returns calculated values for Average True Range indicator
iAwesome Returns calculated values for Awesome indicator
iEMA Returns calculated values for Exponential Moving Average
iMACD Returns calculated values for MACD indicator
iObv Returns calculated values for On-Balance Volume (OBV)
iRSI Returns calculated values for Relative Strength Index (RSI)
iSMA Returns calculated values for Simple Moving Average

See Also