Please add a feature that checks the liquidation price before opening any trade.
Currently, when a signal includes high leverage (like 30x+), the liquidation price can be above the stop-loss, causing trades to get liquidated even before the stop-loss triggers — even if the bot is set to risk only a small percentage (e.g. 1.5% of total capital).
Suggested solutions:
1. Add a setting that prevents trades from opening if the liquidation price is higher than the stop-loss.
2. Or, automatically adjust the leverage or position size so that the liquidation price stays at least 1–1.5% below the stop-loss.
3. Or, allow users to set a “liquidation distance threshold” (e.g. skip the trade if liquidation < 1% away from stop-loss).
Example:
• Entry: 0.1851
• Stop Loss: 0.1784
• Leverage: 32x
→ Liquidation = 0.1793 (above SL) → trade gets liquidated before stop-loss.
This safety filter would prevent such cases and make Cornix risk control more accurate and reliable for users who follow high-leverage channels.