handle stop loss on exchange added

This commit is contained in:
misagh
2018-11-23 15:17:36 +01:00
parent 1dde56790c
commit fea77824d0
4 changed files with 102 additions and 3 deletions

View File

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