CyberPunkMetalHead/Binance-volatility-trading-bot — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python Binance volatility trading bot that watches all Binance coins, mainly USDT pairs, ignores weird margin and fiat pairs, and spots coins that have jumped a lot in the last few minutes.

I want the settings to be easy to change, like how much price needs to move, how many minutes to check, how much USDT to spend per trade, the stop loss, the profit target, and whether it is in test mode or using real money. It should buy the strongest movers, keep track of what it bought, and automatically sell when the stop loss or profit target is reached.

Please make safety the default. Test mode should be on unless I clearly change it. Put API keys in a separate example credentials file, not hard coded. Add clear console output so I can see what it is scanning, buying, selling, or skipping.

Include simple setup instructions and a short warning that this is risky and not financial advice. Look up current Binance API docs if needed.

Want more depth? Deep Reverse