Update configuration files for BBRS strategy and add new default strategies

- Removed JSON files from .gitignore to allow tracking of configuration files.
- Added multiple new configuration files for the BBRS strategy, including multi-timeframe and default settings.
- Introduced a combined configuration file to support weighted strategy execution.
- Established a default configuration for 5-minute and 15-minute timeframes, enhancing flexibility for strategy testing.
This commit is contained in:
Vasily.onl
2025-05-23 16:57:33 +08:00
parent 5d0b707bc6
commit 9b15f9f44f
6 changed files with 127 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,4 @@
# ---> Python
*.json
*.csv
*.png
# Byte-compiled / optimized / DLL files