mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
fixed actual open_rate in notify_buy_cancel
This commit is contained in:
parent
f99d1c3829
commit
7f4b90c68f
|
@ -572,7 +572,7 @@ class FreqtradeBot:
|
|||
'type': RPCMessageType.BUY_CANCEL_NOTIFICATION,
|
||||
'exchange': self.exchange.name.capitalize(),
|
||||
'pair': trade.pair,
|
||||
'limit': trade.open_rate_requested,
|
||||
'limit': trade.open_rate,
|
||||
'order_type': order_type,
|
||||
'stake_amount': trade.stake_amount,
|
||||
'stake_currency': self.config['stake_currency'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user