App Pages

Strategies

Design entry, exit, stop-loss, and take-profit logic as a connected node graph.

List and detail

Strategies opens a card grid of your definitions. Create a new strategy or open one to edit the builder. Detail URLs are real routes, so the browser back button returns to the list.

Node graph

Each strategy has four tabs: entry, exit, stop loss, and take profit. Connect node outputs to inputs with wires. Entry should expose enter_long and/or enter_short. Exit typically exposes exit_position.

Stops and take-profit

Prefer ATR or percent level modes with enabled: true. Trailing stop applies on the stop-loss side only. Node graphs on stop or take-profit tabs apply only when node-based mode is enabled for that side.

Versions

Saving creates version history you can promote or fork. Pin a version when a bot instance should not drift with later edits.