HyperNakal
- Experts
-
Robert Winata
im a man who likes silence and solitude - 버전: 2.0
- 업데이트됨: 22 8월 2026
- 활성화: 5
EA Hyperaktif – Adaptive Trend-Following Expert Advisor
EA Hyperaktif is an automated trading system designed for MetaTrader 4 that combines momentum candle setups with a custom Pine Script ATR Rope Filter. Built to navigate volatile markets like XAUUSD (Gold) and major Forex pairs, this EA identifies strong trend continuations while filtering out market noise during sideways or low-volatility conditions.
Key Features
-
Pine Script ATR Rope Indicator Integration: Utilizes an advanced adaptive trailing line algorithm to detect true market direction and avoid false breakouts.
-
Multi-Timeframe Compatibility: Engineered to function seamlessly across all timeframes (from M1 up to D1/MN).
-
Adaptive Risk Management: Features an optional Auto ATR-based SL/TP mechanism that automatically expands or tightens Stop Loss and Take Profit levels according to current chart volatility.
-
Flexible Order Limits: Allows custom setting of maximum open positions ( MaxOrders ) to manage exposure and drawdown effectively.
-
3 & 5-Digit Broker Auto-Detection: Built-in pip multiplier logic to ensure uniform point-to-pip conversion across all broker types.
Strategy & Entry Rules
-
Buy Entry: Triggers when the previous bar closes bullish ( Close[1] > Open[1] ) AND the ATR Rope Filter confirms an active Uptrend ( trend == 1 ).
-
Sell Entry: Triggers when the previous bar closes bearish ( Close[1] < Open[1] ) AND the ATR Rope Filter confirms an active Downtrend ( trend == -1 ).
-
Consolidation Filter: Automatically pauses new trade execution when the ATR Rope detects market rangebound/flat signals ( trend == 0 ).
Parameter Inputs
-
Lots – Position size per trade.
-
Use_Auto_SLTP – Enable to calculate Stop Loss & Take Profit dynamically using ATR.
-
Stoploss_Pips / Takeprofit_Pips – Manual SL/TP distance in pips (used when Auto SL/TP is disabled).
-
SL_ATR_Multi / TP_ATR_Multi – ATR multipliers for dynamic SL/TP calculation.
-
MaxOrders – Maximum simultaneous open trades allowed.
-
ATR_Len – Lookback period for the ATR calculation.
-
ATR_Multi – Sensitivity multiplier for the ATR Rope trend detection line.
