> 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/common-errors.md).

# Common errors

## Position fails to open

* Is there enough balance in marketplace wallet for the signal?

<figure><img src="https://1577882158-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM4fLmMy5vt3Vv1QOjcHL%2Fuploads%2FtqssdF6xG50Flv9m5XLh%2Fimage.png?alt=media&#x26;token=05779b46-e42a-4c95-90ec-673b68d591e7" alt=""><figcaption></figcaption></figure>

* Order rejected if futures order uses wallet's entire margin.

<figure><img src="https://1577882158-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM4fLmMy5vt3Vv1QOjcHL%2Fuploads%2FMudIxKxbP5pus2DNnJwl%2Fimage.png?alt=media&#x26;token=c778dfa0-92d6-49df-ae3e-c93fac483484" alt=""><figcaption></figcaption></figure>

* Disable **Master Hook** option if enabled.

<figure><img src="https://1577882158-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM4fLmMy5vt3Vv1QOjcHL%2Fuploads%2F1b6iRvo0ETtOkTwLL3fp%2Fimage.png?alt=media&#x26;token=381635da-87d2-4359-bce6-6a321c983814" alt="" width="375"><figcaption></figcaption></figure>

* Is the **open** tab inactive?

<figure><img src="https://1577882158-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM4fLmMy5vt3Vv1QOjcHL%2Fuploads%2FiaI8WiOImxiDXmfW8Gdf%2Fimage.png?alt=media&#x26;token=98db65b7-10ba-43bb-af54-6723dcef4b44" alt=""><figcaption></figcaption></figure>

* If using an indicator, **Position** with **Strategy** setting won't work.

<figure><img src="https://1577882158-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM4fLmMy5vt3Vv1QOjcHL%2Fuploads%2Ftb7FdmDUcgAFpCf4eEWm%2Fimage.png?alt=media&#x26;token=35c2743d-b30d-429b-9e97-93f6ae918bd8" alt=""><figcaption></figcaption></figure>

* Ensure that there is enough volume for all grid orders. \
  For example, in the screenshot, the order amount in the grid is 2 USDT (total sum = 10 divided by 20 orders), which is less than the minimum allowed volume.

<figure><img src="https://1577882158-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM4fLmMy5vt3Vv1QOjcHL%2Fuploads%2FqEuaSqPiqfyLTF1yhRJC%2Fimage.png?alt=media&#x26;token=d170cad4-c1a7-4685-87e0-694ba92b669b" alt=""><figcaption></figcaption></figure>

* Check if Futures leverage size is within the maximum allowable limit.

<figure><img src="https://1577882158-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM4fLmMy5vt3Vv1QOjcHL%2Fuploads%2FTW8WWvZGne4U9ZaZHkzc%2Fimage.png?alt=media&#x26;token=85d84ef7-2dd7-42a2-8158-16dc03b1c6eb" alt="" width="563"><figcaption></figcaption></figure>

* Hedging mode must be enabled to open both **Long** and **Short** positions on the same pair simultaneously.

<figure><img src="https://1577882158-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FM4fLmMy5vt3Vv1QOjcHL%2Fuploads%2FhsXr6Dt8Hg5G88n8x8Wr%2Fimage.png?alt=media&#x26;token=797d699b-88b0-4121-8dc6-dc888a9c33a7" alt="" width="375"><figcaption></figcaption></figure>

* Verify if there is an existing position on the currency pair.
* Check **"positionSide"** parameter, if "positionSide" is "flat", no position will be opened. [Refer to signal log for details.](/interface/signal-log.md)
* Check **"positionSide"** parameter. If you have an indicator, rather than a strategy, the value should be "**Both**" or **"Long only"** or **"Short only"**.
* To ensure correct processing, it is recommended to add a timeout of at least 2 seconds between signals. This prevents two signals from arriving simultaneously.
* Check limits, you might have exceeded them.

<figure><img src="/files/ZhGSZv4mXJ5hAqfE2Zgm" alt="" width="563"><figcaption></figcaption></figure>

* Deselect the checkbox next to the option name and ensure that its usage in the signal is correct. [Сontrolling an option in a signal.](/algo-trading/signals-tradingview/controlling-an-option-in-the-signal.md)

<figure><img src="/files/L2b1VFQl24XXxtHU7gu7" alt=""><figcaption></figcaption></figure>

* Verify signal error in the [Signal Log](/interface/signal-log.md).

Learn more about opening positions:

{% content-ref url="/pages/hpz4pI2D7t0le5ODbu44" %}
[Open position](/algo-trading/signals-tradingview/interface/open.md)
{% endcontent-ref %}

## Position not being averaged

Review solutions for issues listed above and additional averaging solutions:

* Сheck **DCA tab.** Must be activated.

<figure><img src="/files/dVuoxYta3wrEq8GzfUQz" alt=""><figcaption></figcaption></figure>

* An open position on this pair is required.
* Check limits, you may have exceeded them.

<figure><img src="/files/ONerAuBLxIUFBVe20hsQ" alt=""><figcaption></figcaption></figure>

Learn more about DCA:

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

## Position fails to close

Review solutions for issues listed above and additional position closing solutions:

* Check **Close tab.** Must be activated.

<figure><img src="/files/wnHgbUnIpR2H9vad4gSI" alt=""><figcaption></figcaption></figure>

* Ensure that a position reversal is not set up.

<figure><img src="/files/HSfp8ZR9KdLe8fXus9Dh" alt=""><figcaption></figcaption></figure>

* If profit checking is enabled, position will not close if there is a loss.

<figure><img src="/files/FpE3IAe11Cquzov1KSqj" alt=""><figcaption></figcaption></figure>

Learn more about position closing:

{% content-ref url="/pages/E5BT4ELOLIVf9wbQYyGk" %}
[Close / Reverse](/algo-trading/signals-tradingview/interface/close.md)
{% endcontent-ref %}

## Position fails to reverse

Review solutions for issues listed above and additional position reversal solutions:

* Check **Close tab.** Must be activated.

<figure><img src="/files/uK6psgTufeKIV2EJvvn7" alt="" width="563"><figcaption></figcaption></figure>

* If Hedge mode enabled, reverse will not work.

<figure><img src="/files/EoSRqZrIRJv18a1dfF0T" alt="" width="486"><figcaption></figcaption></figure>

* If profit checking is enabled, position will not reverse if there is a loss.

<figure><img src="/files/2lJKM7eRxwciRonQqoBP" alt="" width="563"><figcaption></figcaption></figure>

Learn more about position reversal:

{% content-ref url="/pages/Ng67VuqO984g7l7WbTvM" %}
[Position Closing](/settings/settings/trading/position-closing.md)
{% endcontent-ref %}

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

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