> 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/trading-performance.md).

# Trading performance

Panel for analyzing trading results: evaluate trading efficiency by instrument groups, individual trading pairs, and time periods.

### Main Elements

* **Efficiency table** — trading results grouped by sources and trading pairs
* **Filter panel** — selection and grouping of data

### Table Information

#### Main Columns

* **Source** — trading signal source or algorithm
* **Group** — group name or trading pair
* **Start time** — analysis period start

#### Results by Time Intervals

Financial trading results for various time periods:

* **1m total** — result for 1 minute
* **3m total** — result for 3 minutes
* **5m total** — result for 5 minutes
* **15m total** — result for 15 minutes
* **30m total** — result for 30 minutes
* **1h total** — result for 1 hour
* **3h total** — result for 3 hours
* **6h total** — result for 6 hours
* **12h total** — result for 12 hours
* **1d total** — result for 1 day
* **3d total** — result for 3 days
* **1w total** — result for 1 week
* **2w total** — result for 2 weeks
* **1M total** — result for 1 month
* **All time** — overall result for entire period
* **Current loss** — current unrealized loss

#### Price Change by Intervals

Percentage price change for each time period:

* **1m Δ Price %** — price change for 1 minute
* **3m Δ Price %** — price change for 3 minutes
* **5m Δ Price %** — price change for 5 minutes
* **15m Δ Price %** — price change for 15 minutes
* **30m Δ Price %** — price change for 30 minutes
* **1h Δ Price %** — price change for 1 hour
* **3h Δ Price %** — price change for 3 hours
* **6h Δ Price %** — price change for 6 hours
* **12h Δ Price %** — price change for 12 hours
* **1d Δ Price %** — price change for 1 day
* **3d Δ Price %** — price change for 3 days
* **1w Δ Price %** — price change for 1 week
* **2w Δ Price %** — price change for 2 weeks
* **1M Δ Price %** — price change for 1 month
* **All time Δ Price %** — price change for entire period

#### Profit Factor by Intervals

Ratio of total profit to total loss for each period:

* **1m Profit factor** — profit factor for 1 minute
* **3m Profit factor** — profit factor for 3 minutes
* **5m Profit factor** — profit factor for 5 minutes
* **15m Profit factor** — profit factor for 15 minutes
* **30m Profit factor** — profit factor for 30 minutes
* **1h Profit factor** — profit factor for 1 hour
* **3h Profit factor** — profit factor for 3 hours
* **6h Profit factor** — profit factor for 6 hours
* **12h Profit factor** — profit factor for 12 hours
* **1d Profit factor** — profit factor for 1 day
* **3d Profit factor** — profit factor for 3 days
* **1w Profit factor** — profit factor for 1 week
* **2w Profit factor** — profit factor for 2 weeks
* **1M Profit factor** — profit factor for 1 month
* **All time Profit factor** — profit factor for entire period

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

### Operations

#### Data Export

* **Export to CSV** — export efficiency data in CSV format

#### Bulk Operations

* **Copy symbol** — copy trading pair name to clipboard
* **Reset** — reset statistics for selected records
* **Set start time** — set starting point for efficiency analysis

#### Individual Row Operations

* **Reset** — reset statistics for selected records

### Filters

#### Quick Filter Panel

* **Search** — search by group name or trading pair
* **By market type** — filter by market type (Spot, Futures, COIN-M)


---

# 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/trading-performance.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.
