mirror of
https://ghfast.top/https://github.com/aeroxw/easy-tdx.git
synced 2026-09-12 16:54:17 +08:00
idxmax() 返回 index label,后续 iloc[] 按位置取行;当 df.index 非默认 RangeIndex 时 label != position,撮合会取错 K 线。两处分支统一改为位置索引。 新增 2 例非连续 index 回归测试。