mpl-finance
mpl-finance copied to clipboard
correct finance index errors in "examples/finance_work2.py"
Correct errors in the following functions:
def moving_average(x, n, type='simple')
def relative_strength(prices, n=14)