Welcome to the QChartist blog QChartist Community – Your way to financial freedom

February 21, 2023

Get real time #market #Yahoo #Finance #charts on your rooted #Android device.

Filed under: Trading — admin @ 2:35 pm

These python scripts plot real live market charts from Yahoo Finance historical data source in the terminal.
This also works on Android devices with Termux. Now you can display your favorite charts everywhere!
Programmed by Julien Moog at the end of november 2021.
Enjoy and happy trading!

Usage instructions:

./yf1.sh [Symbol] [Y scale ratio] [Number of points-bars] [Timeframe]

Valid Timeframe: 1m 5m 15m 30m 1h 1d 1wk 1mo

Example: ./yf1.sh MSFT 2 99 1h

Rooted Android installation:

– install termux from Google Play
– open termux
– “apt update”
– “pkg install wget”
– “wget http://www.qchartist.net/files/trading/pychartist.zip”
– “su”
– “chmod 777 *”
– “exit”
– “unzip pychartist.zip”
– “su”
– “chmod 777 *”
– “exit”
– “pkg install clang”
– “pkg install boost”
– “clang++ yf.cpp -o yf”
– “su”
– “chmod 777 *”
– “exit”
– “pkg install python”
– “pip install drawille”
– “apt install gnuplot”
– Let’s try with Bitcoin: “./demo_BTCUSD.sh”

Enjoy!

No Comments

No comments yet.

RSS feed for comments on this post. TrackBack URL

Sorry, the comment form is closed at this time.

Powered by WordPress