mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Fix typo
This commit is contained in:
parent
cbd10309f5
commit
539b5627fd
|
@ -354,7 +354,7 @@ class Trade(_DECL_BASE):
|
|||
Recalculate open_trade_price.
|
||||
Must be called whenever open_rate or fee_open is changed.
|
||||
"""
|
||||
self.open_trade_price - self._calc_open_trade_price()
|
||||
self.open_trade_price = self._calc_open_trade_price()
|
||||
|
||||
def calc_close_trade_price(self, rate: Optional[float] = None,
|
||||
fee: Optional[float] = None) -> float:
|
||||
|
|
Loading…
Reference in New Issue
Block a user