Skip to main content

history

View and manage backtest history and evolution sessions.

Usage

gopher history [flags]

Flags

FlagDescriptionDefault
--sessionFilter by session IDAll sessions
--symbolFilter by symbol (e.g., BTC)All symbols
--limitNumber of results50
--groupedGroup results by sessionfalse
--resumableShow only resumable sessionsfalse
--jsonOutput as JSONfalse
--dbSQLite database path~/Documents/Gopher/gopher.db

Subcommands

gopher history delete <id>    # Delete a backtest or session

Examples

# List recent backtests
gopher history

# Group by session
gopher history --grouped

# Show resumable sessions
gopher history --resumable

# Filter by session
gopher history --session abc123 --json

# Delete a backtest
gopher history delete <backtest-id>