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