Zabih786/Teading-Bot ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python trading bot project that pulls live stock market data from APIs and analyzes it for high frequency trading signals.
I want it to calculate order flow imbalance to help predict the next move, use the Lee Ready method to classify trades, and use VPIN to spot toxic order flow. Please make it able to handle large data smoothly, and include the data cleaning, analysis, and model parts with Pandas, Dask, scikit learn, and TensorFlow Keras where useful.
If it makes sense, also add a simple web page or dashboard with HTML and CSS so I can view the results and see the main outputs clearly. Keep it practical and easy to run, and if you need to check current API or library docs online, go ahead and do that. I mostly want a working end to end prototype that shows the trading logic, the live data fetching, and the analysis in one place.
Are you gonna build this?
make sure you review the code using coderabbit