Click or drag to resize
StrategyBase.EnterLongLimit Method (Double)
Submits a long 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 EnterLongLimit(
	double limitPrice
)

Parameters

limitPrice
Type: System.Double
Limit price

Return Value

Type: IOrder
See Also