# Deployment config for scripts/export-runner.sh. # Copy this to runtime/export.env (gitignored) and fill in. Never commit the real file. # Output data directory on THIS host — the cBot writes here via the container mount. # On this machine the Unraid "TickData" share is NFS-mounted at /mnt/tickdata, so the # Pepperstone subfolder is: HOST_DATA_PATH="/mnt/tickdata/Pepperstone" # cTrader ID login (email) and trading account number the console uses to pull data. CTID="you@example.com" ACCOUNT="0000000" # --- Optional overrides (the script derives sensible defaults from the repo) --- # Must contain MS_SimpleExport.algo + password.txt: #HOST_ROBOTS_PATH="$REPO_ROOT/runtime/Robots" #SYMBOL_FILE="$REPO_ROOT/runtime/ScrapeSymbols.txt" #IMAGE="ghcr.io/spotware/ctrader-console:latest"