# 止盈/止损

PropW 使用“止盈”和“止损”机制来自动关闭用户开立的头寸。以下对这些机制进行了说明：

***止盈（TP）***：此功能允许您设置一个目标价格，当头寸达到该价格时将自动关闭，从而锁定利润。一旦市场价格达到此目标，交易将被关闭，利润实现。这对于在不需要持续监控市场的情况下锁定收益非常有用。

***止损（SL）***：此功能通过设置一个价格来帮助您限制潜在损失，当头寸达到该止损价格时将自动关闭。如果市场对您的头寸不利并达到止损价格，交易将关闭，从而将损失降到最低。这对于管理风险和保护资金至关重要。

#### 调整止损与止盈

要设置这些机制，请在开立头寸时前往“交易”界面。激活 TP/SL 按钮。您通常会发现可以输入“*止盈*” 和 “*止损*”的价格选项，这些选项可在交易的初始设置中或作为对现有头寸的修改进行设置。这些设置对于交易策略中的有效风险管理至关重要。

<figure><img src="https://2815469980-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeaxOdUiZ0pgP8l3xBrOW%2Fuploads%2FxrYMr9zOrlXBtw6uCi0J%2Fimage.png?alt=media&#x26;token=8d990a4b-41db-4a2a-8b71-889d0bbf26d2" alt=""><figcaption></figcaption></figure>


---

# 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.propw.com/documentation/documentation-zh/propw-jiao-yi-mo-kuai-ping-tai/interactive-blocks.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.
