This commit is contained in:
Matt Corcoran
2024-10-31 18:37:26 +01:00
parent 8e1e8a4464
commit 55053f53df
2 changed files with 41 additions and 17 deletions
+5 -2
View File
@@ -37,10 +37,13 @@ enum MULTI_SYM_MODE{
MULTI_SYM_FX_28 // FX 28 Majors
};
// used to generate in and out of sample data sets
enum MODE_SPLIT_DATA{
NO_SPLIT,
ODD_YEARS,
EVEN_YEARS,
// ODD_MONTHS,
// EVEN_MONTHS
ODD_MONTHS,
EVEN_MONTHS,
ODD_WEEKS,
EVEN_WEEKS
};