NETIndicator

NetScriptCache FIELD (NetScriptCache)
SYNTAX public NetScriptCache NetScriptCache
Tue, Apr 24, 2018 at 11:41 AM
Accounts PROPERTY (IAccountsCollection)
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
Ask PROPERTY (double)
Last Ask for the current instrument SYNTAX public double Ask { get; }
Tue, Apr 24, 2018 at 11:49 AM
Author PROPERTY (string)
The author of the script SYNTAX public string Author { get; set; }
Tue, Apr 24, 2018 at 11:51 AM
Bid PROPERTY (double)
Last bid for the current instrument SYNTAX public double Bid { get; }
Tue, Apr 24, 2018 at 11:55 AM
Comments PROPERTY (string)
The full name of the script SYNTAX public string Comments { get; set; }
Tue, Apr 24, 2018 at 11:58 AM
Company PROPERTY (string)
The autor's company SYNTAX public string Company { get; set; }
Tue, Apr 24, 2018 at 12:03 PM
Copyrights PROPERTY (string)
The copyrights string SYNTAX public string Copyrights { get; set; }
Tue, Apr 24, 2018 at 12:05 PM
CurrentChart PROPERTY (Chart)
Represents access to the current Chart. SYNTAX public Chart CurrentChart { get; }
Tue, Apr 24, 2018 at 12:08 PM
CurrentData PROPERTY (HistoricalData)
Represent access to currently download historical data. SYNTAX public HistoricalData CurrentData { get; }
Tue, Apr 24, 2018 at 12:10 PM