This commit is contained in:
dsyoon
2023-01-23 19:33:53 +09:00
parent e7e9f8f774
commit 646be517ff

View File

@@ -686,7 +686,7 @@ class Bithumb_minute(HTS):
# 매수 매도 체크 # 매수 매도 체크
bsLine = self.checkWithEnvelope(stock1, stock2, isRealTime=isRealTime) bsLine = self.checkWithEnvelope(stock1, stock2, isRealTime=isRealTime)
print(ticker, "/", datetime.now().strftime('%Y-%m-%d %H:%M:%S'), "/", stock1['close'][len(stock1['close'])-1], "/", stock1['slow_k'][len(stock1['slow_k'])-1]) print(ticker, "/", datetime.now().strftime('%Y-%m-%d %H:%M:%S'), "/", stock1['close'][len(stock1['close'])-1], "/", stock2['slow_k'][len(stock1['slow_k'])-1], "/", stock1['slow_k'][len(stock1['slow_k'])-1])
# 그래프를 그린다. # 그래프를 그린다.
if len(stock1.index) > 10: if len(stock1.index) > 10: