The SymbolScriptBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SymbolScriptBase | Initializes a new instance of the SymbolScriptBase class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| FillIndicatorRegion | Overloaded. | |
| 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.) | |
| GetFrequency | Overloaded. | |
| 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.
| |
| OpenPosition | Overloaded. | |
| OrderCancelled |
Called when an order is cancelled.
| |
| OrderFilled |
Called when an order is filled.
| |
| OutputError | Overloaded. | |
| OutputMessage | Overloaded. | |
| OutputWarning | Overloaded. | |
| Startup |
Startup function called at the start of a system run.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| 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.
|