BarData 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...
Sat, Apr 28, 2018 at 9:08 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...
Sat, Apr 28, 2018 at 9:11 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...
Sat, Apr 28, 2018 at 9:12 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 — D...
Sat, Apr 28, 2018 at 9:14 AM
Close (int offset) METHOD (Return: double)
Close price of the required Historical element. SYNTAX public double Close (int offset) PARAMETERS offset — int Defines index of the req...
Sat, Apr 28, 2018 at 9:16 AM
Close () METHOD (Return: double)
Close price of last Historical element. SYNTAX public double Close () RETURN double Returns a double value representing the close price of t...
Sat, Apr 28, 2018 at 9:17 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 ...
Sat, Apr 28, 2018 at 9:19 AM
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...
Sat, Apr 28, 2018 at 9:49 AM
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...
Sat, Apr 28, 2018 at 9:51 AM
GetPrice (PriceType priceType) METHOD (Return: double)
This function get price of the last Historical element. SYNTAX public double GetPrice (PriceType priceType) PARAMETERS priceType — PriceType...
Sat, Apr 28, 2018 at 9:53 AM