mpl-finance icon indicating copy to clipboard operation
mpl-finance copied to clipboard

This package is DEPRECATED, replaced by https://github.com/matplotlib/mplfinance

Results 5 mpl-finance issues
Sort by recently updated
recently updated
newest added

added a code so that person can separate the display of the candles in understanding format.

Correct errors in the following functions: ``` def moving_average(x, n, type='simple') def relative_strength(prices, n=14) ```