> For the complete documentation index, see [llms.txt](https://docs.sigsig.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sigsig.xyz/core-concepts/zero-emotions-mode.md).

# Zero Emotions Mode

Trade your plan, not your P\&L — no colours, no numbers that tempt you.

Seeing green and red numbers all day can push you into decisions you did not plan. Zero Emotions Mode removes those triggers so you can trade your plan.

## What changes

* **No colours.** Prices, the order book, buttons and positions are shown in black and white instead of green and red.
* **Black-and-white chart.** Rising candles are white, falling candles are grey. Your drawings and indicators stay.
* **Calm chart lines.** Your position, orders, TP/SL and liquidation lines on the chart are black and white too, and the PnL on them is shown as `*****`.
* **Hidden balances.** Your account value and balances are masked.
* **Hidden PnL.** The profit and loss of your positions is masked.

## Peeking when you need to

Click the **eye** next to *Unrealized PnL* in the positions area to reveal your PnL — in the positions list and on the chart lines — and click it again to hide it. Balances can be revealed with the eye icons next to them.

## Turn it on or off

Click the **gear** icon in the header, then switch **Zero emotions mode** on or off. SigSig remembers your choice in this browser.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sigsig.xyz/core-concepts/zero-emotions-mode.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
