> For the complete documentation index, see [llms.txt](https://docs.pinescriptstrategy.com/tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pinescriptstrategy.com/tools/start-here/overview/limitations.md).

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