Version 2.0
- Optimized, redesigned, and reimplemented the core algorithm for strokes and segments for maximum accuracy and efficiency.
- Implemented the "Stroke Correction" concept to ensure that the endpoints for each stroke are strictly the highest and lowest points for all the candles (after "standardization/merge") encompassed by the stroke.
- Added a new option to limit the number of candles to analyze, which can be used to achieve better script performance.
- Added visualization for trait sequences.
────────────────────────────────────────────
- 重新实现并大幅优化笔和线段的核心算法以使系统更加准确及稳健。
- 实现“修正笔”算法,以严格确保每笔的起始点和终止点是该笔的所有K线(“标准化 / 包含”处理后)的最高和最低点。
- 新增选项以控制需要分析的历史K线数量。该选项可用来提升脚本性能。
- 新增“特征序列”的可视化。