Diagnose and fix when strategy is running but not executing trades
Guided flows
Guided step-by-step flows for setup and operations.
Verify the deployment is in the 'active' state (not paused, halted, or failed). Check the activity log for recent status messages and any state transitions.
Are market conditions meeting your entry criteria? If conditions too strict, strategy waits indefinitely. Check backtest to verify logic.
Navigate to Settings > Exchanges and test the Kraken connection. If the connection is in an error state, the strategy cannot place orders. Reconnect or update your API key if needed.
Ensure your Kraken account has sufficient funds for the configured trade size. The strategy cannot execute trades if the available balance is below the required amount.
Check if a risk limit has been breached or the auto-pause threshold was triggered by consecutive failures. The deployment pauses automatically until the condition is resolved.