Click or drag to resize

StrategyBaseExitPosition Method (Int32, String)

Exits a position

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public IOrder[] ExitPosition(
	int barsIndex,
	string entryName
)

Parameters

barsIndex
Type: SystemInt32
Bars index
entryName
Type: SystemString
Name of the entry order

Return Value

Type: IOrder
See Also