SharpTrader.SDK - Developer API

QuoteSeries<(Of <(<'TValue, TSeries>)>)>..::..Project Method

Applies projection function to count of newest bars and

Return Value

the result as CloseSeries. Capacity of CloseSeries is determined by bars.

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

Syntax


public CloseSeries Project(
	Func<TValue, double> projection,
	int bars
)

Parameters

projection
Type: Func<(Of <(<'TValue, Double>)>)>
bars
Type: Int32