A Intraday Trading Bot that tries to use Technical Analysis to earn small profits on the Stock Market.
Real-Time Stock prices are fetched from here.
NOTE:
- This is simply a simulation, it is NOT using real funds.
- It is using Real Stock prices for calculations.
Download the project or
Clone using
git clone https://github.com/JamesCrr/Intraday-Trading-Bot.git
Make sure you have pipenv installed
pip install pipenv
Install dependencies in the pipefile.
pipenv install
Get your own Key from here. Create your .env file at root and place your key
ALPHA_VANTAGE_KEY = YOUR KEY
Start the Virtual Environment, then Run the python File
pipenv shell
python [Path to python File]
Or Run the python File outside the Virtual Environment
pipenv run python [Path to python File]
- Menu to select different companies
- Menu to use different strategies
- Menu to use customise strategies