Click or drag to resize

IndicatorBaseAddBars Method

Overload List
 NameDescription
Protected methodAddBars(BarType) Add a seconday Bars series. The IInstrument will be that of the primary bars series This method must be called from the OnStateChange method when the State is in StartUp
Protected methodAddBars(String) Add a seconday Bars series. The BarType will be that of the primary bars series. This method must be called from the OnStateChange method when the State is in StartUp
Protected methodAddBars(String, BarType) Add a secondary Bars series This method must be called from the OnStateChange method when the State is in StartUp
Protected methodAddBars(String, BarType, String, DateTime, DateTime, BackfillPolicy) Add a secondary Bars series This method must be called from the OnStateChange method when the State is in StartUp
Top
See Also