PolyTutorsDao/polymarket-5min-15min-btc-trading-bot-strategies — reverse-engineered prompt

Reverse engineered prompt

GitHub

I want you to turn this repo into a working Python Polymarket trading bot based on the strategy playbook in the README. The main goal is a bot that can watch 5 minute, 15 minute, and 1 hour binary markets for BTC, and if practical also ETH, SOL, and XRP, then place trades automatically using the ideas described here.

Please implement the core signal logic for momentum and mean reversion using MACD, RSI, and VWAP on short bars, plus a cross market mode that looks for lead lag moves between coins. It should connect to the live Polymarket order book, evaluate entries and exits, handle simple position sizing options like fixed size, martingale, anti martingale, and Fibonacci, and include basic safety controls so it does not overtrade in bad conditions.

I also want it to feel usable, with clear config, logging, and a short README that explains how to run it. If the repo is only a strategy document right now, that is fine, build the actual bot from that. Look up current Polymarket docs online if you need to.

Want more depth? Deep Reverse