# Page

### 4) Set risk & position sizing

Go to **Risk Management**:

* **Account Balance**: e.g., 10 000.
* **Mode**:
  * *Fixed Drawdown*: Targets a max drawdown; converts to per-trade risk.
  * *Fixed Percent*: e.g., 1.0–2.0 % per trade.
  * *Fixed Amount*: e.g., 100 per trade.
* **Fees %** (optional): broker/exchange fees in percent.

**Result:** Trade size is computed automatically and printed on entry labels (if enabled). Money metrics in the Dashboard respect your risk and fees.

***

### 5) Read the chart correctly

* **BUY/SELL label** appears at entry.
* **SL/TP boxes (ATR mode)** fill as TPs hit; a dashed line connects entry → exit.
* **Profit/Loss label** appears at the exit; amounts reflect your risk and fees.
* **Pure Signals** closes and flips on the next confirmed trend change.

Toggle visuals under **Visuals → Tables** and **Visuals → Signals**.\
LuxRibbon™ lives under **Visuals → LuxRibbon™**.

***

### 6) Validate & save

* Test **at least 2–3 symbols** and **2–3 timeframes** (e.g., 15 min / 1 h / 4 h).
* Re-run **Automatic** after large regime shifts or when changing markets.
* Save a **TradingView Template** once you like the look and settings.

***

### Quick tips

* **Faster signals** → lower *Signal Length*. **Cleaner signals** → higher *Length/Smoothness*.
* **ATR mode**: Start with SL ≈ **1.0–2.0 ATR**, RR ≈ **1.5–3.0**, TP count = **1–3**.
* **Filters**: Use **RSI Bias** and **Minimum candles between signals** to reduce noise.
* Keep **Resolution product ≤ 1000** to avoid slow or blocked loads.

***

### Troubleshooting

* **No signals?** Zoom out, increase data range, or reduce filters.
* **Slow to load?** Narrow min/max ranges or lower resolutions.
* **Cluttered view?** Hide Heatmap or set “Exit Signals” to “Not Show at all”.

> Already set up **automatic trading/alerts**? Great—this Quick Start focuses on chart use only. Refer to your automation docs for execution.

***


---

# Agent Instructions: 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://luxsignals.gitbook.io/luxsignals/quick-start/page.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.
