Click or drag to resize

StrategyBaseEnterLong Method (Int32, Int32)

Enters a long position for the specified bars index and with specified 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 EnterLong(
	int barsIndex,
	int quantity
)

Parameters

barsIndex
Type: SystemInt32
Bars index
quantity
Type: SystemInt32
Order size

Return Value

Type: IOrder
See Also