This commit is contained in:
dsyoon
2023-01-28 20:24:18 +09:00
parent 395788dad2
commit ea759a474e

View File

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