Add leveraged backtest detail test

This commit is contained in:
Matthias
2021-11-30 20:42:18 +01:00
parent a2a974fc6d
commit 8b2fbb6432
2 changed files with 24 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ class BTContainer(NamedTuple):
trailing_stop_positive_offset: float = 0.0
use_sell_signal: bool = False
use_custom_stoploss: bool = False
leverage: float = 1.0
def _get_frame_time_from_offset(offset):