The index library (Python version)

Author: Skin that is old, Created: 2022-09-03 19:22:45, Updated:

It provides a python source code template for some common indicators, which can be very inconvenient to use since some indicators require the installation of the Talib library on the server. The common indicators have been tested, the numerical value is not a problem, please note the changes if there are any problems in the code!

The address:https://www.fmz.com/strategy/381042

Use examples: ccis = ext.CCI ((np.array ((records.Close), np.array ((records.High), np.array ((records.Low), cciLength).tolist)))

The server needs to install a third-party library: Numpy and pandas
The command sudo pip3 install numpy sudo pip3 installs pandas


More

The Little DreamThank you for your support, thank you for sharing.