AutomatedStockTrading DeepQ Learning
Every day, millions of traders around the world are trying to make money by trading stocks. These days, physical traders are also being replaced by automated trading robots. Algorithmic trading market has experienced significant growth rate and large number of firms are using it. I have tried to build a Deep Q-learning reinforcement agent model to do automated stock trading.
Install / Use
npx skills add sachink2010/AutomatedStockTrading-DeepQ-LearningInstalls into whichever agent you are using.
README
Please find the project inside Zip file that contain the multiple folders
- State : in this folder you will find the state.py file
- Agent :inside this folder you will get Agent.py file
- Trading.ipynb file that contains functionality:
3.1 Data pre-processing 3.2 Agent is trained with 51 Episode. Input here are following parameters:
- Stock1_name: this is first stock name, which is Apple - aapl.us
- Stock2_name: this is second stock name, which is Amazon - amzn.us
- episode_count: This is number of episodes which agent till train on
- Start_balance: This is the initial starting cash, which is $ 10,000
- Training: This is number of records used for trading i.e. number of days on each episode of training will run
- Test: This is number of days on which test run will be executed
3.3 Evaluate and final program that predict the total portfolio value for one episode
- Models are saved in model directory
To execute the program, you would need to run the Trading.IPynb file with input as stated above and then look at the result
- There are other files: Testing- Google n Walmart.ipynb and Testing-IBM n GE.ipynb. These can be used to test the model generated in Trading.ipynb and stored in Models directory
References
-
MACHINE LEARNING FOR TRADING: GORDON RITTER: https://cims.nyu.edu/~ritter/ritter2017machine.pdf
-
Financial Trading as a Game: A Deep Reinforcement Learning Approach: Huang, Chien-Yi https://arxiv.org/pdf/1807.02787.pdf
-
Convergence of Q-learning: a simple proof: Francisco S. Melo: http://users.isr.ist.utl.pt/~mtjspaan/readingGroup/ProofQlearning.pdf
-
https://medium.com/@chinmaya.mishra1/deep-dive-in-to-reinforcement-learning-10fa30b418f9
-
David Silver’s lectures about deep reinforcement learning
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.
Languages
Security Score
Audited on Jul 23, 2026
