Add stoploss short test

This commit is contained in:
Matthias
2022-03-16 19:26:08 +01:00
parent c47b5b9087
commit 298797cbfd
2 changed files with 26 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ class BTrade(NamedTuple):
open_tick: int
close_tick: int
enter_tag: Optional[str] = None
is_short: bool = False
class BTContainer(NamedTuple):