Here is a great python script made with the help of ai chat bot.
Here you can load a csv file and add to the chart some of all the available indicators from Pandas-TA and TA-Lib with multiple separate panels.
As a result : more than 150 indicators available.
The result is saved to a png and bmp file.
The bmp file can then be loaded from qchartist.
You need to download and install ta-lib from the official website, and install pandas, mplfinance, pandas_ta and talib with pip
Usage: python example4.py <csv_filename> <start_datetime> <end_datetime> <show_volume: yes|no>
Example: python example4.py 'YHOO1440.csv' '2014-01-01 00:00' '2015-06-01 16:00' yes
csv : qchartist and mt4 file format
When you enter your indicators to use, press 'q' to exit the helper.
In the future, maybe i will integrate this script within the qchartist engine.
Hope you will like it.
Here you can load a csv file and add to the chart some of all the available indicators from Pandas-TA and TA-Lib with multiple separate panels.
As a result : more than 150 indicators available.
The result is saved to a png and bmp file.
The bmp file can then be loaded from qchartist.
You need to download and install ta-lib from the official website, and install pandas, mplfinance, pandas_ta and talib with pip
Usage: python example4.py <csv_filename> <start_datetime> <end_datetime> <show_volume: yes|no>
Example: python example4.py 'YHOO1440.csv' '2014-01-01 00:00' '2015-06-01 16:00' yes
csv : qchartist and mt4 file format
When you enter your indicators to use, press 'q' to exit the helper.
In the future, maybe i will integrate this script within the qchartist engine.
Hope you will like it.