Disables the strategy.
Pending orders will be canceled or not will be determined via Settings > Options > Strategies tab > CanCancelPendingOrders property.
Position will be closed or not will be determined via Settings > Options > Strategies tab > CanClosePosition property.
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public void Disable(
bool canCloseOrders
)
Parameters
- canCloseOrders Boolean
-
See Also