mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-12 10:51:21 +00:00
Exchange refactoring
This commit is contained in:
@@ -257,7 +257,7 @@ def _forcesell(bot: Bot, update: Update) -> None:
|
||||
# Execute sell
|
||||
profit = trade.exec_sell_order(current_rate, balance)
|
||||
message = '*{}:* Selling [{}]({}) at rate `{:f} (profit: {}%)`'.format(
|
||||
trade.exchange.name,
|
||||
trade.exchange,
|
||||
trade.pair.replace('_', '/'),
|
||||
exchange.get_pair_detail_url(trade.pair),
|
||||
trade.close_rate,
|
||||
|
||||
Reference in New Issue
Block a user