TradeData CLASS

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...
Sun, May 6, 2018 at 12:11 PM
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...
Sun, May 6, 2018 at 12:12 PM
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...
Sun, May 6, 2018 at 12:17 PM
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 ...
Sun, May 6, 2018 at 12:19 PM
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 ...
Sun, May 6, 2018 at 12:30 PM
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)...
Sun, May 6, 2018 at 12:34 PM
Lowest (PriceType type) METHOD (Return: int)
Returns bar index of lowest price presented in entire history of loaded history object. SYNTAX public int Lowest (PriceType type) PARAMETERS ...
Sun, May 6, 2018 at 12:36 PM
Price (int offset) METHOD (Return: double)
The price of the required Historical tick. SYNTAX public double Price (int offset) PARAMETERS offset — int Defines index of the required ti...
Sun, May 6, 2018 at 12:37 PM
Price () METHOD (Return: double)
The price of the last Historical tick. SYNTAX public double Price () RETURN double Returns a double value representing the bid price of the ...
Sun, May 6, 2018 at 12:39 PM
Size (int offset) METHOD (Return: double)
The trade volume inside required Historical tick. SYNTAX public double Size (int offset) PARAMETERS offset — int Defines index of the requi...
Sun, May 6, 2018 at 12:41 PM