TradeData CLASS

Reversal PROPERTY (int)
The amount of price movement required to shift a chart to the right. This condition is used on charts that only take into consideration price movement inste...
Sun, May 6, 2018 at 11:29 AM
Aggressor (int offset) METHOD (Return: AggressorFlag)
Returns the trade operation side name with given offset bar number. SYNTAX public AggressorFlag Aggressor (int offset) PARAMETERS offset — i...
Sun, May 6, 2018 at 11:37 AM
Aggressor () METHOD (Return: AggressorFlag)
Returns the trade operation side name of current bar. SYNTAX public AggressorFlag Aggressor () RETURN AggressorFlag EXAMPLE using Sy...
Sun, May 6, 2018 at 11:38 AM
BeginLoad (DateTime from, DateTime to) METHOD (Return: bool)
Asynchronized loading custom data range. You must wait for the end of the loading before requesting again. SYNTAX public bool BeginLoad (DateTime fr...
Sun, May 6, 2018 at 11:47 AM
BeginLoad (DateTime from) METHOD (Return: bool)
Asynchronized loading data range form custom time to current time. You must wait for the end of the loading before requesting again. SYNTAX public b...
Sun, May 6, 2018 at 11:49 AM
BeginLoad (DateTime from, DateTime to, HistoricalDataLoadParams historicalDataLoadParams) METHOD (Return: bool)
SYNTAX public bool BeginLoad (DateTime from,DateTime to,HistoricalDataLoadParams historicalDataLoadParams) PARAMETERS from — DateTime to — DateTi...
Sun, May 6, 2018 at 11:51 AM
FindInterval (DateTime time) METHOD (Return: int)
Find historical element by time. SYNTAX public int FindInterval (DateTime time) PARAMETERS time — DateTime Defines date and time of needed ...
Sun, May 6, 2018 at 12:02 PM
FindInterval (DateTime time, int from, int to) METHOD (Return: int)
Find historical element by time in the selected range. SYNTAX public int FindInterval (DateTime time,int from,int to) PARAMETERS time — Date...
Sun, May 6, 2018 at 12:04 PM
GetPrice (PriceType priceType, int offset) METHOD (Return: double)
This function get price of the required Historical element. SYNTAX public double GetPrice (PriceType priceType,int offset) PARAMETERS priceT...
Sun, May 6, 2018 at 12:06 PM
GetPrice (PriceType priceType) METHOD (Return: double)
This function get price of the last Historical element. SYNTAX public double GetPrice (PriceType priceType) PARAMETERS priceType — PriceType...
Sun, May 6, 2018 at 12:08 PM