Setup reference
Install steps, first session, and troubleshooting. The install folder also contains guides under docs/.
Install
Download HelmTrader-Setup.exe, run it, and wait for the environment setup step to finish. Launch Helm Trader Command Center from the Start Menu when the installer completes.
License
Set PRODUCT_LICENSE_KEY in .env or through Settings using the key from your purchase email.
Lost key? See Pricing FAQ or Support.
First session
- Open Settings and complete the Getting started checklist.
- Confirm
core/optimization_config.jsonis present. - Run a backtest from the Backtest tab to verify the pipeline.
- When ready, start Live Watcher in Paper mode.
Testnet keys
Paper live requires Binance testnet API credentials in Settings.
Use paper testnet before live testnet. Keys stay in your local .env — never send them in support tickets.
Updates
When a newer v1.x build is available, Command Center shows an update notice at the top of the window.
Applying an update preserves .env, market data, and outputs. A snapshot is saved to
backups/product_snapshots/; restore a prior version from Settings if needed.
Troubleshooting
- Windows blocked the installer — unsigned builds may require manual approval in Windows Security until a signed build ships.
- License rejected — verify the key matches
PRODUCT_LICENSE_KEYexactly (no extra spaces). - Dashboard does not load — run
scripts\setup_check.pyfrom the install directory and note any failures before opening a ticket.