TradeData CLASS

Count PROPERTY (int)
Downloaded numbers of history elements. SYNTAX public int Count { get; } EXAMPLE using System; using System.Collections; using System.Collec...
Sun, May 6, 2018 at 11:17 AM
DataType PROPERTY (DataType)
Represent the history data type. SYNTAX public DataType DataType { get; } EXAMPLE using System; using System.Collections; using System.Colle...
Sun, May 6, 2018 at 11:18 AM
Extension PROPERTY (double)
Extension, % for Renko Advanced Mode (Classical Mode is 100% default) SYNTAX public double Extension { get; } EXAMPLE using System; using Sy...
Sun, May 6, 2018 at 11:20 AM
HistoryMode PROPERTY (BarsAggregations)
Represent special style of building history. Use only for Renko and PnF. SYNTAX public BarsAggregations HistoryMode { get; } EXAMPLE using S...
Sun, May 6, 2018 at 11:21 AM
HistorySize int
Represent special parameter for different historical type. SYNTAX public int HistorySize { get; } EXAMPLE using System; using System.Collect...
Sun, May 6, 2018 at 11:22 AM
HistoryType PROPERTY (HistoryType)
Represent the history building type. SYNTAX public HistoryType HistoryType { get; } EXAMPLE using System; using System.Collections; using Sy...
Sun, May 6, 2018 at 11:23 AM
Instrument PROPERTY (Instrument)
Represents the Instrument for selected historical data. SYNTAX public Instrument Instrument { get; } EXAMPLE using System; using System.Coll...
Sun, May 6, 2018 at 11:24 AM
Inversion PROPERTY (double)
Inversion, % for Renko Advanced Mode (Classical Mode is 100% default) SYNTAX public double Inversion { get; } EXAMPLE using System; using Sy...
Sun, May 6, 2018 at 11:25 AM
Loading PROPERTY (bool)
Returns true when data is loading to the current HistoricalData instance SYNTAX public bool Loading { get; } EXAMPLE using System; using Sys...
Sun, May 6, 2018 at 11:27 AM
Period PROPERTY (int)
Represent the period of historical elements. SYNTAX public int Period { get; } EXAMPLE using System; using System.Collections; using System....
Sun, May 6, 2018 at 11:28 AM