Small refactor to backtesting

This commit is contained in:
Matthias
2022-03-25 08:03:32 +01:00
parent 5f71232d6f
commit a004bcf00f
2 changed files with 2 additions and 5 deletions

View File

@@ -1092,7 +1092,7 @@ When conflicting signals collide (e.g. both `'enter_long'` and `'exit_long'` are
The following rules apply, and entry signals will be ignored if more than one of the 3 signals is set:
- `enter_long` -> `exit_long`, `exit_short`
- `enter_long` -> `exit_long`, `enter_short`
- `enter_short` -> `exit_short`, `enter_long`
## Further strategy ideas