Click or drag to resize
StrategyBaseExitPosition Method (String)
Exits a position

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

Parameters

entryName
Type: SystemString
Name of the entry order

Return Value

Type: IOrder
See Also