BarData CLASS

High (int offset) METHOD (Return: double)
High price of the required Historical element. SYNTAX public double High (int offset) PARAMETERS offset — int Defines index of the required...
Sat, Apr 28, 2018 at 9:55 AM
High () METHOD (Return: double)
High price of last Historical element. SYNTAX public double High () RETURN double Returns a double value representing the high price of the ...
Sat, Apr 28, 2018 at 9:56 AM
Highest (PriceType type, int start, int count) METHOD (Return: int)
Returns bar index of highest price presented in history range of loaded history object. SYNTAX public int Highest (PriceType type,int start,int coun...
Sat, Apr 28, 2018 at 10:12 AM
Highest (PriceType type) METHOD (Return: int)
Returns bar index of highest price presented in entire loaded history object. SYNTAX public int Highest (PriceType type) PARAMETERS type — P...
Sat, Apr 28, 2018 at 10:14 AM
Load (DateTime from, DateTime to) METHOD (Return: bool)
Synchronized loading custom data range. SYNTAX public bool Load (DateTime from,DateTime to) PARAMETERS from — DateTime Defines date and tim...
Sat, Apr 28, 2018 at 10:15 AM
Load (DateTime from) METHOD (Return: bool)
Synchronized loading data range form the specified time to the current. SYNTAX public bool Load (DateTime from) PARAMETERS from — DateTime ...
Sat, Apr 28, 2018 at 10:17 AM
Load (DateTime from, DateTime to, HistoricalDataLoadParams historicalDataLoadParams) METHOD (Return: bool)
SYNTAX public bool Load (DateTime from,DateTime to,HistoricalDataLoadParams historicalDataLoadParams) PARAMETERS from — DateTime to — DateTime ...
Sat, Apr 28, 2018 at 10:18 AM
Low (int offset) METHOD (Return: double)
Low price of the required Historical element. SYNTAX public double Low (int offset) PARAMETERS offset — int Defines index of the require...
Sat, Apr 28, 2018 at 10:31 AM
Low () METHOD (Return: double)
Low price of last Historical element. SYNTAX public double Low () RETURN double Returns a double value representing the low price of the las...
Sat, Apr 28, 2018 at 10:32 AM
Lowest (PriceType type, int start, int count) METHOD (Return: int)
Returns bar index of lowest price presented in history range of loaded history object. SYNTAX public int Lowest (PriceType type,int start,int count)...
Sat, Apr 28, 2018 at 10:36 AM