Decoupled custom hyperopts from hyperopt.py

This commit is contained in:
Stephen Dade
2018-03-22 19:27:13 +11:00
committed by Matthias
parent e0489878d8
commit 469db0d434
10 changed files with 839 additions and 129 deletions

View File

@@ -9,6 +9,7 @@ TICKER_INTERVAL = 5 # min
HYPEROPT_EPOCH = 100 # epochs
RETRY_TIMEOUT = 30 # sec
DEFAULT_STRATEGY = 'DefaultStrategy'
DEFAULT_HYPEROPT = 'default_hyperopt'
DEFAULT_DB_PROD_URL = 'sqlite:///tradesv3.sqlite'
DEFAULT_DB_DRYRUN_URL = 'sqlite://'
UNLIMITED_STAKE_AMOUNT = 'unlimited'