typo corrected

This commit is contained in:
misagh
2018-11-26 18:28:13 +01:00
parent a80c984323
commit b2634e8e08
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ class SellType(Enum):
"""
ROI = "roi"
STOP_LOSS = "stop_loss"
STOPLOSS_ON_EXCHNAGE = "stoploss_on_exchange"
STOPLOSS_ON_EXCHANGE = "stoploss_on_exchange"
TRAILING_STOP_LOSS = "trailing_stop_loss"
SELL_SIGNAL = "sell_signal"
FORCE_SELL = "force_sell"