# Limitations

Here are some important limitations to keep in mind when using the PSStrategyX trading tool:

**General:**

* Once the alert is sent, there is no way to monitor positions on any exchange. The order will be processed by Autoview and sent to the exchange. While this usually works fine, it's important to check the Autoview log for errors. Sometimes Autoview may fail to process the order, or the exchange may not process it for various reasons.
* The tool sends TP/SL orders with the entry order when possible to protect your order in case of errors or if you lose a connection. However, not all exchanges accept TP/SL orders, and sometimes your entry order will be left unprotected.

**FIFO:**

* This tool DOES NOT support the First In First Out (FIFO) method for closing positions.
* Instead, it uses the ANY method. There currently is no way to make this variable.

**Exchanges:**

* This tool has only been tested with Binance and Gemini, and may have limitations or issues on other exchanges integrated with Autoview. I simply haven't had time to test all the exchanges yet, and will update accordingly.
* Gemini does not allow TP/SL orders and only supports market orders.


---

# 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.pinescriptstrategy.com/tools/start-here/overview/limitations.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.
