Aggressor (int offset)
Return: AggressorFlag |
Returns the trade operation side name with given offset bar number. |
Aggressor ()
Return: AggressorFlag |
Returns the trade operation side name of current bar. |
BeginLoad (DateTime from, DateTime to)
Return: bool |
Asynchronized loading custom data range. You must wait for the end of the loading before requesting again. |
BeginLoad (DateTime from)
Return: bool |
Asynchronized loading data range form custom time to current time. You must wait for the end of the loading before requesting again. |
BeginLoad (DateTime from, DateTime to, HistoricalDataLoadParams historicalDataLoadParams)
Return: bool |
-- |
FindInterval (DateTime time)
Return: int |
Find historical element by time. |
FindInterval (DateTime time, int from, int to)
Return: int |
Find historical element by time in the selected range. |
GetPrice (PriceType priceType, int offset)
Return: double |
This function get price of the required Historical element. |
GetPrice (PriceType priceType)
Return: double |
This function get price of the last Historical element. |
Highest (PriceType type, int start, int count)
Return: int |
Returns bar index of highest price presented in history range of loaded history object. |
Highest (PriceType type)
Return: int |
Returns bar index of highest price presented in entire loaded history object. |
Load (DateTime from, DateTime to)
Return: bool |
Synchronized loading custom data range. |
Load (DateTime from)
Return: bool |
Synchronized loading data range form the specified time to the current. |
Load (DateTime from, DateTime to, HistoricalDataLoadParams historicalDataLoadParams)
Return: bool |
-- |
Lowest (PriceType type, int start, int count)
Return: int |
Returns bar index of lowest price presented in history range of loaded history object. |
Lowest (PriceType type)
Return: int |
Returns bar index of lowest price presented in entire history of loaded history object. |
Price (int offset)
Return: double |
The price of the required Historical tick. |
Price ()
Return: double |
The price of the last Historical tick. |
Size (int offset)
Return: double |
The trade volume inside required Historical tick. |
Size ()
Return: double |
The trade volume inside last Historical tick. |
Time (int offset)
Return: DateTime |
Time (UTC) of required historical tick. |
Time ()
Return: DateTime |
Time (UTC) of last historical tick. |
Volume ()
Return: double |
Volume of Ticks for Bid/Ask based Historical data, or volume of Trades for Trade based Historical data. |
Volume (int offset)
Return: double |
Volume of Ticks for Bid/Ask based Historical data, or volume of Trades for Trade based Historical data. |