PROTECTED SOURCE SCRIPT
[NORTH2025] MULTI-TRENDS POLARIS

📌 [NORTH2025] MULTI-TRENDS POLARIS is a comprehensive indicator that effectively combines multi-timeframe analysis, clear trading signals, and visual guidance, making it ideal for systematic trading with clearly defined rules and risk management strategies.
📌 Detailed Explanation of the Script
⚙️ Sections and Indicators Used
✅ 1. Timeframe Table (Upper Right Corner)
Displays two columns (LTF and HTF) with rows for each timeframe pair:
- Highlights the current timeframe row in yellow for easy identification.
- Helps traders quickly identify appropriate higher timeframe (HTF) references.
✅ 2. Automatic Parameter Detection (AUTO DETECT TIMEFRAME)
- Parameters (EMA periods, Supertrend multipliers, Trend Katcher values, etc.) are automatically adjusted based on the current timeframe to optimize indicator performance.
- Uses a switch statement to automatically override default parameters for each specific timeframe.
✅ 3. EMA Crossover Strategy (MA CROSSOVER - MC)
- Uses two Exponential Moving Averages (Fast EMA and Slow EMA):
- - > UpTrend: Fast EMA crosses above Slow EMA.
- - > DnTrend: Fast EMA crosses below Slow EMA.
- Color-coded bars to visually indicate market strength (Bullish, Bearish, Neutral):
- Blue (Strong Bull), Green (Bullish), Yellow/Orange (Weak/Neutral), Purple/Red (Bearish).
✅ 4. Supertrend Indicator (ST)
- Supertrend identifies market trends using Average True Range (ATR).
- -> UpTrend: Price closes above Supertrend line (blue).
- -> DnTrend: Price closes below Supertrend line (red).
- Trend reversal signals are clearly plotted as labeled arrows on the chart.
✅ 5. Trend Katcher (TK)
- Detects major trend shifts by defining dynamic price channels based on recent highs/lows and ATR bands.
- -> Buy Signal: Price crosses above midline + ATR buffer (blue up arrow).
- -> Sell Signal: Price crosses below midline - ATR buffer (red down arrow).
- Useful for spotting strong momentum shifts or trend continuations.
✅ 6. Significant Swing Levels (SS)
- Identifies key swing highs (resistance) and lows (support) based on pivot points.
- These pivots can serve as clear reference points for setting Stop Loss.
✅ 7. Main Trend Background Coloring (MC + ST)
- Chart background color visually summarizes main trend:
- Blue: Bullish (EMA bullish crossover & Supertrend bullish)
- Red: Bearish (EMA bearish crossover & Supertrend bearish)
- Gray: Mixed signals (no clear trend alignment)
📌 Practical Usage & Advantages
- Simplicity & Visual Clarity: Easy-to-understand color coding for quick decision-making.
- Multi-Timeframe Awareness: Integrates clearly defined higher and lower timeframe signals.
- Adaptive Parameters: Parameters are optimized automatically according to the selected timeframe for improved accuracy and reliability.
📌 Alerts & Notifications
The script provides customizable alerts:
- EMA crossovers (MC).
- Supertrend reversals (ST).
- Trend Katcher shifts (TK).
- Breakouts of significant support/resistance levels (SS).
These alerts facilitate timely entry and exit decisions without constant chart monitoring.
📌 Trade Execution Example
When trading on TF 5-minute (LTF) with the 1-hour chart (HTF) confirming trend direction:
- Check HTF (1-hour):
- -> If background color = blue → only look for buy signals on the 5-minute chart.
- -> If background color = red → only look for sell signals on the 5-minute chart.
- -> If background color = gray → avoid trading (unclear trend).
- Execute trade on LTF (5-min):
- -> Entry Price (EP): Enter on EMA crossover, Supertrend reversal, or Trend Katcher buy/sell arrow.
- -> Stop Loss (SL): Set below recent swing low (for buys) or above recent swing high (for sells).
- -> Take Profit (TP): Set at RRR = 2:1 (for example, risk 3% to gain 6%).
📌 Detailed Explanation of the Script
⚙️ Sections and Indicators Used
✅ 1. Timeframe Table (Upper Right Corner)
Displays two columns (LTF and HTF) with rows for each timeframe pair:
- Highlights the current timeframe row in yellow for easy identification.
- Helps traders quickly identify appropriate higher timeframe (HTF) references.
✅ 2. Automatic Parameter Detection (AUTO DETECT TIMEFRAME)
- Parameters (EMA periods, Supertrend multipliers, Trend Katcher values, etc.) are automatically adjusted based on the current timeframe to optimize indicator performance.
- Uses a switch statement to automatically override default parameters for each specific timeframe.
✅ 3. EMA Crossover Strategy (MA CROSSOVER - MC)
- Uses two Exponential Moving Averages (Fast EMA and Slow EMA):
- - > UpTrend: Fast EMA crosses above Slow EMA.
- - > DnTrend: Fast EMA crosses below Slow EMA.
- Color-coded bars to visually indicate market strength (Bullish, Bearish, Neutral):
- Blue (Strong Bull), Green (Bullish), Yellow/Orange (Weak/Neutral), Purple/Red (Bearish).
✅ 4. Supertrend Indicator (ST)
- Supertrend identifies market trends using Average True Range (ATR).
- -> UpTrend: Price closes above Supertrend line (blue).
- -> DnTrend: Price closes below Supertrend line (red).
- Trend reversal signals are clearly plotted as labeled arrows on the chart.
✅ 5. Trend Katcher (TK)
- Detects major trend shifts by defining dynamic price channels based on recent highs/lows and ATR bands.
- -> Buy Signal: Price crosses above midline + ATR buffer (blue up arrow).
- -> Sell Signal: Price crosses below midline - ATR buffer (red down arrow).
- Useful for spotting strong momentum shifts or trend continuations.
✅ 6. Significant Swing Levels (SS)
- Identifies key swing highs (resistance) and lows (support) based on pivot points.
- These pivots can serve as clear reference points for setting Stop Loss.
✅ 7. Main Trend Background Coloring (MC + ST)
- Chart background color visually summarizes main trend:
- Blue: Bullish (EMA bullish crossover & Supertrend bullish)
- Red: Bearish (EMA bearish crossover & Supertrend bearish)
- Gray: Mixed signals (no clear trend alignment)
📌 Practical Usage & Advantages
- Simplicity & Visual Clarity: Easy-to-understand color coding for quick decision-making.
- Multi-Timeframe Awareness: Integrates clearly defined higher and lower timeframe signals.
- Adaptive Parameters: Parameters are optimized automatically according to the selected timeframe for improved accuracy and reliability.
📌 Alerts & Notifications
The script provides customizable alerts:
- EMA crossovers (MC).
- Supertrend reversals (ST).
- Trend Katcher shifts (TK).
- Breakouts of significant support/resistance levels (SS).
These alerts facilitate timely entry and exit decisions without constant chart monitoring.
📌 Trade Execution Example
When trading on TF 5-minute (LTF) with the 1-hour chart (HTF) confirming trend direction:
- Check HTF (1-hour):
- -> If background color = blue → only look for buy signals on the 5-minute chart.
- -> If background color = red → only look for sell signals on the 5-minute chart.
- -> If background color = gray → avoid trading (unclear trend).
- Execute trade on LTF (5-min):
- -> Entry Price (EP): Enter on EMA crossover, Supertrend reversal, or Trend Katcher buy/sell arrow.
- -> Stop Loss (SL): Set below recent swing low (for buys) or above recent swing high (for sells).
- -> Take Profit (TP): Set at RRR = 2:1 (for example, risk 3% to gain 6%).
Script protetto
Questo script è pubblicato come codice protetto. Tuttavia, è possibile utilizzarlo liberamente e senza alcuna limitazione – per saperne di più clicca qui.
Declinazione di responsabilità
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.
Script protetto
Questo script è pubblicato come codice protetto. Tuttavia, è possibile utilizzarlo liberamente e senza alcuna limitazione – per saperne di più clicca qui.
Declinazione di responsabilità
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.