SharpTrader.SDK - Developer API

CloseIndicatorInstance Constructor

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

Syntax


public CloseIndicatorInstance(
	Func<CloseSeries, double> map,
	Object instrument,
	int minBars,
	int bars,
	bool discrete
)

Parameters

map
Type: Func<(Of <(<'CloseSeries, Double>)>)>
instrument
Type: Object
minBars
Type: Int32
bars
Type: Int32
discrete
Type: Boolean