# 卓尔金升级A3——止损熔断

{% hint style="info" %}
回测结果表明，止损这种事后诸葛亮策略是没有效果的，所以索性不止损。
{% endhint %}

```c
y_1 = MIN(MAX(
          y_0*(1+MIN(x/(a*T),0))
          +MAX(x/(a*T),0)
      ,0),1)

y:改变系数
x:价格改变
a:目标收益
T:时间窗口
```


---

# 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://www.bfm-unity.org/4.0.0/bfm-ds-bi-fang-meng-shu-ju-zhi-chi/zi-chan-pei-zhi/the-tzolkin-calendar/zhuo-er-jin-sheng-ji-a3-zhi-sun-rong-duan.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.
