Enabling & Disabling Strategies
Each strategy has a toggle switch for enabling or disabling it.
- Enabled — The strategy processes incoming data (like new candles) and executes transitions, guards, and actions.
- Disabled — The strategy is turned off; no events are processed.
WARNING: When you disable a Strategy, it is reset back to its default state, along with all context variables once re-enabled. For Example, assume a Strategy SomeStrategy has 3 states, S1, S2 and S3, with an initial state of S1, and had a custom context variable counter with default value of 0. Lets say that SomeStrategy was presently on State S3, and had set the counter variable to 3. Once you Disable the strategy and it is renabled, the Strategy will return back to state S1 and counter will reset to default value 0.
Deleting Strategies
To delete a strategy:
- Click Load Strategy in the sidebar to open the strategy browser.
- Click the trash icon on the tile of the strategy you want to remove.
- Confirm the deletion.
Deleted strategies are permanently removed.
WARNING: There’s no undo. Export or duplicate a strategy if you want to preserve its setup before deleting.