SharpTrader.SDK - Developer API

TransformIndicator Constructor

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

Syntax


public TransformIndicator(
	Func<ValueSeries, double> map,
	int minBars,
	int bars
)

Parameters

map
Type: Func<(Of <(<'ValueSeries, Double>)>)>
minBars
Type: Int32
bars
Type: Int32