====== Fetcher (fetch.js) ====== **fecth.js** - downloads historical data from the provided sources, Forex rates, symbols information, and updates Express Generator. ===== Quick Start ===== ==== Fetch historical data ==== Command: express-generator> node ./bin/fetch.js --server MetaQuotes --symbol EURUSD --period M15 Output: ..:: Express Generator Fetch v2.70 ::.. Fetched: MetaQuotes EURUSD M15, From: 2018-02-02 09:45, To: 2026-02-20 21:30, Bars: 200000 Data fetch ready! ==== Update the local meta data ==== Fetch Forex rates and symbol information Command: express-generator> node ./bin/fetch.js --server MetaQuotes --fx-rates true --symbol-info true Output: ..:: Express Generator Fetch v2.70 ::.. FX rates fetch ready! Symbol info fetch ready!