> For the complete documentation index, see [llms.txt](https://docs.synergysignal.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.synergysignal.io/signals.md).

# signals

The Signals (Entries) section controls whether long and short entry dots are displayed, and how frequently they appear on the chart.

## Settings (as they appear in the UI)

| Setting                   | Default | Description                                                        |
| ------------------------- | ------- | ------------------------------------------------------------------ |
| Enable Long Dots          | ✅ On    | Shows green dots at the bottom of the panel for long entry signals |
| Enable Short Dots         | ✅ On    | Shows red dots at the top of the panel for short entry signals     |
| Only plot on state change | ✅ On    | Dots only appear on the first bar of a new signal direction        |

## Use Cases for Disabling One Side

* **Disable Short Dots:** If you are trading a spot-only portfolio with no ability to short, hiding short dots reduces visual noise without affecting signal logic.
* **Disable Long Dots:** Useful if you are testing or running a short-only strategy.

Disabling one side of the dots does not affect the other side's logic or the position state machine.

## Only Plot on State Change

When enabled (default), the indicator tracks a position state (long, short, or flat) and only draws a dot on the bar where the state *changes direction*. A signal condition that persists for 5 consecutive bars draws only **one dot** — on the first bar it was true.

When disabled, a dot draws on every bar where the signal condition holds. Use cases for disabling:

* Understanding how long a condition persists across bars
* Debugging which bars satisfy signal conditions under different settings
* Visual strategy development and backtesting review

For live trading, leave this enabled for the clearest entry markers.


---

# 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.synergysignal.io/signals.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.
