NETIndicator
The date when the script was created SYNTAX public string DateOfCreation { get; set; }
Tue, Apr 24, 2018 at 12:12 PM
Gets the merging style for indicator's line SYNTAX public bool[] DrawSection { get; }
Tue, Apr 24, 2018 at 12:24 PM
The expiration date for trial version. 0 when expiration not specified SYNTAX public long ExpirationDate { get; set; }
Tue, Apr 24, 2018 at 12:27 PM
Represents access to collection of all today fills. SYNTAX public FillsCollection Fills { get; } EXAMPLE An object ‘Fill’ is created in the fol...
Tue, Apr 24, 2018 at 12:33 PM
Gets the style of histogramm SYNTAX public int[] HistogrammStyle { get; }
Tue, Apr 24, 2018 at 12:35 PM
Represents access to collection of all indicators. SYNTAX public IndicatorsCollection Indicators { get; }
Tue, Apr 24, 2018 at 12:40 PM
Represents access to collection of all available instruments. SYNTAX public InstrumentsCollection Instruments { get; }
Tue, Apr 24, 2018 at 12:44 PM
Gets the color of indicator's line SYNTAX public int[] LineColor { get; }
Tue, Apr 24, 2018 at 12:46 PM
Gets the name of indicator's line SYNTAX public string[] LineNames { get; }
Tue, Apr 24, 2018 at 1:05 PM