TradeData CLASS
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
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
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
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
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
SYNTAX public bool BeginLoad (DateTime from,DateTime to,HistoricalDataLoadParams historicalDataLoadParams) PARAMETERS from — DateTime to — DateTi...
Sun, May 6, 2018 at 11:51 AM
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
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
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
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