TickData CLASS
Downloaded numbers of history elements. SYNTAX public int Count { get; } EXAMPLE using System;
using System.Collections;
using System.Collec...
Sun, May 6, 2018 at 9:08 AM
Represent the history data type. SYNTAX public DataType DataType { get; } EXAMPLE using System;
using System.Collections;
using System.Colle...
Sun, May 6, 2018 at 9:09 AM
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 9:11 AM
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 9:12 AM
Represent special parameter for different historical type. SYNTAX public int HistorySize { get; } EXAMPLE using System;
using System.Collect...
Sun, May 6, 2018 at 9:13 AM
Represent the history building type. SYNTAX public HistoryType HistoryType { get; } EXAMPLE using System;
using System.Collections;
using Sy...
Sun, May 6, 2018 at 9:18 AM
Represents the Instrument for selected historical data. SYNTAX public Instrument Instrument { get; } EXAMPLE using System;
using System.Coll...
Sun, May 6, 2018 at 9:20 AM
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 9:21 AM
Returns true when data is loading to the current HistoricalData instance. SYNTAX public bool Loading { get; } EXAMPLE using System;
using Sy...
Sun, May 6, 2018 at 9:22 AM
Represent the period of historical elements. SYNTAX public int Period { get; } EXAMPLE using System;
using System.Collections;
using System....
Sun, May 6, 2018 at 9:23 AM