This commit is contained in:
dsyoon
2023-01-29 22:00:36 +09:00
parent 763fd79acd
commit c6a1698f33
4 changed files with 87 additions and 274 deletions

View File

@@ -720,7 +720,7 @@ class BuySellChecker:
outFp.write(str(df["label"][i]) + "\n")
return
def checkTransaction(self, stock_code, data, data_5, data_30, isRealTime=True):
def checkTransaction(self, data, data_5, data_30, isRealTime=True):
# 어제 오늘 데이터로 분석
bsLine = {}
size = len(data["close"])