The different states an user code goes through in its life cycle.
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
MembersMember name | Value | Description |
---|
Initialize | 0 |
Initialzed. User should avoid long running methods here.
|
Configure | 1 |
User configures the parameter via the Sharp Script Selector view
|
StartUp | 2 |
The script is ready for
|
Historical | 3 |
The script is processing historical Bars |
Realtime | 4 |
The script is processing real-time data
|
Finalize | 5 |
Perform all object cleanup here
|
See Also