Click or drag to resize
StrategyBaseEnterLongLimit Method (String, Double)
Submits a long limit order

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(
	string name,
	double limitPrice
)

Parameters

name
Type: SystemString
Name of the order
limitPrice
Type: SystemDouble
Limit price

Return Value

Type: IOrder
See Also