The SymbolScriptBase type exposes the following members.

Constructors

  NameDescription
SymbolScriptBase
Initializes a new instance of the SymbolScriptBase class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FillIndicatorRegionOverloaded.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetFrequencyOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
NewBar
Called for each new, nonempty bar for the symbol.
NewTick
Called when a new tick is received.
OpenPositionOverloaded.
OrderCancelled
Called when an order is cancelled.
OrderFilled
Called when an order is filled.
OutputErrorOverloaded.
OutputMessageOverloaded.
OutputWarningOverloaded.
Startup
Startup function called at the start of a system run.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

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