Type/to search

Multi-EMA Trend Catcher Strategy

2
Follow
475
Followers

img
img

🎯 Core Strategy Highlights

Did you know? This strategy works like a super smart "trend detective"! It uses 4 EMA lines (1, 5, 10, 20 periods) arranged in a perfect "staircase formation" to identify trend direction. When EMA1>EMA5>EMA10>EMA20, it's like all traffic lights turning green, telling you "Go go go!" The entry signal is super simple: EMA5 crossing EMA10 is your action code!

📊 Multi-Filter Anti-Trap System

Key point! This strategy isn't one of those "see signal, rush in" types, but sets up three "security checkpoints": SMA20, SMA50, SMA200 filters. Like airport security with three checkpoints, only when price stands on the correct side of moving averages will the strategy allow trades. There's also a thoughtful SMA200 slope filter ensuring you won't trade "against the current."

💰 Dynamic Risk Management Powerhouse

Pitfall guide incoming! The strategy's most powerful feature is its "four-in-one" stop-loss system:

  • EMA20 dynamic stop: Like a bodyguard following price movements
  • ATR multiple stop: Intelligently adjusts based on market volatility
  • Percentage stop: Simple and effective, perfect for beginners
  • Swing point stop: Finds key support/resistance levels

Position management uses risk percentage mode, risking only 1% of account equity each time, so even consecutive losses won't break the bank!

⚡ Smart Trading Control System

This strategy features a super thoughtful "cooldown period" function, like skill cooldowns in games, requiring several bars after closing before opening new positions, avoiding emotional overtrading. It also supports time-based exits - leave when time's up, no lingering! You can freely set trading sessions and trading days, rest whenever you want to rest.

Source
Pine
/*backtest
start: 2024-09-19 00:00:00
end: 2025-09-18 00:00:00
period: 1h
basePeriod: 1h
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT","balance":500000}]
*/

//@version=6
strategy("Hilega Milega v6 - Pure EMA/SMA (Nitesh Kumar) + Full Backtest",
     overlay=true, initial_capital=100000,
     commission_type=strategy.commission.percent, commission_value=0.05,
Strategy parameters
Strategy parameters
Backtest
Use Date Range (OFF = all history)
From (Optional)
To (Optional)
Session (Exchange Time) (Optional)
Mon
Tue
Wed
Thu
Fri
Sat
Sun
Cooldown bars after flat (Optional)
Time-based exit (0 = off) (Optional)
Allow Longs
Allow Shorts
Hilega Milega Filters Side Rules
Long above SMA20 / Short below SMA20
Long above SMA50 / Short below SMA50
Long above SMA200 / Short below SMA200
200 SMA slope filter (up for long / down for short)
Slope lookback (bars) (Optional)
Risk / Targets
Stop Type (Optional)
ATR Length (for ATR/Swing calc) (Optional)
ATR Stop Mult (if Stop=ATR) (Optional)
Percent Stop % (if Stop=Percent) (Optional)
Swing lookback (if Stop=Swing) (Optional)
Take Profit at R (x Risk) (Optional)
Position size by Risk % of equity
Risk % (Optional)
Fixed Qty (if Risk% OFF) (Optional)
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)