Install
openclaw skills install @qinjobs/estimate-hynix-2x-open结合美韩实时价格、汇率与净值估算07709合理开盘价及风险
openclaw skills install @qinjobs/estimate-hynix-2x-openEstimate a timestamped NAV fair value and a separate tradable-price scenario. Treat KRX 000660 as the primary price anchor and SKHY as an overnight direction check.
SKHY.O previous close and latest close.1.07709.HK to 7709.HK.SKHY.O; bare SKHY may collide with another security.python3 scripts/estimate_open.py \
--nav-hkd 27.249 \
--product-prev-market 25.36 \
--kr-prev-close 1322000 \
--kr-open 1697000 \
--kr-current 1628000 \
--adr-prev-close 126.79 \
--adr-close 149 \
--usdkrw 1427.68
NAV理论价: prior NAV multiplied by the targeted 2x daily KRX return.折价延续价: NAV theoretical value with the prior 07709 market discount carried forward.ADR信号价: prior NAV with 2x SKHY overnight return; label it a cross-check, never the main value when ADR parity is distorted.r_KR = P_KR,anchor / P_KR,prev_close - 1
NAV理论价 = NAV_prev × (1 + 2 × r_KR + tracking_adjustment) × HKD_FX_factor
r_ADR = P_ADR,close / P_ADR,prev_close - 1
ADR信号价 = NAV_prev × (1 + 2 × r_ADR)
ADR隐含韩股价 = P_ADR,close × 10 × USDKRW
ADR绝对溢价 = ADR隐含韩股价 / P_KR,anchor - 1
昨日07709折价 = P_07709,prev_close / NAV_prev - 1
折价延续价 = NAV理论价 × (1 + 昨日07709折价)
Do not use the prior 07709 market close as the leverage calculation base. That price already contains a secondary-market premium or discount.
|ADR绝对溢价| > 5%, use SKHY only for percentage direction and flag impaired arbitrage.Always check:
Read references/methodology.md for source priority, product-document facts, and interpretation limits.