test: extend backtest-detail tests for exit_adjust

This commit is contained in:
Matthias
2025-02-20 20:02:18 +01:00
parent 44182783c0
commit 584b84a941
2 changed files with 24 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@ class BTContainer(NamedTuple):
leverage: float = 1.0
timeout: int | None = None
adjust_entry_price: float | None = None
adjust_exit_price: float | None = None
adjust_trade_position: list[float] | None = None