NETIndicator
SYNTAX public NetScriptCache NetScriptCache
Tue, Apr 24, 2018 at 11:41 AM
Represents access to collection of all available accounts. SYNTAX public IAccountsCollection Accounts { get; } EXAMPLE An object ‘Account’ that i...
Tue, Apr 24, 2018 at 11:45 AM
Last Ask for the current instrument SYNTAX public double Ask { get; }
Tue, Apr 24, 2018 at 11:49 AM
The author of the script SYNTAX public string Author { get; set; }
Tue, Apr 24, 2018 at 11:51 AM
Last bid for the current instrument SYNTAX public double Bid { get; }
Tue, Apr 24, 2018 at 11:55 AM
The full name of the script SYNTAX public string Comments { get; set; }
Tue, Apr 24, 2018 at 11:58 AM
The autor's company SYNTAX public string Company { get; set; }
Tue, Apr 24, 2018 at 12:03 PM
The copyrights string SYNTAX public string Copyrights { get; set; }
Tue, Apr 24, 2018 at 12:05 PM
Represents access to the current Chart. SYNTAX public Chart CurrentChart { get; }
Tue, Apr 24, 2018 at 12:08 PM
Represent access to currently download historical data. SYNTAX public HistoricalData CurrentData { get; }
Tue, Apr 24, 2018 at 12:10 PM