BarData CLASS
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 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
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
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
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
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
SYNTAX public bool Load (DateTime from,DateTime to,HistoricalDataLoadParams historicalDataLoadParams) PARAMETERS from — DateTime to — DateTime ...
Sat, Apr 28, 2018 at 10:18 AM
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 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
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