HistoricalData CLASS

Count PROPERTY (int)
Downloaded numbers of history elements. SYNTAX public int Count { get; } EXAMPLE using System; using System.Collections; using System.Collec...
Tue, May 1, 2018 at 2:51 PM
DataType PROPERTY (DataType)
Represent the history data type. SYNTAX public DataType DataType { get; } EXAMPLE using System; using System.Collections; using System.Colle...
Tue, May 1, 2018 at 2:53 PM
Extension PROPERTY (double)
Extension, % for Renko Advanced Mode (Classical Mode is 100% default) SYNTAX public double Extension { get; } EXAMPLE using System; using Sy...
Tue, May 1, 2018 at 2:59 PM
HistoryMode PROPERTY (BarsAggregations)
Represent special style of building history. Use only for Renko and PnF. SYNTAX public BarsAggregations HistoryMode { get; } EXAMPLE using S...
Tue, May 1, 2018 at 3:11 PM
HistorySize PROPERTY (int)
Represent special parameter for different historical type. SYNTAX public int HistorySize { get; } EXAMPLE using System; using System.Collect...
Tue, May 1, 2018 at 3:15 PM
HistoryType PROPERTY (HistoryType)
Represent the history building type. SYNTAX public HistoryType HistoryType { get; } EXAMPLE using System; using System.Collections; using Sy...
Tue, May 1, 2018 at 3:16 PM
Instrument PROPERTY (Instrument)
Represents the Instrument for selected historical data. SYNTAX public Instrument Instrument { get; } EXAMPLE using System; using System.Coll...
Tue, May 1, 2018 at 3:17 PM
Inversion PROPERTY (double)
Inversion, % for Renko Advanced Mode (Classical Mode is 100% default). SYNTAX public double Inversion { get; } EXAMPLE using System; using S...
Tue, May 1, 2018 at 3:18 PM
Loading PROPERTY (bool)
Returns true when data is loading to the current HistoricalData instance. SYNTAX public bool Loading { get; } EXAMPLE using System; using Sy...
Tue, May 1, 2018 at 3:19 PM
Period PROPERTY (int)
Represent the period of historical elements. SYNTAX public int Period { get; } EXAMPLE using System; using System.Collections; using System....
Tue, May 1, 2018 at 3:20 PM