IndicatorBaseAddBars(String, BarType) Method |
Add a secondary
Bars series
This method must be called from the OnStateChange method when the
State is in
StartUp Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.8.0
Syntaxprotected void AddBars(
string instrument,
BarType barType
)
Parameters
- instrument String
- Display name of the instrument
- barType BarType
- BarType
See Also