Title here
Summary here
Run the CLI with a strategy TOML file, then add command-line options.
whale-e <strategy.toml> [options]--help prints the usage summary.--version prints the version number.--update forces an update check before execution.--no-update disables the update check for that run.--update and --no-update cannot be used together.
Without an explicit mode flag, a full backtest is run and the outputs configured by your strategy and runtime configuration are produced.
stdout for automation workflows.GxCy combination code.The CLI rejects some option combinations to keep behaviour explicit and predictable.
--export-pinescript cannot be combined with --json.--analyze cannot be combined with --export-pinescript.--search-symbol is standalone and cannot be combined with a strategy file, --analyze, or --export-pinescript.--analyze --json mode, --json-pretty is the only allowed JSON sub-option.--search-symbol --json mode, --json-pretty is the only allowed JSON sub-option.--json-pretty, --json-objective-limit, --json-include-*) require --json.For payload details, error formats, and concrete command examples, use the dedicated page for each mode.