Oft3r/agentic-trading-desk — reverse-engineered prompt
Reverse engineered prompt
Build me a local AI assisted trading desk for short term analysis of stocks and ETFs. I want the agent to pull market data, quotes, position status, and a simple macro read, then hand that data to local Python scripts that do the actual math so the scoring is deterministic and not guessed by the model.
The app should score each ticker on three pillars, trend, momentum, and macro sentiment, then give me a clear recommendation like hold, wait, observe, exit, trim, or re entry. It should use common technical signals like moving averages, RSI, MACD, TRIX, and Bollinger Bands, plus a macro score based on relative strength across major ETFs and the yield spread. I also want the detailed indicator breakdown and active flags, with both human readable output and JSON output.
Please keep it modular and runnable from the command line with JSON inputs, and make sure no trade is ever executed unless I explicitly confirm it. If needed, look up current Robinhood MCP and Claude Code skill docs online.
Want more depth? Deep Reverse