Click or drag to resize

StrategyBaseExitPosition Method (String)

Exits positions as entered via entry order with entry name as Strategy Entry (default entry name) Market order is submitted to close the position. If Connection does not supports market order then a limit order is submitted.

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(
	string entryName
)

Parameters

entryName
Type: SystemString
Name of the entry order

Return Value

Type: IOrder
See Also