> For the complete documentation index, see [llms.txt](https://docs.finandy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finandy.com/algo-trading/signals-tradingview/connection-and-configuration/position-averaging.md).

# Position Averaging

If your TradingView signal is not yet connected to Finandy terminal, please follow these instructions:

{% content-ref url="/pages/9LVPQcfnDEG4fKMSozuD" %}
[Connecting the TradingView indicator or strategy to Binance / OKX](/algo-trading/signals-tradingview/connection-and-configuration/indicator-strategy-connection.md)
{% endcontent-ref %}

## Finandy Setup

1. Open "**Averaging**" tab.
2. Enable order averaging for position.
3. Edit order amount.
4. Save changes.

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/8d0bfebf-1d16-4046-953a-d325c6116514/image.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**WARNING!** Restrictions apply to minimum amount and quantity when creating an order.

&#x20;Minimum order size is 10 USDT for spot market and 5 USDT for futures market.&#x20;

For more information on order sizes in the futures market, see ​​[→](https://www.binance.com/en/support/faq/usd%E2%93%A2-margined-futures-contract-specifications-360033161972)
{% endhint %}

{% hint style="danger" %}
**IMPORTANT**!&#x20;

You don't need to click on the empty squares beside the order amount.

This is required for advanced trading options. [Learn more →](/algo-trading/signals-tradingview/controlling-an-option-in-the-signal.md)

[ ​​](/algo-trading/signals-tradingview/controlling-an-option-in-the-signal.md)![](https://t24536365.p.clickup-attachments.com/t24536365/124cdc03-4efc-434e-a71f-fc6875571d12/image.png)
{% endhint %}

Learn more about averaging order set up:

{% content-ref url="/pages/9oZQq8WItDZvUB4V5199" %}
[Averaging (DCA)](/algo-trading/signals-tradingview/interface/dca.md)
{% endcontent-ref %}

**Do you have any questions? We can help in our Telegram chat.**

{% embed url="<https://t.me/finandy>" %}


---

# 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.finandy.com/algo-trading/signals-tradingview/connection-and-configuration/position-averaging.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.
