This commit is contained in:
dsyoon
2022-09-12 15:34:05 +09:00
parent 6690a5b022
commit 5c3fe649d9
2 changed files with 7 additions and 20 deletions

View File

@@ -53,3 +53,5 @@ class RSI:
for i in range(len(df.rsi)):
stock['PRICE'][i]['rsi'] = df.rsi.values[i]
stock['PRICE'][i]['rsis'] = df.rsis.values[i]
return