Click or drag to resize

StrategyBaseEnterLongLimit Method (Double)

Submits a long limit order. The entry name is set to the default 'Strategy Entry'. Order quantity will be as specified by the strategy

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

Parameters

limitPrice
Type: SystemDouble
Limit price

Return Value

Type: IOrder
See Also