algotrading
Algo Trading using Zerodha
File Explorer
Download Latest Version (.zip)- userdata.csv
- __init__.py
- auth_server.py
- json_util.py
- __init__.py
- auth.py
- auth_server_2.py
- quote.py
- run.py
- test.py
- web_socket.py
- __init__.py
- e_strategy.py
- README
- requirements.txt
- run.py
- single_run.py
- strategy.py
- util.py
- __init__.py
- ATR.py
- EMA.py
- MACD.py
- MFI.py
- RSI.py
- SuperTrend.py
- VWAP.py
- __init__.py
- historical_data_test.py
- simple.py
- __init__.py
- backtest.py
- ema_crossover.py
- supertrend_strategy.py
- __init__.py
- auth.py
- fetch_nse50_stocks.py
- historical_data.py
- stock_screener.py
- __init__.py
- README.md
- setup.py
- .gitignore
- main.py
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/debanshur/algotrading
Downloads the entire project code from GitHub to your computer.
cd algotrading
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
python -m venv venv
Runs the Python script (or module).
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
