Add data (trade price, volume and DateTime) to indicator.
Namespace:
FinAnalysis.Base
Assembly:
FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax bool Add(
double trade,
double volume,
DateTime time
)
Parameters
- trade
- Type: SystemDouble
Price of the current tick. - volume
- Type: SystemDouble
Volume on the current tick. - time
- Type: SystemDateTime
Current date time.
Return Value
Type:
Boolean Returns true if and only if the indicator updated it's value.
See Also