nguyenngocbinh/bmlb-arbitrage-bot ? reverse-engineered prompt
Reverse engineered prompt
Build me a crypto arbitrage bot that can watch prices in real time across Binance, KuCoin, OKX, and Bybit, then spot opportunities and act on them fast.
I want it to support three modes, a classic arbitrage mode, a delta neutral hedging mode, and a fake money mode for safe testing. It should handle multiple pairs at once, place buy and sell orders in parallel, keep track of fees and slippage, and have solid risk controls like stop loss, cooldowns, max drawdown, and a circuit breaker.
Please also add a simple web dashboard so I can see sessions, trades, profits, and alerts in the browser. Save data in SQLite, send Telegram notifications, and make sure it can recover a session if the bot stops unexpectedly. It should be easy to run in paper trading first, and I want backtesting too so I can replay past data and check performance before going live. If you need to check current docs for the exchange libraries, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit