DanielBragah/High-Probability-Trading-Bot-Polymarket — reverse-engineered prompt

Reverse engineered prompt

Build me a Polymarket trading bot with a simple real time dashboard that I can run locally. I want it to scan live Polymarket markets and find two kinds of opportunities, one for high probability events that are close to resolving, and one for short term crypto compounding trades on BTC, ETH, and SOL. By default it should run in a safe paper trading mode using real market prices and a demo balance, then let me switch to live trading later if I add my wallet and API credentials.

The app should have pages for an overview, high probability trades, crypto trades, and settings. I want to be able to change things like price ranges, position sizing, scan timing, max positions, and toggle strategies from the UI without editing code. Show portfolio value, profit and loss, current opportunities, and a live trade log that updates automatically. Please make it easy to start with an env file and one dev command, and look up current Polymarket docs online if you need to.

Want more depth? Deep Reverse