nt_strategy_stop
Stop a running NinjaScript strategy by its class name. First retrieve the list of running strategies to get the exact name, then stop the strategy in local mode.
Instructions
Stop a running NinjaScript strategy by class name. Use nt_strategies_running first to get exact names. Local mode only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strategyName | Yes | Strategy class name, e.g. "VariantFStrategy". |