# Crypto - Finandy

{% embed url="<https://youtu.be/Qdr64GBTpJ8>" %}

**Entry Price Variables:**

{{plot("Long entry")}}\
{{plot("Short entry")}}

**Take Profit Variables:**

{{plot("TP1 Long")}}\
{{plot("TP2 Long")}}\
{{plot("TP3 Long")}}

{{plot("TP1 Short")}}\
{{plot("TP2 Short")}}\
{{plot("TP3 Short")}}

**Dynamic Stop Loss Variables:**

{{plot("Dynamic SL Long")}}\
{{plot("Dynamic SL Short")}}

{% hint style="warning" %}
The variables are caps sensitive, so make sure that you use them as shown above.
{% endhint %}


---

# 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.valhallaindicator.com/automation/crypto-finandy.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.
