Create and Test Forex Strategies
Fetcher can check for a newer Express Generator version and optionally install it.
check_for_update = true automatic_update = true update_check_interval = 24
Option behavior:
check_for_updateEnables update checks when fetcher runs.
automatic_updateIf a newer version exists, fetcher downloads and installs it automatically.
update_check_intervalMinimum hours between update checks.
check_for_update = true automatic_update = true update_check_interval = 24
Use when you want Express Generator to stay current with no manual steps.
check_for_update = true automatic_update = false update_check_interval = 24
Use when updates must be reviewed before installation.
check_for_update = false
Use in controlled environments where versions are pinned externally.
Check for updates but do not auto-install:
node ./bin/fetch.js --check-for-update true --automatic-update false --update-check-interval 0
Disable update checks for this run:
node ./bin/fetch.js --check-for-update false
Force an update check immediately:
node ./bin/fetch.js --check-for-update true --update-check-interval 0
update_check_interval is measured in hours../bin/res/update-check.json.check_for_update is enabled../bin folder.–settings.