Open Orbitalz-eth opened 6 years ago
Any chance you could add stop loss feature.
stop_loss = 1.0
so when we do a buy-limit order and the current price goes below the price we bought at; the bot will automatically sell.
this is config which would be used in a strategy. it can be implemented.
Any chance you could add stop loss feature.
stop_loss = 1.0
so when we do a buy-limit order and the current price goes below the price we bought at; the bot will automatically sell.