Skip to content

Activity feed and logs

What the activity feed records, how to read it, and exporting positions.

Updated 2026-05-29·2 min read

Each strategy records its full lifecycle in an activity feed — 11 distinct event types from deployment through orders, errors, and stops — shown in reverse-chronological order on the strategy detail page. This article explains what each event means, how to read the feed, and how to export positions as CSV.

What does the activity feed record?

Each strategy has an activity feed on its detail page. Events logged include:

Event typeDescription
strategy.deployedStrategy was loaded by the engine
strategy.startedStrategy began evaluation
strategy.pausedStrategy was paused
strategy.resumedStrategy was resumed
strategy.stoppedStrategy was stopped
strategy.completedStrategy reached completion
order.openedA buy/open order was placed
order.filledAn order was filled by the exchange
order.closedA position was closed
order.errorAn order failed
strategy.errorA non-fatal strategy error

Events are stored in the database and are visible as long as the strategy exists.

How do I read the feed?

Events are shown in reverse chronological order (newest first). Each event includes a timestamp, type, and a message with details (symbol, price, quantity, error message, etc.).

How do I export positions?

On the strategy detail page, you can Export positions as CSV. This downloads a CSV file with all positions and their fill details.

For a consolidated view across all strategies, see Trade history and exports.

Was this article helpful?

Trading involves risk. Past performance is not indicative of future results. Never trade with funds you cannot afford to lose. Coinrule does not provide financial advice.

Still stuck?

Contact support