This commit is contained in:
dsyoon
2023-01-27 00:57:56 +09:00
parent ca88d17bfe
commit 1baa3aff1e

View File

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