← Back to changelog
Fixed26 Apr 2026

Stop-loss execution improved

Fixed the stop-loss system so it now checks live price instead of waiting for candle close confirmation.

This update fixes an issue with the stop-loss feature.

Previously, stop-loss handling was tied to candle close checks, which meant exits could be delayed and would not always trigger as expected in live conditions.

Stop-loss logic now uses live price polling every 3 seconds, allowing positions to be closed much closer to the configured threshold instead of waiting for a candle to finish.

This makes stop-loss protection more responsive and improves risk control for live bot trading.