NETColumn CLASS
The date when the script was created SYNTAX public string DateOfCreation { get; set; }
Mon, Apr 23, 2018 at 7:52 AM
The expiration date for trial version. 0 when expiration not specified SYNTAX public long ExpirationDate { get; set; }
Mon, Apr 23, 2018 at 7:54 AM
Represents access to collection of all today fills. SYNTAX public FillsCollection Fills { get; } EXAMPLE An object ‘Fill’ is created in the follo...
Mon, Apr 23, 2018 at 7:57 AM
Represents access to collection of all indicators. SYNTAX public IndicatorsCollection Indicators { get; }
Mon, Apr 23, 2018 at 8:03 AM
Represents access to collection of all available instruments. SYNTAX public InstrumentsCollection Instruments { get; }
Mon, Apr 23, 2018 at 8:10 AM
Represents access to collection of all available orders. SYNTAX public OrdersCollection Orders { get; }
Mon, Apr 23, 2018 at 8:12 AM
The password for the script. Must be encrypted by the GetHashedPassword function SYNTAX public string Password { get; set; }
Mon, Apr 23, 2018 at 8:15 AM
Represents access to statistical parameters of strategy. SYNTAX public Performance Performance { get; }
Mon, Apr 23, 2018 at 8:18 AM
The current symbol point value in the quote currency; SYNTAX public double Point { get; }
Mon, Apr 23, 2018 at 8:20 AM