Closed selimozbas closed 3 years ago
This is the C code repo.
for i in range(0, len(close_array)-1):
On Thu, Mar 4, 2021 at 5:55 PM Lewis Van Winkle notifications@github.com wrote:
Closed #106 https://github.com/TulipCharts/tulipindicators/issues/106.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TulipCharts/tulipindicators/issues/106#event-4408351023, or unsubscribe https://github.com/notifications/unsubscribe-auth/APDW4ZMJQENSEREGUQQNZKLTB6J67ANCNFSM4YTKXA3Q .
Hi,
when I try to get atr with this command
data = client.get_klines(symbol=pair, interval=period)
for i in range(0, len(close_array)): atrc = get_atr[i]
I receive following error IndexError: index 408 is out of bounds for axis 0 with size 408