From a658f3f26fbb1b7873d761bc087267cc58558f7e Mon Sep 17 00:00:00 2001 From: dsyoon Date: Thu, 26 Jan 2023 23:30:04 +0900 Subject: [PATCH] init --- Bithumb_minute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bithumb_minute.py b/Bithumb_minute.py index 5b1a0f2..809e9ba 100644 --- a/Bithumb_minute.py +++ b/Bithumb_minute.py @@ -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 = 8000 + self.MAX_BUY_PRICE = 3000 return def bull_market(self, df, ticker):