Treat option-option amplitude as a maximum cap.
Reject opens when range exceeds the setting; update UI and docs labels. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -211,6 +211,8 @@ export type MarketSnapshot = {
|
||||
mid?: number;
|
||||
range_pct?: number;
|
||||
hours?: number;
|
||||
max_pct?: number;
|
||||
/** @deprecated 兼容旧字段,等同 max_pct */
|
||||
min_pct?: number;
|
||||
ok?: boolean;
|
||||
} | null;
|
||||
|
||||
Reference in New Issue
Block a user