NETMacros CLASS

DateOfCreation PROPERTY (string)
The date when the script was created. SYNTAX public string DateOfCreation { get; set; }
Wed, May 2, 2018 at 10:50 AM
ExpirationDate PROPERTY (long)
The expiration date for trial version. 0 when expiration not specified. SYNTAX public long ExpirationDate { get; set; }
Wed, May 2, 2018 at 10:52 AM
Fills PROPERTY (FillsCollection)
Represents access to collection of all today fills. SYNTAX public FillsCollection Fills { get; } EXAMPLE An object ‘Fill’ is created in the...
Wed, May 2, 2018 at 10:58 AM
Id PROPERTY (Guid)
Indicator ID SYNTAX public Guid Id { get; }
Wed, May 2, 2018 at 10:59 AM
Indicators PROPERTY (IndicatorsCollection)
Represents access to collection of all indicators. SYNTAX public IndicatorsCollection Indicators { get; }
Wed, May 2, 2018 at 11:00 AM
Instruments PROPERTY (InstrumentsCollection)
Represents access to collection of all available instruments. SYNTAX public InstrumentsCollection Instruments { get; }
Wed, May 2, 2018 at 11:01 AM
Orders PROPERTY (OrdersCollection)
Represents access to collection of all available orders. SYNTAX public OrdersCollection Orders { get; }
Wed, May 2, 2018 at 11:01 AM
Password PROPERTY (string)
The password for the script. Must be encrypted by the GetHashedPassword function. SYNTAX public string Password { get; set; }
Wed, May 2, 2018 at 11:02 AM
Performance PROPERTY (Performance)
Represents access to statistical parameters of strategy. SYNTAX public Performance Performance { get; }
Wed, May 2, 2018 at 11:03 AM
Point PROPERTY (double)
The current symbol point value in the quote currency. SYNTAX public double Point { get; }
Wed, May 2, 2018 at 11:04 AM