Add precision fields to database

This commit is contained in:
Matthias
2022-08-15 19:58:40 +02:00
parent 22241c55d5
commit c3f159bd57
4 changed files with 39 additions and 6 deletions

View File

@@ -837,6 +837,9 @@ class Backtesting:
trading_mode=self.trading_mode,
leverage=leverage,
# interest_rate=interest_rate,
amount_precision=self.exchange.get_precision_amount(pair),
price_precision=self.exchange.get_precision_price(pair),
precision_mode=self.exchange.precisionMode,
orders=[],
)