NETIndicator

LinesCount PROPERTY (int)
Returns how many lines this indicator has SYNTAX public int LinesCount { get; }
Tue, Apr 24, 2018 at 1:07 PM
LineStyles PROPERTY (int[])
Gets the style of indicator's line SYNTAX public int[] LineStyles { get; }
Tue, Apr 24, 2018 at 1:12 PM
LineTimeShift PROPERTY List
Gets the time shift of indicator's line SYNTAX public List<int> LineTimeShift { get; }
Tue, Apr 24, 2018 at 1:19 PM
LineVisible PROPERTY (bool[])
Indicator; Gets the visible for indicator's line SYNTAX public bool[] LineVisible { get; }
Tue, Apr 24, 2018 at 1:21 PM
LineWidth PROPERTY (int[])
Gets the width of indicator's line SYNTAX public int[] LineWidth { get; }
Tue, Apr 24, 2018 at 1:24 PM
LineYFactor PROPERTY (List)
Gets the Y-factor of indicator's line SYNTAX public List<double> LineYFactor { get; }
Tue, Apr 24, 2018 at 1:27 PM
Orders PROPERTY (OrdersCollection)
Represents access to collection of all available orders. SYNTAX public OrdersCollection Orders { get; }
Wed, Apr 25, 2018 at 5:51 AM
Password PROPERTY (string)
The password for the script. Must be encrypted by the GetHashedPassword function SYNTAX public string Password { get; set; }
Wed, Apr 25, 2018 at 6:04 AM
Performance PROPERTY (Performance)
Represents access to statistical parameters of strategy.  SYNTAX public Performance Performance { get; }
Wed, Apr 25, 2018 at 6:07 AM
Point PROPERTY (double)
The current symbol point value in the quote currency; SYNTAX public double Point { get; }
Wed, Apr 25, 2018 at 6:22 AM