Merge commit '8eed9c08a6cffdd7c6b43fa3db2c3e08d1657f43' into feature/objectify
This commit is contained in:
commit
bb1e38f584
@ -495,7 +495,7 @@ class Hyperopt(Backtesting):
|
|||||||
results.profit_percent.mean() * 100.0,
|
results.profit_percent.mean() * 100.0,
|
||||||
results.profit_BTC.sum(),
|
results.profit_BTC.sum(),
|
||||||
results.profit_percent.sum(),
|
results.profit_percent.sum(),
|
||||||
results.duration.mean() * 5,
|
results.duration.mean(),
|
||||||
)
|
)
|
||||||
|
|
||||||
def start(self):
|
def start(self):
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
python-bittrex==0.3.0
|
python-bittrex==0.3.0
|
||||||
SQLAlchemy==1.2.2
|
SQLAlchemy==1.2.3
|
||||||
python-telegram-bot==9.0.0
|
python-telegram-bot==9.0.0
|
||||||
arrow==0.12.1
|
arrow==0.12.1
|
||||||
cachetools==2.0.1
|
cachetools==2.0.1
|
||||||
@ -13,7 +13,7 @@ jsonschema==2.6.0
|
|||||||
numpy==1.14.0
|
numpy==1.14.0
|
||||||
TA-Lib==0.4.16
|
TA-Lib==0.4.16
|
||||||
pytest==3.4.0
|
pytest==3.4.0
|
||||||
pytest-mock==1.6.3
|
pytest-mock==1.7.0
|
||||||
pytest-cov==2.5.1
|
pytest-cov==2.5.1
|
||||||
hyperopt==0.1
|
hyperopt==0.1
|
||||||
# do not upgrade networkx before this is fixed https://github.com/hyperopt/hyperopt/issues/325
|
# do not upgrade networkx before this is fixed https://github.com/hyperopt/hyperopt/issues/325
|
||||||
|
Loading…
Reference in New Issue
Block a user