Pythrade can be tought as a guide for your tradements.
Pythrade merges RSI, MACD and Bollinger Bands indicators on one graph. Also indicates Golden Crosses and Death Crosses on graph while showing all possibilities according to Indicators individually and weighted mean Indicators' possibilities in HoverBox.
- Python 3.
- pip for installing Django Module are required to run and use this project.
- Install Python3.
- Install Django Module.
- In project folder, execute 'python manage.py runserver' command.
- You will see a message that you can load the project on 'http://127.0.0.1:8000/' or 'http://localhost:8000/'
- Login admin panel with 'http://127.0.0.1:8000/admin' or 'http://localhost:8000/admin' links.
- Default username and password is admin:admin.
- Account can be created and superuser authority can be given in 'AUTHENTICATION AND AUTHORIZATION - Users' section.
- Also superuser account can be created executing 'python manage.py createsuperuser' command.
- Account can be created and superuser authority can be given in 'AUTHENTICATION AND AUTHORIZATION - Users' section.
- Add a coin symbol like BTC, ETH ADA etc.
- Go to homepage. Coins' -which be added in admin panel- market datas will be located in a table.
- Click 'Analysis' button which is in last column of table. Analysis page will be loaded.
- 1.0
- Initial relase.
- Initial relase.
Tools has been used:
- Yahoo-Finance (yfinance) library to get market datas.
- Plotly library to sketch graph according to processed datas and manage it.
- TA-Lib library to calculate indicators' values.
- Numpy library to calculate high-level mathematical functions and operate large series which consists of market datas.
- Pandas library to manipulate numerical tables and time series.
For Designing:
- Bootstrap.