NETStrategy CLASS

NetScriptCache FIELD (NetScriptCache)
Cache of basic data, platform used for performance. SYNTAX public NetScriptCache NetScriptCache
Wed, May 2, 2018 at 5:55 PM
Accounts PROPERTY (IAccountsCollection)
Represents access to collection of all available accounts. SYNTAX public IAccountsCollection Accounts { get; } EXAMPLE An object ‘Account’ ...
Wed, May 2, 2018 at 5:56 PM
Ask PROPERTY (double)
Last Ask for the current instrument SYNTAX public double Ask { get; }
Wed, May 2, 2018 at 5:57 PM
Author PROPERTY (string)
The author of the script. SYNTAX public string Author { get; set; }
Wed, May 2, 2018 at 5:58 PM
Bid PROPERTY (double)
Last bid for the current instrument. SYNTAX public double Bid { get; }
Wed, May 2, 2018 at 5:59 PM
Comments PROPERTY (string)
The full name of the script SYNTAX public string Comments { get; set; }
Wed, May 2, 2018 at 6:00 PM
Company PROPERTY (string)
The author's company SYNTAX public string Company { get; set; }
Wed, May 2, 2018 at 6:00 PM
Copyrights PROPERTY (string)
The copyrights string. SYNTAX public string Copyrights { get; set; }
Wed, May 2, 2018 at 6:01 PM
CurrentChart PROPERTY (Chart)
Represents access to the current Chart. SYNTAX public Chart CurrentChart { get; }
Wed, May 2, 2018 at 6:02 PM
CurrentData PROPERTY (HistoricalData)
Represent access to currently download historical data. SYNTAX public HistoricalData CurrentData { get; }
Wed, May 2, 2018 at 6:03 PM