Nine core systems working together β each built for one purpose: consistent small wins, ruthless risk control, and 24/7 uptime.
Six independent exit layers check every open position every second. The first one triggered wins. This is the heart of the bot β protecting profit and limiting loss on every single trade.
Every futures market streams live prices directly into memory via WebSocket β no API polling, no REST calls for monitoring. The bot reads the latest price from a ring buffer and acts in under 10ms.
A candle-enhanced trailing system reads 5-minute EMA trends and backs off the trailing stop when the trend matches your position. Winners get room to breathe and extend further before the bot locks gains.
Binance Hedge Mode lets you hold both sides of the same market. When conditions get rough, a defensive hedge opens the opposite position β protecting your capital while the storm passes.
Every 20 seconds the bot saves its full state β all open positions, capital, settings β to a crash-safe JSONL file. If the server dies, power goes out, or you accidentally pull the plug, restarting brings everything back exactly as it was.
logs/state.jsonlIntegrates with your system's service manager. Survives SSH disconnects, system reboots, crashes, and network drops. One setup and the bot runs forever β you never need to touch it again.
Restart=always with 10-second backoffCombines EMA trend detection, RSI filtering, and volatility assessment before entering any trade. Higher confidence means higher leverage β the bot adjusts itself based on market conditions.
Symbols that take 3 consecutive losses are automatically suspended for 24 hours. The bot remembers which markets burned you and avoids them until they cool off. Blacklist is persisted across restarts.
Low-liquidity hours trigger an automatic pause on new entries between 23:00 and 02:00 UTC. Existing positions keep running with full monitoring and all exit layers active. No forced trades in dead markets.
Every risk parameter, every exit threshold, every timing β all configurable. The bot is designed to be tweaked based on your trader profile, capital size, and risk appetite.
For non-developers: Use Hermes Agent or a similar AI coding assistant to adjust parameters, review configuration, and enhance the bot with natural language instructions β no coding experience required.