- Author: Daniel J. Umpierrez
- License: UNLICENSE
TradingView chart launcher from CLI using the Chrome (or similar) "desktop like" app launch feature
Some features:
- Set as many technical indicators as you need.
- Watchlist 24h volume filtering.
- Watchlist base market filtering.
git clone https://github.com/havocesp/pytvc
cd pytvc
pip install -r requirements.txt
pip install -r https://raw.githubusercontent.com/havocesp/pytvc/master/requirements.txt
pip install .
pip install git+https://github.com/havocesp/pytvc
The following command will retrieve and display the last hour "gainers" currencies listed on supplied exchanges every 60 seconds.
pytvc binance cryptopia hitbtc --loop
- Add watchlist symbols as arguments.
- Add arg to set initial initial symbol (default BTC/USDT)
- CLI params simplified
- Added Brave browser
- Many errors fixed
- Added min volume filtering
- Removed duplicate "pytvc" dir
- Added some lines to README.md
- Minor errors fixed
- Removed duplicate "pytvc" dir
- Added some lines to README.md
- Minor errors fixed
- Initial version