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.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.4.0
Syntaxpublic IOrder[] ExitPosition(
string entryName
)
Parameters
- entryName String
- Name of the entry order
Return Value
IOrder
See Also