peerchemist / finta

Common financial technical indicators implemented in Pandas.
GNU Lesser General Public License v3.0
2.13k stars 688 forks source link

RSI AND MACD NOT WORKING #90

Closed Samuel-Bachorik closed 4 years ago

Samuel-Bachorik commented 4 years ago

RSI is not wokring, MACD too.

Samuel-Bachorik commented 4 years ago

`from finta import TA

import pandas as pd

ohlc = pd.read_csv("sviecky.csv")

print(ohlc)

print(TA.RSI(ohlc))`

my "sviecky.csv" looks like this image

peerchemist commented 4 years ago

Those timestamps look weird. How is RSI and MACD not working exactly? How does the output look?