Click or drag to resize
StrategyBaseEnterShortLimit Method (Double)
Submits a short limit order. The entry name is set to the default 'Strategy Entry'

Namespace: SharpCharts.Base.SharpScript
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public IOrder EnterShortLimit(
	double limitPrice
)

Parameters

limitPrice
Type: SystemDouble
Limit price

Return Value

Type: IOrder
See Also