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