Skip to main content

live

Start live trading on Hyperliquid.

Usage

gopher live [flags]

Flags

FlagDescriptionDefault
--configPath to traders.yaml configtraders.yaml
--modeTrading mode (paper or live)paper
--strategyStrategy prompt (overrides config, disables orchestrator)-
--orchestratorUse LLM for dynamic strategy selectionfalse
--llm-api-keyLLM API key (OpenRouter or Gopher Key)Env
--llm-base-urlLLM API base URLOpenRouter
--dbSQLite database pathgopher.db

Examples

# Paper trading (testnet)
gopher live --config traders.yaml --mode paper

# Live trading (mainnet - real funds!)
gopher live --config traders.yaml --mode live

# LLM orchestrator for strategy selection
gopher live --config traders.yaml --orchestrator --db gopher.db

# Manual strategy prompt
gopher live --mode paper --strategy "Follow momentum breakouts"