deniszidbaev-cmyk/polyclaw-trading — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Windows friendly Python trading workspace for Polymarket that can run safely in dry run by default. I want it to pull public price history, turn it into 5 minute and 15 minute candles, then score markets with basic indicators like EMA, RSI, and common candle patterns so it can suggest YES or NO decisions.

It should keep track of bankroll, reserves, drawdown, open and closed trades, and daily limits. If live trading is off, it should only log the exact trade it would make and save an audit trail. If live trading is on, it should still use small capped orders and stop retrying bad trades too often.

Please include setup scripts for Windows, local secret configuration from an env file, runtime JSON outputs, logs, and a simple way to launch the full loop. It can connect to OpenClaw and Kilo style orchestration for market reassessment, but keep the core trading loop independent and safe. Look up current docs online if you need to.

Want more depth? Deep Reverse