PyQt App for TradingView
Project description
QTradingView
PyQt App for TradingView.
Recommends simple login to autosave your draws.
Index
Features
- Includes the most cryptocurrencies exchanges available in tradingview.
- Complete lists of available markets, with symbol filter.
- Favorite and margin lists.
- Portfolio.
- Ads remove.
Installation
QTradingView needs an environment with Python3 and Qt5
Prepare environment
-
Install Anaconda
-
Create and active environment.
conda create -n env_name python=3.7 conda activate env_name
-
Install PyQt5
conda install -c anaconda pyqt
QTradingView from source code
pip install poetry
git clone https://github.com/katmai1/qtradingview
cd qtradingview
Usage
Install PyQt5 libs using anaconda
Create and active environment.
conda create -n env_name python=3.7
conda activate env_name
Install PyQt5 and dependencies
conda install -c anaconda pyqt
install
pip install qtradingview
Running from source using Anaconda
Create and active environment.
conda create -n env_name python=3.7
conda activate env_name
Install PyQt5 and dependencies
conda install -c anaconda pyqt
pip install -r requirements.txt
Run
python apprun.py
*Can be install without Anaconda if install all PyQt5 dependencies manually.
Troubleshot
Database issues after an update
Probably the last update does changes into database and this changes are not applied automatically. You can try update tables manually.
- If running from source:
python apprun.py --updatedb
- If running compiled release:
qtradingview --updatedb
* This function works fine whe running from source code, with a compiled version sometimes not update correctly.
If issue persist you can delete database to force his create again.
- If running from source:
python apprun.py --deletedb
- If running compiled release:
qtradingview --deletedb
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file qtradingview-0.19.6.tar.gz
.
File metadata
- Download URL: qtradingview-0.19.6.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.7.8 Linux/4.19.0-11-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa93982dadbf99a061367204d7a911dec1b65d79476049c69d382aff6ce24e8d |
|
MD5 | 22b29d6d5dc53d0f0b97e2685ed89bdf |
|
BLAKE2b-256 | 069fb9c8e45469f7a0497c2e18b5b10e0a0b6490a4cc1b80a5a6fe4d7a4bf95f |
File details
Details for the file qtradingview-0.19.6-py3-none-any.whl
.
File metadata
- Download URL: qtradingview-0.19.6-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.7.8 Linux/4.19.0-11-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7836b76f8a2a7bc4dbdc7b3f4b6d3c32f0fc68f1d6787d0a97bfd0957f7b7aa6 |
|
MD5 | 6ddf02c42f1fc092a7ad73ae75258585 |
|
BLAKE2b-256 | 28a8d026d3694504aa0306994a1f5c439c4eff1ab8ad3b4e9cb0779784dca10e |