IPortfolioTwoSetsIndicatorAddIntoSecond Method |
Add single value of specific time series (from second set) to indicator.
Namespace:
FinAnalysis.Base
Assembly:
FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax bool AddIntoSecond(
int index,
double value,
DateTime time
)
Parameters
- index
- Type: SystemInt32
Index of series for which value specified. - value
- Type: SystemDouble
Value to add to indicator. - time
- Type: SystemDateTime
Current date time.
Return Value
Type:
Boolean Returns true if and only if the indicator updated its value.
See Also