SharpTrader.SDK - Developer API

OhlcIndicatorInstance Constructor

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

Syntax


public OhlcIndicatorInstance(
	Object instrument,
	IndicatorId id,
	Func<OHLCSeries, double> map
)

Parameters

instrument
Type: Object
id
Type: Sharpshooter.SDK..::..IndicatorId
map
Type: Func<(Of <(<'OHLCSeries, Double>)>)>