Detecting your theme preference to prevent flashing...
python-tradingcv2-binance - 4skl's blog
Published on

python-tradingcv2-binance


Setup

Using Python 3.x Install requirements :

pip install -r requirements.txt

Done !

Usage

python ./binance_hifreq.py <symbol> -t <candle duration, default : 5 (seconds)> -d <length of data, default : 5 (minutes)>

Exemple : python3 ./binance_hifreq.py -t 2 -d 10 Exemple image, candles 2 seconds over 10 minutes

Disclaimer

I did this over a day, this is only a prototype, but I plan to improve it more for some cool visualisations.

The program uses a win32 lib for getting the size of the window, can be modified, but works only on Windows yet.