# Advanced Tips

* **Be specific with tickers** — Always use the $ symbol. “$ETH” is clearer than “Ethereum” and helps TrueNorth pull the right data instantly.
* **Stack prompts** — Start with Market Overview, drill into a sector, then request a specific trade setup. Each output informs the next.
* **Add your risk tolerance** — Append “with max 2% account risk” to get setups calibrated to how you actually trade.
* **Validate before acting** — Ask “what would invalidate this trade?” after any setup to get the exact scenario that kills the thesis.

<table><thead><tr><th width="208.36328125">What You Want</th><th>Add This</th></tr></thead><tbody><tr><td>Shorter timeframe</td><td><code>...for a scalp trade / ...on the 15-minute chart</code></td></tr><tr><td>Longer timeframe</td><td><code>...for a swing trade (1-2 weeks) / ...on the daily chart</code></td></tr><tr><td>More detail</td><td><code>...give me a deep dive with all the data</code></td></tr><tr><td>Quick summary</td><td><code>...just the key points, keep it brief</code></td></tr><tr><td>Bearish perspective</td><td><code>...also tell me what could go wrong / ...give me the bear case</code></td></tr><tr><td>Multiple scenarios</td><td><code>...give me bull case, bear case, and base case</code></td></tr></tbody></table>

### ⚠Setting Price Alerts

After any analysis, request alerts:

* `Set an alert at $3,200 support and another at $3,500 resistance`
* `Alert me when $ETH funding rate goes above 0.05%`
* `Set alerts at the key liquidation zones you identified`


---

# 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://docs.true-north.xyz/truenorth-desktop/truenorth-user-prompt-guide/advanced-tips.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.
