forex software

Create and Test Forex Strategies

forex software

express-generator:mm-test-markets

Table of Contents

Test markets

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

Notes

  • You can provide one value or multiple space-separated values.
  • test_symbols = auto includes the initial symbol and selects related Forex symbols.
  • Final tested combinations are limited by count_of_tests.

Example

test_servers = Premium MetaQuotes
test_periods = M15 H1
test_symbols = EURUSD GBPUSD USDJPY