Triggers & actions

Panel for configuring trading automation: create triggers (events) and actions (automatic reactions) for managing algorithms and positions.

Main Elements

  • Subtabs — switch between "Actions" and "Triggers"

  • Control buttons — start, stop, and create elements

  • Tables — lists of configured actions and triggers

  • Filter panel — search and filter elements

Operating Principle

The automation system works on an event-reaction paradigm: algorithms and alerts generate triggers (events) under specific conditions, and actions automatically execute operations when these triggers fire.

"Actions" Subtab

Management of automatic operations performed when triggers fire.

Table Information

  • Action name — configured action name

  • Trigger type — type of trigger that launches the action

  • Action type — type of operation performed

⚠️ Note: full list of available columns can be configured through Table management.

"Triggers" Subtab

Display of active triggers and their sources.

Table Information

  • Trigger key — unique trigger identifier for linking with actions

  • Trigger type — event type (Market Watcher signal, order filled, TP/SL filled, deal closed)

  • Generated by — algorithm or alert name that generated the trigger

⚠️ Note: full list of available columns can be configured through Table management.

Operations

Action Management

  • Start all — activate all actions

  • Stop all — deactivate all actions

  • Create action — add new automatic action

Individual Action Operations

  • Start — activate action

  • Stop — deactivate action

  • Edit — change action parameters

  • Delete — delete action

Filters

  • Search — search by action name or trigger key

  • Status — filter by active and inactive actions

⚠️ Note: triggers are configured in algorithm parameters, actions are created and managed on this panel.

Last updated