Create and Test Forex Strategies
Test markets define where each strategy is revalidated.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Test markets ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; One or several servers to load and test ; Valid server names: Premium, Dukascopy, MetaQuotes, Darwinex, Eightcap, BlackBull test_servers = Premium ; One or several periods to load and test ; Valid period names: M1, M5, M15, M30, H1, H4, D1 test_periods = M15 ; The symbols to download and use for the MM validation. ; Example: test_symbols = EURUSD USDCHF GBPUSD USDJPY ; Use "auto" to allow the program to select the symbols automatically. ; Note: "auto" works only when the initial "symbol" is a Forex symbol. test_symbols = auto
test_symbols = auto includes the initial symbol and selects related Forex symbols.count_of_tests.test_servers = Premium MetaQuotes test_periods = M15 H1 test_symbols = EURUSD GBPUSD USDJPY