Click or drag to resize

StrategyExitPosition(Int32) Method

Exits a position

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public IOrder[] ExitPosition(
	int barsIndex
)

Parameters

barsIndex  Int32
Bars index

Return Value

IOrder
See Also