<- Go back
My 100% Automated Trading Bot
Here is a presentation of a trading bot that I designed and coded

The thing that I find the most exiting and interesting when working on projects in finance is that it allows to combine and use my economic, maths, dev knowledge in just one project.
Some days ago, I though on using correlation between stocks to try predict future mouvement. I started trying to implement it and after some research I discovered it already existed : the Pair Trading Strategy.
It confirmed me the potential of my idea and I developed a trading bot on python that use Alpaca's API to execute orders and my server [ ref My cloud computing project ] to run my code every 5 minutes when the market is open thanks to crontab.
Please take a look at my GitHub Project in which I display the code and my Strategy :