mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
fixed open_rate instead of open_rate_requested
This commit is contained in:
parent
d69ddd2ac3
commit
f99d1c3829
|
@ -549,7 +549,7 @@ class FreqtradeBot:
|
|||
'type': RPCMessageType.BUY_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