NETIndicator

DateOfCreation PROPERTY (string)
The date when the script was created SYNTAX public string DateOfCreation { get; set; }
Tue, Apr 24, 2018 at 12:12 PM
DrawSection PROPERTY (bool[])
Gets the merging style for indicator's line SYNTAX public bool[] DrawSection { get; }
Tue, Apr 24, 2018 at 12:24 PM
ExpirationDate PROPERTY (long)
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
Fills PROPERTY (FillsCollection)
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
HistogrammStyle PROPERTY (int[])
Gets the style of histogramm  SYNTAX public int[] HistogrammStyle { get; }
Tue, Apr 24, 2018 at 12:35 PM
Id PROPERTY (Guid)
Indicator ID SYNTAX public Guid Id { get; }
Tue, Apr 24, 2018 at 12:38 PM
Indicators PROPERTY (IndicatorsCollection)
Represents access to collection of all indicators. SYNTAX public IndicatorsCollection Indicators { get; }
Tue, Apr 24, 2018 at 12:40 PM
Instruments PROPERTY (InstrumentsCollection)
Represents access to collection of all available instruments. SYNTAX public InstrumentsCollection Instruments { get; }
Tue, Apr 24, 2018 at 12:44 PM
LineColor PROPERTY (int[])
Gets the color of indicator's line SYNTAX public int[] LineColor { get; }
Tue, Apr 24, 2018 at 12:46 PM
LineNames PROPERTY (string[])
Gets the name of indicator's line SYNTAX public string[] LineNames { get; }
Tue, Apr 24, 2018 at 1:05 PM