feat(options): use premium profit RR instead of target index

单独期权与中控改为盈亏比×权利金触发买一平仓,默认2;不达标等到期。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-11 10:34:14 +08:00
parent 3b56e15fb1
commit 5c3969674a
13 changed files with 494 additions and 194 deletions
+3 -3
View File
@@ -115,7 +115,7 @@
<span class="plan-radio-row" id="plan-create-direction"></span>
</label>
<label class="plan-field">
<span>目标位</span>
<span>盈亏比</span>
<input id="plan-create-target" type="text" placeholder="如 68500" autocomplete="off" data-lpignore="true" data-1p-ignore="true" data-form-type="other" />
</label>
<label class="plan-field">
@@ -1765,8 +1765,8 @@
<script src="/assets/ai_review_render.js?v=3"></script>
<script src="/assets/time_close_ui.js?v=3"></script>
<script src="/assets/options_expiry_countdown.js?v=1"></script>
<script src="/assets/options_position_cards.js?v=4"></script>
<script src="/assets/options_position_cards.js?v=5"></script>
<script src="/assets/backup.js?v=1"></script>
<script src="/assets/app.js?v=20260807-opt-float"></script>
<script src="/assets/app.js?v=20260811-opt-rr"></script>
</body>
</html>