atwigger97/trading_bot — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Python trading bot from this repo. There isn’t a README, so please inspect the folders and make sensible choices based on what’s already here.

I want it to load settings from the config and env file, read or fetch market data, run a market risk prediction using the models area, then produce clear trade guidance like buy, sell, or hold with a confidence or risk score. It should respect balance limits and risk settings so it doesn’t suggest using too much money at once.

Please make it runnable from the command line with a clear main command, useful logs, and friendly error messages if data or credentials are missing. Default to a safe simulation mode unless real trading keys are configured. Save outputs like signals, model results, and any trade history into the existing data or files folders.

Clean up any broken imports, add basic tests if practical, and update a short README explaining setup and how to run it. Look up current docs online if you need to.

Want more depth? Deep Reverse