forex software

Create and Test Forex Strategies

forex software

express-generator:mm-fetch-parameters

Table of Contents

Fetch parameters

Fetch parameters control how Multi-Market fetches and prepares data for each test market.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Fetch parameters               ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; Time zone offset in hours. UTC = 0
time_zone = 0

; This option is helpful to prevent frequent downloads of data files.
; It accepts time in *minutes*, where 0 means the option is off.
if_missing_or_older_than = 0

Notes

  • time_zone is passed to the fetch process as an hour offset.
  • if_missing_or_older_than checks data file freshness in minutes.
  • When freshness is enabled, Multi-Market can skip fetching fresh files.
  • Symbol info files for all test servers must be present in ./res/<server>.json.

Example

time_zone = -4
if_missing_or_older_than = 60