mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Re-align adjust_trade_position bt with live.
This commit is contained in:
parent
e09abfdc75
commit
df2432bc18
|
@ -565,7 +565,8 @@ class Backtesting:
|
|||
|
||||
if stake_amount is not None and stake_amount < 0.0:
|
||||
amount = amount_to_contract_precision(
|
||||
abs(stake_amount * trade.leverage) / current_rate, trade.amount_precision,
|
||||
abs(stake_amount * trade.amount / trade.stake_amount),
|
||||
trade.amount_precision,
|
||||
self.precision_mode, trade.contract_size)
|
||||
if amount == 0.0:
|
||||
return trade
|
||||
|
|
Loading…
Reference in New Issue
Block a user