This commit is contained in:
dsyoon
2023-01-28 15:33:13 +09:00
parent 054467842c
commit c21dcd448f

View File

@@ -1,5 +1,4 @@
import os import os
import csv
import time import time
import requests import requests
import json import json
@@ -48,7 +47,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 = 7000 self.MAX_BUY_PRICE = 10000
return return
def bull_market(self, df, ticker): def bull_market(self, df, ticker):