Click or drag to resize

ITwoSeriesIndicatorAdd Method

Add value to indicator.

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
bool Add(
	double value1,
	double value2,
	DateTime time
)

Parameters

value1
Type: SystemDouble
First series value to add to indicator.
value2
Type: SystemDouble
Second series value to add to indicator.
time
Type: SystemDateTime
Current date time.

Return Value

Type: Boolean
Returns true if and only if the indicator updated it's value.
See Also