StrategyExitPosition(Int32, String) Method | 
            Exits a position
            
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxpublic IOrder[] ExitPosition(
	int barsIndex,
	string entryName
)
Parameters
- barsIndex  Int32
 - Bars index
 - entryName  String
 - Name of the entry order
 
Return Value
IOrder
See Also