HistoricalData CLASS
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
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, % 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
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
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
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
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, % 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
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
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