Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Logs & State

State files and logs are stored in the Docker named volume opentrader_state (persists across restarts):

# Stream logs in realtime
docker logs opentrader-bot -f

# View state file
docker exec opentrader-bot cat /app/state/opentrader_state.json

# Tail bot log
docker exec opentrader-bot tail -f /app/state/opentrader.log