HistoricalDataRequest (HistoricalData source)
constructor
Creates a historical data request for history from HistoricalData object.
Syntax
public HistoricalDataRequest (HistoricalData source)
Parameters
source — HistoricalData
Discussion
Join PTMC community to post your comments
No comments yet. Be the first.
HistoricalDataRequest methods
- Clone ()
- GetKagiRequest (Instrument instrument, int period, DataType dataType, int reversal)
- GetLineBreakRequest (Instrument instrument, int period, DataType dataType, int lineBreaks)
- GetPnFRequest (Instrument instrument, int period, DataType dataType, int size, int reversal, BarsAggregations style)
- GetPriceRangeRequest (Instrument instrument, DataType dataType, int value)
- GetRenkoRequest (Instrument instrument, int period, DataType dataType, int brickSize, BarsAggregations style)
- GetTickAggregationRequest (Instrument instrument, DataType dataType, int ticCount)
HistoricalDataRequest properties
HistoricalDataRequest constructors
- HistoricalDataRequest ()
- HistoricalDataRequest (Instrument instrument, int period)
- HistoricalDataRequest (Instrument instrument, int period, DataType dataType)
- HistoricalDataRequest (Instrument instrument, int period, DataType dataType, HistoryType historyType, int historySize, int reversal, BarsAggregations mode)
- HistoricalDataRequest (Instrument instrument, int period, DataType dataType, HistoryType historyType, int historySize, int reversal, BarsAggregations mode, double extension, double inversion)
- HistoricalDataRequest (HistoricalDataRequest source)