Click or drag to resize

StrategyBaseEnterLongLimit Method (Int32, String, Int32, Double)

Submits a long limit order to the specified bars index with specified name and quantity

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

Parameters

barsIndex
Type: SystemInt32
Bars Index
name
Type: SystemString
Name of the order
quantity
Type: SystemInt32
Order size
limitPrice
Type: SystemDouble
Limit price

Return Value

Type: IOrder
See Also