Click or drag to resize

IPortfolioBarIndicatorFixTime Method

Notify indicator that all data for specifed time was added.

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
bool FixTime(
	DateTime fixedTime
)

Parameters

fixedTime
Type: SystemDateTime
Time for which all data was added.

Return Value

Type: Boolean
Returns true if and only if the indicator updated its value.
See Also