This commit is contained in:
dsyoon
2023-01-26 23:30:04 +09:00
parent 3a297967e2
commit a658f3f26f

View File

@@ -42,7 +42,7 @@ class Bithumb_minute(HTS):
self.bithumb = pybithumb.Bithumb(con_key, sec_key) self.bithumb = pybithumb.Bithumb(con_key, sec_key)
self.binance = ccxt.binance() self.binance = ccxt.binance()
self.TODAY = today self.TODAY = today
self.MAX_BUY_PRICE = 8000 self.MAX_BUY_PRICE = 3000
return return
def bull_market(self, df, ticker): def bull_market(self, df, ticker):