HistoricalDataRequest

GetPriceRangeRequest (Instrument instrument, DataType dataType, int value) METHOD (Return: HistoricalDataRequest)
Create request to Price Range history type. SYNTAX public static HistoricalDataRequest GetPriceRangeRequest (Instrument instrument,DataType dataType...
Mon, Apr 30, 2018 at 3:49 PM
GetRenkoRequest (Instrument instrument, int period, DataType dataType, int brickSize, BarsAggregations style) METHOD (Return: HistoricalDataRequest)
Create request to Renko history type. SYNTAX public static HistoricalDataRequest GetRenkoRequest (Instrument instrument,int period,DataType dataType...
Mon, Apr 30, 2018 at 3:58 PM
GetTickAggregationRequest (Instrument instrument, DataType dataType, int ticCount) METHOD (Return: HistoricalDataRequest)
Create request to Tick history type. Data can be aggregated for specified number of ticks. SYNTAX public static HistoricalDataRequest GetTickAggrega...
Mon, Apr 30, 2018 at 4:14 PM