edge positioning put into package

This commit is contained in:
misagh
2018-09-21 17:41:31 +02:00
parent decaf6c42e
commit ef52c7b510
5 changed files with 980 additions and 19 deletions

View File

@@ -127,6 +127,15 @@ def default_conf():
"NEO/BTC"
]
},
"edge": {
"enabled": False,
"process_throttle_secs": 1800,
"total_capital_in_stake_currency": 0.5,
"allowed_risk": 0.01,
"maximum_winrate_to_consider": 0.80,
"remove_pumps": True,
"minimum_delta_to_consider": 1
},
"telegram": {
"enabled": True,
"token": "token",