Click or drag to resize

StrategyExitPosition(String) Method

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: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public IOrder[] ExitPosition(
	string entryName
)

Parameters

entryName  String
Name of the entry order

Return Value

IOrder
See Also