Skip to content

almanak strat

Commands for managing strategies.

Usage

Usage: almanak strat [OPTIONS] COMMAND [ARGS]...

Arguments

Options

  • help:
    • Type: BOOL
    • Default: False
    • Usage: --help Show this message and exit.

CLI Help

Usage: almanak strat [OPTIONS] COMMAND [ARGS]...

  Commands for managing strategies.

Options:
  --help  Show this message and exit.

Commands:
  backtest                    Run backtests for Almanak strategies.
  check                       Pre-flight validation for a strategy.
  demo                        Browse and copy a demo strategy to get...
  execution-recovery          Inspect or safely release a durable...
  export                      Export strategy data to CSV or JSON.
  list                        List all strategies registered with the...
  logs                        Show timeline events for a strategy.
  new                         Create a new strategy from template.
  pause                       Suspend a strategy's iteration loop without...
  permissions                 Generate a Zodiac Roles permission manifest...
  pnl                         Per-strategy PnL breakdown from persisted...
  repair-position-references  Re-point legacy position_reference rows at...
  repair-teardown-lp-close    Backfill LP_CLOSE rows broken by the...
  resume                      Resume a previously paused strategy.
  run                         Run a strategy from its working directory.
  status                      Get detailed status of a strategy.
  teardown                    Manage strategy teardowns.
  test                        Run a force-action lifecycle test for a...