have backtest and dry-mode working

partially revert d20e3f79be - Changing the
OHLVC format should not be done at this time
This commit is contained in:
Matthias Voppichler
2018-03-24 19:51:40 +01:00
parent 85af68d807
commit ab6e32f6bb
3 changed files with 44 additions and 12 deletions

View File

@@ -14,3 +14,11 @@ class OperationalException(BaseException):
Requires manual intervention.
This happens when an exchange returns an unexpected error during runtime.
"""
class NetworkException(BaseException):
"""
Network related error.
This could happen when an exchange is congested, unavailable, or the user
has networking problems. Usually resolves itself after a time.
"""