Xtra-Computing/CryptoTrade ? reverse-engineered prompt
Reverse engineered prompt
Build me a working version of this CryptoTrade project so I can run the crypto trading agent end to end on the provided data.
I want it to analyze both on chain signals and news, then make a daily buy, sell, or hold decision for Ethereum, with a reflection step that looks back at prior results and adjusts the next choice. Please make sure the main agent script and the baseline script run cleanly, and that I can reproduce the example ETH trial from the README with a simple command. If anything in the environment or dependencies is missing, set it up so it is easy to install and start. I’d also like clear console output showing the current state, the analysis, the decision, and the resulting portfolio value each day.
If you need current library details or API behavior, look up the latest docs online and use the simplest working approach.