init
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user