TickData CLASS
The volume of bid inside required Historical tick. SYNTAX public double BidSize (int offset) PARAMETERS offset — int Defines index of the r...
Sun, May 6, 2018 at 9:55 AM
Find historical element by time. SYNTAX public int FindInterval (DateTime time) PARAMETERS time — DateTime Defines date and time of needed ...
Sun, May 6, 2018 at 9:56 AM
Find historical element by time in the selected range. SYNTAX public int FindInterval (DateTime time,int from,int to) PARAMETERS time — Date...
Sun, May 6, 2018 at 10:01 AM
This function get price of the required Historical element. SYNTAX public double GetPrice (PriceType priceType,int offset) PARAMETERS priceT...
Sun, May 6, 2018 at 10:04 AM
This function get price of the last Historical element. SYNTAX public double GetPrice (PriceType priceType) PARAMETERS priceType — PriceType...
Sun, May 6, 2018 at 10:09 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...
Sun, May 6, 2018 at 10:10 AM
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 10:12 AM
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 10:13 AM
SYNTAX public bool Load (DateTime from,DateTime to,HistoricalDataLoadParams historicalDataLoadParams) PARAMETERS from — DateTime to — DateTime ...
Sun, May 6, 2018 at 10:15 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)...
Sun, May 6, 2018 at 10:20 AM