Stock Market Simulator
A stock market simulator that generate best trading strategy using machine learning tools.
Install / Use
npx skills add xljiang/stock-market-simulatorInstalls into whichever agent you are using.
README
stock-market-simulator
Description
This project implements a stock market simulator. The goal is to let the simulator generate the best trading strategy automatically and tell which stock we should buy or sell to make the most benefit.
The project contains three different major components:
- A Market Simulator: Given a portfolio (which is like a personal account that has information about what stocks you are currently holding) and an order book (a series of BUY/SELL orders), return the estimated result. The market simulator
- Machine Learning Models: In this project, the stock price is predicted from historical price data. I applied a few machine learning models such as linear regression, random forest, and Q learning to train models based on historical data. For the learning purpose, I generated these machine learning models from scratch other than use pre-defined libraries.
- Trading Strategy Generator: Apply the trained learning models and convert it to a classification learner using different technical indicators (e.g. Moving Average, Bollinger Band, Relative Strength Index and so on). The classification learners are then used to determine a series of BUY/SELL orders to form the best trading strategy.
Technologies
Python: NumPy, Pandas, SciPy, Matplotlib
Machine Learning: Linear Regression, Random Forest, Q learning with Dyna feature
Related Skills
mcp
Use the `mcp_perplexity-ask_perplexity_search` tools to answer questions. You should use this instead of the `web_search` tool because it is a lot more accurate.
practical-power-systems-synthesis
This skill enables synthesis in the domain of power-systems (engineering). It represents research-level-level expertise and is designed for production use in research, industry, and educational contexts. Use this skill when you need to perform synthesis operations related to power-systems.
semi-supervised-optogenetics-testing
This skill enables testing in the domain of optogenetics (neuroscience). It represents intermediate-level expertise and is designed for production use in research, industry, and educational contexts. Use this skill when you need to perform testing operations related to optogenetics.
data-mining-interpretation-fundamental
This skill enables interpretation in the domain of data-mining (data-science). It represents fundamental-level expertise and is designed for production use in research, industry, and educational contexts. Use this skill when you need to perform interpretation operations related to data-mining.
