HistoricalDataRequest

HistoricalDataRequest (Instrument instrument, int period) CONSTRUCTOR
Constructor for historical data request with instrument and period input parameters. SYNTAX public HistoricalDataRequest (Instrument instrument,int ...
Mon, Apr 30, 2018 at 2:38 PM
HistoricalDataRequest (Instrument instrument, int period, DataType dataType) CONSTRUCTOR
Constructor for historical data request with instrument, period and dataType input parameters. SYNTAX public HistoricalDataRequest (Instrument instr...
Mon, Apr 30, 2018 at 2:45 PM
HistoricalDataRequest (Instrument instrument, int period, DataType dataType, HistoryType historyType, int historySize, int reversal, BarsAggregations mode) CONSTRUCTOR
Constructor for historical data request with all input parameters. SYNTAX public HistoricalDataRequest (Instrument instrument,int period,DataType da...
Mon, Apr 30, 2018 at 2:51 PM
HistoricalDataRequest (Instrument instrument, int period, DataType dataType, HistoryType historyType, int historySize, int reversal, BarsAggregations mode, double extension, double inversion) CONSTRUCTOR
Constructor for historical data request with all possible input parameters, including special params for Renko Advanced mode. SYNTAX public Historic...
Mon, Apr 30, 2018 at 2:59 PM
HistoricalDataRequest (HistoricalDataRequest source) CONSTRUCTOR
Creates a historical data request for history requested before. SYNTAX public HistoricalDataRequest (HistoricalDataRequest source) PARAMETERS...
Mon, Apr 30, 2018 at 3:03 PM
HistoricalDataRequest (HistoricalData source) CONSTRUCTOR
Creates a historical data request for history from HistoricalData object. SYNTAX public HistoricalDataRequest (HistoricalData source) PARA...
Mon, Apr 30, 2018 at 3:09 PM
Clone () METHOD (Return: object)
Creates a new request that is a copy of the current request. SYNTAX public object Clone () RETURN    object A new object that is a copy o...
Mon, Apr 30, 2018 at 3:14 PM
GetKagiRequest (Instrument instrument, int period, DataType dataType, int reversal) METHOD (Return: HistoricalDataRequest)
Create request to Kagi history type. SYNTAX public static HistoricalDataRequest GetKagiRequest (Instrument instrument,int period,DataType dataType,i...
Mon, Apr 30, 2018 at 3:23 PM
GetLineBreakRequest (Instrument instrument, int period, DataType dataType, int lineBreaks) METHOD (Return: HistoricalDataRequest)
Create request to Line Break history type. SYNTAX public static HistoricalDataRequest GetLineBreakRequest (Instrument instrument,int period,DataType...
Mon, Apr 30, 2018 at 3:31 PM
GetPnFRequest (Instrument instrument, int period, DataType dataType, int size, int reversal, BarsAggregations style) METHOD (Return: HistoricalDataRequest)
Create request to PnF history type. SYNTAX public static HistoricalDataRequest GetPnFRequest (Instrument instrument,int period,DataType dataType,int...
Mon, Apr 30, 2018 at 3:41 PM