AlgoMasterNNFX-V1/Symbols/EnumPresets.mqh
alexcercos f4618aba1a Refactor symbol processing
Only working in MT5, need to make changes to work in MT4 (remove namespaces, etc)
2023-05-23 18:21:42 +02:00

12 lines
419 B
MQL5

enum EPairPresets
{
PP_ALL_SYMBOLS, //All 28 Forex Symbols
PP_NNFX_BT_ONLY, //NNFX's Backtest Symbols (5)
PP_CUSTOM, //Custom
PP_ALL_AND_CUSTOM, //All 28 Symbols + Custom symbols
PP_ACTIVE_ONLY, //Only active
PP_ALL_SUBSTITUTE, //Substitute From All (REMOVE/ADDED, ...)
PP_ALL_SUFFIX, //All 28 Symbols with Suffix
PP_SYMBOL_FILE //Symbol file (In Common Files folder)
};