Click or drag to resize

BaseBarIndicatorTAdd Method

Overload List
  NameDescription
Public methodAdd(Double, Double, Double, Double, Double)
Add bar data (OHLCV) to indicator. Note: Do Not use methods with and without DateTime for same instance. Also do not call this method for indicators which need datetime for calculation it's value. To determine do you need to specify DateTime, see IndicatorNeedDateTime flag.
Public methodAdd(Double, Double, Double, Double, Double, DateTime)
Add bar data (OHLCV and DateTime) to indicator. Note: Do Not use methods with and without DateTime for same instance. Note: if you specify time = DefaultTime then method ignore this parameter and call add with out time. To determine do you need to specify DateTime, see IndicatorNeedDateTime flag.
Top
See Also