BaseTwoSeriesMultipleValueIndicatorTAdd Method |
Name | Description | |
---|---|---|
Add(Double, 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.
| |
Add(Double, 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.
|