Edgecli -> Edge for Runmode and start_edge()

This commit is contained in:
Matthias
2019-05-28 19:25:01 +02:00
parent 201e02e73f
commit 55bdd26439
4 changed files with 12 additions and 12 deletions

View File

@@ -18,11 +18,11 @@ class State(Enum):
class RunMode(Enum):
"""
Bot running mode (backtest, hyperopt, ...)
can be "live", "dry-run", "backtest", "edgecli", "hyperopt".
can be "live", "dry-run", "backtest", "edge", "hyperopt".
"""
LIVE = "live"
DRY_RUN = "dry_run"
BACKTEST = "backtest"
EDGECLI = "edgecli"
EDGE = "edge"
HYPEROPT = "hyperopt"
OTHER = "other" # Used for plotting scripts and test