init
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user