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

Example

time_zone = -4
if_missing_or_older_than = 60