HistoricalDataRequest
Defines the data type in created historical data request. SYNTAX public DataType DataType { get; set; } EXAMPLE using System;
using System.Coll...
Mon, Apr 30, 2018 at 12:56 PM
Defines Extension, % only for Renko Advanced mode SYNTAX public double Extension { get; set; } EXAMPLE using System;
using System.Collections;
...
Mon, Apr 30, 2018 at 1:00 PM
Defines special style of building history. Use only for Renko and PnF. SYNTAX public BarsAggregations HistoryMode { get; set; } EXAMPLE usin...
Mon, Apr 30, 2018 at 1:08 PM
Defines special parameter for historical type. SYNTAX public int HistorySize { get; set; } EXAMPLE using System;
using System.Collections;
u...
Mon, Apr 30, 2018 at 1:15 PM
Defines the history building type in created historical data request. SYNTAX public HistoryType HistoryType { get; set; } EXAMPLE using Syst...
Mon, Apr 30, 2018 at 1:29 PM
Defines the Instrument in created historical data request. SYNTAX public Instrument Instrument { get; set; } EXAMPLE using System;
using Sys...
Mon, Apr 30, 2018 at 1:34 PM
Defines Inversion, % only for Renko Advanced mode SYNTAX public double Inversion { get; set; } EXAMPLE using System;
using System.Collection...
Mon, Apr 30, 2018 at 1:39 PM
Defines the period of historical elements. SYNTAX public int Period { get; set; } EXAMPLE using System;
using System.Collections;
using S...
Mon, Apr 30, 2018 at 1:44 PM
The amount of price movement required to shift a chart to the right. This condition is used on charts that only take into consideration price movement inste...
Mon, Apr 30, 2018 at 1:49 PM
Constructor for historical data request with default parameters. SYNTAX public HistoricalDataRequest () EXAMPLE using System;
using System.C...
Mon, Apr 30, 2018 at 2:12 PM