Gate one-open-per-expiry by historical expiry_ymd across days.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1230,7 +1230,7 @@ export default function SettingsPage() {
|
||||
</div>
|
||||
<div className="field">
|
||||
<label htmlFor="oneExpDay">
|
||||
同到期日一天只开一次(节奏)
|
||||
每个到期只开一次(跨日)
|
||||
</label>
|
||||
<select
|
||||
id="oneExpDay"
|
||||
@@ -1244,7 +1244,7 @@ export default function SettingsPage() {
|
||||
<option value="0">关闭</option>
|
||||
</select>
|
||||
<p className="hint" style={{ margin: "0.35rem 0 0" }}>
|
||||
开启后:当日已开过某到期日(如 0802)并平仓后,不能再开同到期,只能开下一到期(如 0803)。
|
||||
开启后:历史上已开过某到期日(如 0803)后,不论今天还是明天都不能再开同到期,只能监控/开下一到期(如 0804)。
|
||||
</p>
|
||||
</div>
|
||||
<div className="field">
|
||||
|
||||
Reference in New Issue
Block a user