说明
Price Action Elite 指标建立在模块化、多门控架构上。它不是依赖单一概念,而是要求市场通过一系列逻辑“门”后才生成信号。
修改参数会开启或关闭这些门,收紧或放宽它们的标准,并从根本上将指标从激进的剥头皮系统转变为保守的波段系统。
以下是调整这些参数如何导致完全不同信号结果的详细解析。
1. 基础:信号方向
在指标寻找特定模式之前,它根据您的 Group 0 设置确定其方向偏好。这是算法行为的主开关。
- 启用趋势信号: 激活时,指标仅寻找与更高时间框架(HTF)移动平均线一致的信号。修改此项确保您严格交易延续和回调。
- 启用反转信号: 激活时,指标寻找逆势机会。它寻找疲劳点(价格远高于均线)以发出均值回归交易信号,回归基线。
- 结果: 两者都开启会创建一个高频系统,捕捉趋势并反转极端。只开启一个则创建一个专注单一方向的系统。
2. 触发器:入场模式(Group 2)
EntryMode 参数决定触发信号所需的具体价格行为模式。更改此设置会完全改变指标认定的有效交易。
- SMC 模式(OB/FVG): 关注机构足迹。修改如
MinObImbalancePips或MaxFvgPips等参数,迫使指标忽略小而无意义的缺口,仅在大幅位移时发信号。 - M1 快速入场模式(吞没、影线拒绝、BOS): 这些是超敏感触发器。调整
EngulfingMinBodyMult或WickRejectionRatio确保算法忽略“十字星”噪音,仅在有强劲动量或明确的针形拒绝时触发。 - CRT(蜡烛范围理论): 将结果变为基于操纵的策略。指标会绘制盘整区,等待散户因假突破(扫盘)被止损,然后发出真实方向的入场信号。
- 剥头皮模式(内包线、三根线反转): 调整系统以适应微波动。收紧
InsideBarCompressionPct意味着只有当市场紧密盘整时才会发信号,预测大规模爆发性突破。
3. 汇聚门:标准过滤器(Groups 2.1 – 2.6)
一旦找到模式,必须通过指标过滤器。开启这些过滤器相当于对不良设置的“否决”系统。
- 斜率过滤器与趋势: 防止系统在无趋势、平坦市场中触发。如果
UseSlopeFilter开启,任何模式(即使是完美的订单块)在均线平坦时都会被忽略。 - 动量(RSI、ADX、MACD): 将
AdxThreshold调高(如 >25)严格限制结果为高动量环境。使用KwachMomentumThreshold(MACD)确保不买入下跌动量,极大减少假突破。 - ATR 波动率过滤器: 确保市场有足够“活力”。如果当前波动率低于平均水平,信号将被阻止,避免您进入狭窄、震荡区间。
4. 高级宏观门
这些参数利用高级数学和基于时间的汇聚来塑造最终结果。
- 蒙特卡洛偏差(Group 2.97): 当
UseMonteCarlo激活时,指标在允许交易前运行数百次未来价格模拟。如果吞没模式发出“买入”信号,但蒙特卡洛模拟预测未来5根K线有70%概率下跌,则信号被阻止。 - 均值回归带(Group 2.95): 充当动态天花板/地板。如果价格远离均值(如触及上目标带),将
UseMeanReversion设为开启将阻止任何进一步的“买入”信号,防止您买在绝对高点。 - 时段(Group 4): 通过修改时间范围(亚洲、伦敦、纽约),您物理限制了信号允许的 时间。如果相同价格行为模式发生在低流动性死区,将被完全忽略。
5. 甘恩与时间汇聚引擎(Group 10)
这是系统中最复杂的修改器,改变目标计算方式及基于周期时间允许交易的时间点。
- HPRZ 信号门: 依赖多个时间周期方法的汇聚(9宫格、斐波那契时间、月相周期)。如果
UseHprzGate激活,指标将完全抑制标准价格行为信号,除非它们发生在高概率反转区(多个时间周期对齐的时间窗口)内。 - Sq9 智能目标: 修改此项会改变止盈结果。系统不使用标准点数距离,而是动态计算入场价附近的三个最近甘恩9宫格阻力/支撑位,并将其硬编码到信号文件中,实现绝对数学精度。
结果综合
- 最大频率: 关闭蒙特卡洛、HTF过滤器和HPRZ门。将
EntryMode设为M1_Scalp_All。结果是一个激进、高信号频率的算法。 - 最大准确度(狙击模式): 开启HTF偏差、蒙特卡洛、ADX过滤器和甘恩HPRZ门。将
EntryMode设为CRT_Only或OB_And_FVG。结果是一个高度限制的系统,可能每周只触发几次,但仅在机构订单流、数学概率和时间周期完美对齐时触发。
适用于趋势和反转标的,在状态控制台上有顾问提示每日波动范围耗尽和手数大小的波动性。
摘要
AI 摘要
Price Action Elite is an advanced trading indicator that integrates multiple analytical methods including Smart Money Concepts (SMC), Gann Square of 9 targets, Monte Carlo simulations, and multi-timeframe (MTF) trend bias. It operates on a modular, multi-gated architecture requiring market conditions to pass through sequential logical filters before generating trade signals. Users can customize the indicator’s behavior by enabling trend-following or reversal signals, adjusting entry pattern criteria, and applying various confluence filters such as slope, momentum (RSI, ADX, MACD), and ATR volatility to refine signal quality.
The indicator supports diverse entry modes including institutional footprint patterns (Order Blocks, Fair Value Gaps), fast M1 scalping patterns (engulfing, wick rejection), Candle Range Theory for manipulation detection, and micro-volatility scalping setups. Advanced features include Monte Carlo bias filtering to simulate future price scenarios, mean reversion bands to avoid overextended trades, and time-based gating aligned with market sessions and cyclical time methods (Square of 9, Fibonacci, lunar cycles). Gann-based dynamic target calculation adjusts take-profit levels with mathematical precision.
Price Action Elite is adaptable from aggressive high-frequency scalping to conservative swing trading by parameter modification. It works on both trending and reversal instruments and includes an advisor console displaying volatility, daily range exhaustion, and lot size recommendations.
The indicator supports diverse entry modes including institutional footprint patterns (Order Blocks, Fair Value Gaps), fast M1 scalping patterns (engulfing, wick rejection), Candle Range Theory for manipulation detection, and micro-volatility scalping setups. Advanced features include Monte Carlo bias filtering to simulate future price scenarios, mean reversion bands to avoid overextended trades, and time-based gating aligned with market sessions and cyclical time methods (Square of 9, Fibonacci, lunar cycles). Gann-based dynamic target calculation adjusts take-profit levels with mathematical precision.
Price Action Elite is adaptable from aggressive high-frequency scalping to conservative swing trading by parameter modification. It works on both trending and reversal instruments and includes an advisor console displaying volatility, daily range exhaustion, and lot size recommendations.
指标配置
客户评价
0.0
评价:0
客户评价
该产品尚无评价。已经试过了?抢先告诉其他人!
讨论
常见问答
Supertrend
Fair Value Gap
Pin Bar
RSI
Order Block
MACD
Moving Average
cTrader Store 提供的所有产品,包括交易机器人、指标和插件,均由第三方开发者提供,仅供信息参考和技术访问之用。cTrader Store 并非经纪商,不提供投资建议、个人推荐或任何未来业绩保证。
该作者的其他作品
价格
144.55M
交易量
54.12K
盈利点数
1
销售
173
免费安装
