Add test for precision backpopulation

This commit is contained in:
Matthias
2022-08-16 10:59:43 +02:00
parent 15a1c59a91
commit fa89368c02
5 changed files with 41 additions and 16 deletions

View File

@@ -852,7 +852,7 @@ class Backtesting:
# interest_rate=interest_rate,
amount_precision=self.exchange.get_precision_amount(pair),
price_precision=self.exchange.get_precision_price(pair),
precision_mode=self.self.precision_mode,
precision_mode=self.precision_mode,
orders=[],
)