Table of Contents

Forex Rates

This page covers metadata refresh jobs handled by fetch.js:

Both jobs can be run separately or together.

Update fx rates

Downloads the latest Forex rates to ./res/fx-rates.json.

node ./bin/fetch.js --fx-rates true

INI equivalent:

fx_rates = true

Recommended use:

Update Symbol information

Downloads symbols metadata file ./res/<server>.json.

node ./bin/fetch.js --server Premium --symbol-info true

INI equivalent:

server = Premium
symbol_info = true

Recommended use:

Update both in one command

node ./bin/fetch.js --server MetaQuotes --fx-rates true --symbol-info true

This is the preferred metadata refresh command before large fetch or generation sessions.

Notes and troubleshooting