HistoricalDataRequest

DataType PROPERTY (DataType)
Defines the data type in created historical data request. SYNTAX public DataType DataType { get; set; } EXAMPLE using System; using System.Coll...
Mon, Apr 30, 2018 at 12:56 PM
Extension PROPERTY (double)
Defines Extension, % only for Renko Advanced mode SYNTAX public double Extension { get; set; } EXAMPLE using System; using System.Collections; ...
Mon, Apr 30, 2018 at 1:00 PM
HistoryMode PROPERTY (BarsAggregations)
Defines special style of building history. Use only for Renko and PnF. SYNTAX public BarsAggregations HistoryMode { get; set; } EXAMPLE usin...
Mon, Apr 30, 2018 at 1:08 PM
HistorySize PROPERTY (int)
Defines special parameter for historical type. SYNTAX public int HistorySize { get; set; } EXAMPLE using System; using System.Collections; u...
Mon, Apr 30, 2018 at 1:15 PM
HistoryType PROPERTY (HistoryType)
Defines the history building type in created historical data request. SYNTAX public HistoryType HistoryType { get; set; } EXAMPLE using Syst...
Mon, Apr 30, 2018 at 1:29 PM
Instrument PROPERTY (Instrument)
Defines the Instrument in created historical data request. SYNTAX public Instrument Instrument { get; set; } EXAMPLE using System; using Sys...
Mon, Apr 30, 2018 at 1:34 PM
Inversion PROPERTY (double)
Defines Inversion, % only for Renko Advanced mode SYNTAX public double Inversion { get; set; } EXAMPLE using System; using System.Collection...
Mon, Apr 30, 2018 at 1:39 PM
Period PROPERTY (int)
Defines the period of historical elements. SYNTAX public int Period { get; set; } EXAMPLE using System; using System.Collections; using S...
Mon, Apr 30, 2018 at 1:44 PM
Reversal PROPERTY (int)
The amount of price movement required to shift a chart to the right. This condition is used on charts that only take into consideration price movement inste...
Mon, Apr 30, 2018 at 1:49 PM
HistoricalDataRequest () CONSTRUCTOR
Constructor for historical data request with default parameters. SYNTAX public HistoricalDataRequest () EXAMPLE using System; using System.C...
Mon, Apr 30, 2018 at 2:12 PM