SharpTrader.SDK - Developer API

AdvancedIndicator<(Of <(<'TValue, TSeries>)>)>..::..Calculate Method

Calculate

Return Value

indicator value for the latest bar in buffer

Namespace:  Sharpshooter.SDK.Indicators.RealTime
Assembly:  Sharpshooter.SDK (in Sharpshooter.SDK.dll)

Syntax


[MethodImplAttribute]
protected double Calculate(
	TSeries series
)

Parameters

series
Type: TSeries

Remarks


State of the class instance has been updated by ForwardByBar(TSeries) or by InitializeWith(TSeries) before this method is called.