Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pandas-TA
#1
Hello, i plan to integrate Pandas-TA to QChartist

It is a little of work but can be easily done. I just need to find the time.

Pandas Technical Analysis (Pandas TA) is an easy to use library that leverages the Pandas library with more than 130 Indicators and Utility functions. Many commonly used indicators are included, such as: Simple Moving Average (sma) Moving Average Convergence Divergence (macd), Hull Exponential Moving Average (hma), Bollinger Bands (bbands), On-Balance Volume (obv), Aroon & Aroon Oscillator (aroon), Squeeze (squeeze) and many more.

https://github.com/Data-Analisis/Technic...s---Pandas
Reply
#2
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.


Attached Files Thumbnail(s)
       

.zip   python_charts.zip (Size: 81.3 KB / Downloads: 0)
Reply
#3
Problem is that Pandas module crashs under Python3.8 w32 (included with qchartist)
However it works fine on a recent version of Python installation amd64
It will be complicate to make the script interoperable with qchartist
I believe porting pandas-ta and ta-lib indicators to qchartist will be less painful
Reply
#4
Added finta module and indicators support

Finta supports over 80 trading indicators

See zip file attached

Enjoy!


Attached Files
.zip   python_charts2.zip (Size: 80.69 KB / Downloads: 0)
Reply
#5
And without TA modules, Python38-32 compatible file example below.


Attached Files Thumbnail(s)
   

.zip   example10.zip (Size: 2.9 KB / Downloads: 0)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)