init
This commit is contained in:
@@ -32,7 +32,7 @@ class HTS_Stocks (HTS):
|
||||
self.orderChecker = OrderChecker(self.RESOURCE_PATH)
|
||||
|
||||
self.analyzed_day = 120
|
||||
self.MAX_BUY_PRICE = 100000
|
||||
self.MAX_BUY_PRICE = 200000
|
||||
return
|
||||
|
||||
def getSellingPrice(self, log_time, stock_code, final_price, check=False):
|
||||
|
||||
@@ -5,15 +5,15 @@ pandas_datareader
|
||||
bs4
|
||||
datasets
|
||||
#pywin32
|
||||
ipywidgets==7.0.0
|
||||
#ipywidgets==7.0.0
|
||||
|
||||
#keras
|
||||
#https://www.lfd.uci.edu/~gohlke/pythonlibs/#h5py
|
||||
#pip install h5py-3.6.0-cp37-cp37m-win32.whl
|
||||
#image-classifiers
|
||||
|
||||
torchvision
|
||||
transformers
|
||||
#torchvision
|
||||
#transformers
|
||||
scikit-learn
|
||||
pybithumb
|
||||
ccxt
|
||||
|
||||
Reference in New Issue
Block a user