Click or drag to resize

BaseSimpleIndicatorTAdd Method

Overload List
  NameDescription
Public methodAdd(Double)
Add value 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, DateTime)
Add value 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