> For the complete documentation index, see [llms.txt](https://guide.moontrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.moontrader.com/en-moontrader-docs/interface-basics/tabs/triggers-and-actions.md).

# 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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.moontrader.com/en-moontrader-docs/interface-basics/tabs/triggers-and-actions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
