说明
注意:仅在 cTrader Windows 上测试。
LT_Ind_SRZones 检测摆动高点/低点,将附近的摆动合并为 支撑/阻力区,并保持您的图表聚焦于当前价格周围最相关的水平。
它绘制的内容
- 区域:由合并摆动构成的阴影带
- 摆动高点/低点 点
- 之字形 路径,用于快速结构读取
主要控制
- AutoPercentageMove (bool) + AutoPercentageMoveFactor (double)
自动调节摆动灵敏度。关闭后手动使用 PercentageMove。 - PercentageMove (double)
当自动关闭时,形成摆动的最小移动(百分比)。 - ZoneSizeFactor (double)
区域高度 =ZoneSizeFactor × ATR。 - NumSREach (int)
保持 当前价格 上方和下方的 顶级区域 数量。 - ValidBars (int)
忽略比此更多的历史柱子中的摆动。 - 颜色 / 显示样式
区域填充颜色(含透明度),摆动/之字形样式。
排序和过滤逻辑(区域如何被选择)
- 收集摆动 从最近向后, 仅永久 的摆动且 不早于
ValidBars。 - 计算 当前价格 上方和下方的摆动数量(包括值落在半个区域内的摆动)。当两边都达到
NumSREach时停止。 - 回退:如果一侧没有合格的摆动,则为该侧添加 一个更早的 摆动。
- 合并:对于每个有资格的摆动,要么 合并 到现有区域(
CanMerge),要么 创建 新区域。 - 排序和选择:
-
- 价格上方:按 (高点 − 价格) 升序排序,然后按 MostRecentIndex 降序排序;取
NumSREach。 - 价格下方:按 (价格 − 低点) 升序排序,然后按 MostRecentIndex 降序排序;取
NumSREach。 - 合并 两个列表 → 显示最终区域。
- 价格上方:按 (高点 − 价格) 升序排序,然后按 MostRecentIndex 降序排序;取
这保持显示 清晰、邻近且近期,同时仍能处理边缘情况。
默认值
- AutoPercentageMove = true,AutoPercentageMoveFactor = 4
- PercentageMove = 1.0(当 Auto = false 时使用)
- NumSREach = 1
- ValidBars = 240
- ZoneSizeFactor = 0.5(区域高度 = 0.5 × ATR)
- 区域颜色 = #21FF33E0(半透明)
- 摆动高点 = #FFFF999A,摆动低点 = #FF99DFF9,之字形 = 蓝色(点)
使用场景
- 标记附近的 支撑/阻力区域 用于入场、部分平仓或止损
- 观察 区域转换(支撑 → 阻力及反之)
- 与 VWAP/枢轴点结合使用以增强共振
适用于任何符号和时间框架。 轻量且准备好用于实时交易或回测。
摘要
AI 摘要
LT_Ind_SRZones is an indicator designed for cTrader Windows that automatically identifies and displays support and resistance zones derived from swing highs and lows. It detects swing points, merges nearby swings into shaded support/resistance zones, and highlights the most relevant levels around the current price to maintain a clear chart view. The indicator also plots swing high/low points and a ZigZag path for quick structural analysis.
Key adjustable parameters include automatic or manual swing sensitivity settings, zone size based on a factor of the Average True Range (ATR), the number of top zones to display above and below the current price, and the maximum age of swings considered. The indicator filters and ranks zones by proximity and recency, ensuring the display focuses on recent and nearby levels.
LT_Ind_SRZones works on any symbol and timeframe, supporting markets such as Forex, indices, commodities, cryptocurrencies, and stocks. It is suitable for live trading and backtesting. Typical use cases include marking nearby support/resistance zones for trade entries, stops, or partial exits, monitoring zone flips (support to resistance and vice versa), and combining with other indicators like VWAP or pivots for confluence.
Key adjustable parameters include automatic or manual swing sensitivity settings, zone size based on a factor of the Average True Range (ATR), the number of top zones to display above and below the current price, and the maximum age of swings considered. The indicator filters and ranks zones by proximity and recency, ensuring the display focuses on recent and nearby levels.
LT_Ind_SRZones works on any symbol and timeframe, supporting markets such as Forex, indices, commodities, cryptocurrencies, and stocks. It is suitable for live trading and backtesting. Typical use cases include marking nearby support/resistance zones for trade entries, stops, or partial exits, monitoring zone flips (support to resistance and vice versa), and combining with other indicators like VWAP or pivots for confluence.
指标配置
客户评价
4.6
评价:3
5 | 67 % | |
4 | 33 % | |
3 | 0 % | |
2 | 0 % | |
1 | 0 % |
客户评价
October 22, 2025
October 15, 2025
the routine feels easier to keep, but the chart still needs a human read.
讨论
常见问答
Prop
Forex
Indices
Commodities
Crypto
Stocks
cTrader Store 提供的所有产品,包括交易机器人、指标和插件,均由第三方开发者提供,仅供信息参考和技术访问之用。cTrader Store 并非经纪商,不提供投资建议、个人推荐或任何未来业绩保证。
价格
注册日期 25/09/2024
34
销售