matthewchung74/llm_trader ? reverse-engineered prompt
Reverse engineered prompt
Build me an autonomous AI stock trading bot that uses market data to decide when to buy and sell stocks, then places trades through Alpaca paper trading so it only uses virtual money.
I want it to be able to run with different AI models, like GPT, Claude, or Gemini, and keep track of portfolio value, open positions, trade history, and profit or loss over time. It should only trade during market hours, pause when the market is closed, and wake back up automatically on trading days. Please add clear logging, basic risk management, and a simple way to run it once or keep it running continuously. Include tests, a Docker setup, and example env files so I can plug in my API keys and start it easily. If anything about the trading or model APIs needs current details, look up the latest docs online and wire it up cleanly.
Are you gonna build this?
make sure you review the code using coderabbit