IndicatorRecalculate Method (RecalculateArg)

GF Charts Help
Implementaion of the indicator algorithm

Namespace:  GF.Clients.Charts.TimeSeries.Indicators
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public virtual void Recalculate(
	RecalculateArg arg
)

Parameters

arg
Type: GF.Clients.Charts.TimeSeries.IndicatorsRecalculateArg
Remarks

Derived classes should override this method to implement own calculation algorithm
See Also

Reference