The SymbolScriptBase type exposes the following members.

Properties

  NameDescription
Bars
The list of bars for the current symbol.
Close
The series of bar close values for the current symbol.
ClosedPositions
The list of closed positions for the current symbol.
High
The series of bar high values for the current symbol.
Indicators
A collection of the indicators for the current symbol.
Low
The series of bar low values for the current symbol.
Open
The series of bar open values for the current symbol.
OpenPositions
The list of open positions for the current symbol.
PendingPositions
The list of pending positions for the current symbol.
PositionManager
The PositionManager object for the system.
Symbol
The symbol associated with this SymbolScriptBase instance.
SystemData
Gets the SystemData instance.
SystemParameters
Gets the optimization parameters collection for this system.
Volume
The series of bar volume values for the current symbol.

See Also