BarData CLASS

Count PROPERTY (int)
Downloaded numbers of history elements. SYNTAX public int Count { get; } EXAMPLE using System; using System.Collections; using System.Collec...
Sat, Apr 28, 2018 at 8:48 AM
DataType PROPERTY (DataType)
Represent the history data type. SYNTAX public DataType DataType { get; } EXAMPLE using System; using System.Collections; using System.Colle...
Sat, Apr 28, 2018 at 8:55 AM
Extension PROPERTY (double)
Extension, % for Renko Advanced Mode (Classical Mode is 100% default). SYNTAX public double Extension { get; } EXAMPLE using System; using S...
Sat, Apr 28, 2018 at 8:56 AM
HistoryMode PROPERTY (BarsAggregations)
Represent special style of building history. Use only for Renko and PnF. SYNTAX public BarsAggregations HistoryMode { get; } EXAMPLE using S...
Sat, Apr 28, 2018 at 8:58 AM
HistorySize PROPERTY (int)
Represent special parameter for different historical type. SYNTAX public int HistorySize { get; } EXAMPLE using System; using System.Coll...
Sat, Apr 28, 2018 at 8:59 AM
HistoryType PROPERTY (HistoryType)
Represent the history building type. SYNTAX public HistoryType HistoryType { get; } EXAMPLE using System; using System.Collections; using Sy...
Sat, Apr 28, 2018 at 9:00 AM
Instrument PROPERTY (Instrument)
Represents the Instrument for selected historical data. SYNTAX public Instrument Instrument { get; } EXAMPLE using System; using System.C...
Sat, Apr 28, 2018 at 9:01 AM
Inversion PROPERTY (double)
Inversion, % for Renko Advanced Mode (Classical Mode is 100% default). SYNTAX public double Inversion { get; } EXAMPLE using System; usin...
Sat, Apr 28, 2018 at 9:03 AM
Loading PROPERTY (bool)
Returns true when data is loading to the current HistoricalData instance. SYNTAX public bool Loading { get; } EXAMPLE using System; using Sy...
Sat, Apr 28, 2018 at 9:05 AM
Period PROPERTY (int)
Represent the period of historical elements. SYNTAX public int Period { get; } EXAMPLE using System; using System.Collections; using System....
Sat, Apr 28, 2018 at 9:07 AM