This commit is contained in:
Oleg Sheynin
2025-07-23 02:56:00 +00:00
parent b7292c11f3
commit e0138907be
4 changed files with 461 additions and 609 deletions
-1
View File
@@ -38,7 +38,6 @@ CONFIG = EQT_CONFIG # For equity data
```
Each configuration dictionary specifies:
- `security_type`: "CRYPTO" or "EQUITY".
- `data_directory`: Path to the data files.
- `datafiles`: A list of database files to process. You can comment/uncomment specific files to include/exclude them from the backtest.
- `db_table_name`: The name of the table within the SQLite database.