This page covers metadata refresh jobs handled by fetch.js:
fx_rates)symbol_info)Both jobs can be run separately or together.
Downloads the latest Forex rates to ./res/fx-rates.json.
node ./bin/fetch.js --fx-rates true
INI equivalent:
fx_rates = true
Recommended use:
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:
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.
–symbol-info true first../res/<server>.json is available.–silent true for automation scripts to reduce console output.