Asset Valuation ComparisonThis indicator calculates and visualizes z-scores to compare the valuation of an asset (the charted symbol) against gold, bonds, and either its own price or USD (depending on the isCurrency input). A z-score measures how many standard deviations a value is from its mean over a specified lookback period (default: 200 bars).
Horizontal Lines:
0 (Zero Line): The mean value of the z-score.
+1 (Overvalued Threshold): One standard deviation above the mean.
-1 (Undervalued Threshold): One standard deviation below the mean.
Análise de Tendência
SMA High & Low V3📌 Summary of Script Functionality
This script is a custom TradingView indicator designed to analyze market trends using SMA (Simple Moving Averages) and RSI (Relative Strength Index). It consists of the following key components:
1️⃣ SMA High & SMA Low (from H4 timeframe)
- SMA High is calculated from the highest price.
- SMA Low is calculated from the lowest price.
- These are used as support and resistance levels.
2️⃣ SMA Color Coding (Trend Detection)
- Green → When the closing price is above SMA High → Uptrend
- Red → When the closing price is below SMA Low → Downtrend
- Orange → When the price is between SMA High & SMA Low → Ranging market
3️⃣ RSI Marker (Colored Dots Below the Chart)
- RSI (14) is calculated and displayed as colored markers at the bottom.
- Green Dot → RSI > 50 (indicating bullish momentum)
- Red Dot → RSI < 50 (indicating bearish momentum)
📌 Trading Strategy (Entry & Exit Points)
✅ 1. Buy Entry (Long Position)
- Price is above SMA High (SMA turns green)
- RSI > 50 (Green dots appear below the chart)
- Enter a Buy trade when the price pulls back near SMA High and shows a reversal candlestick pattern.
✅ 2. Sell Entry (Short Position)
- Price is below SMA Low (SMA turns red)
- RSI < 50 (Red dots appear below the chart)
- Enter a Sell trade when the price retraces near SMA Low and shows a reversal candlestick pattern.
✅ 3. No Trade Zone (Avoid Trading)
- If SMA is orange (price is between SMA High & SMA Low)
- RSI is unclear → Wait for a breakout before entering a trade.
is_strategyCorrection-Adaptive Trend Strategy (Open-Source)
Core Advantage: Designed specifically for the is_correction indicator, with full transparency and customization options.
Key Features:
Open-Source Code:
✅ Full access to the strategy logic – study how every trade signal is generated.
✅ Freedom to customize – modify entry/exit rules, risk parameters, or add new indicators.
✅ No black boxes – understand and trust every decision the strategy makes.
Built for is_correction:
Filters out false signals during market noise.
Works only in confirmed trends (is_correction = false).
Adaptable for Your Needs:
Change Take Profit/Stop Loss ratios directly in the code.
Add alerts, notifications, or integrate with other tools (e.g., Volume Profile).
For Developers/Traders:
Use the code as a template for your own strategies.
Test modifications risk-free on historical data.
How the Strategy Works:
Main Goal:
Automatically buys when the price starts rising and sells when it starts falling, but only during confirmed trends (ignoring temporary pullbacks).
What You See on the Chart:
📈 Up arrows ▼ (below the candle) = Buy signal.
📉 Down arrows ▲ (above the candle) = Sell signal.
Gray background = Market is in a correction (no trades).
Key Mechanics:
Buy Condition:
Price closes higher than the previous candle + is_correction confirms the main trend (not a pullback).
Example: Red candle → green candle → ▼ arrow → buy.
Sell Condition:
Price closes lower than the previous candle + is_correction confirms the trend (optional: turn off short-selling in settings).
Exit Rules:
Closes trades automatically at:
+0.5% profit (adjustable in settings).
-0.5% loss (adjustable).
Or if a reverse signal appears (e.g., sell signal after a buy).
User-Friendly Settings:
Sell – On (default: ON):
ON → Allows short-selling (selling when price falls).
OFF → Strategy only buys and closes positions.
Revers (default: OFF):
ON → Inverts signals (▼ = sell, ▲ = buy).
%Profit & %Loss:
Adjust these values (0-30%) to increase/decrease profit targets and risk.
Example Scenario:
Buy Signal:
Price rises for 3 days → green ▼ arrow → strategy buys.
Stop loss set 0.5% below entry price.
If price keeps rising → trade closes at +0.5% profit.
Correction Phase:
After a rally, price drops for 1 day → gray background → strategy ignores the drop (no action).
Stop Loss Trigger:
If price drops 0.5% from entry → trade closes automatically.
Key Features:
Correction Filter (is_correction):
Acts as a “noise filter” → avoids trades during temporary pullbacks.
Flexibility:
Disable short-selling, flip signals, or tweak profit/loss levels in seconds.
Transparency:
Open-source code → see exactly how every signal is generated (click “Source” in TradingView).
Tips for Beginners:
Test First:
Run the strategy on historical data (click the “Chart” icon in TradingView).
See how it performed in the past.
Customize It:
Increase %Profit to 2-3% for volatile assets like crypto.
Turn off Sell – On if short-selling confuses you.
Trust the Stop Loss:
Even if you think the price will rebound, the strategy will close at -0.5% to protect your capital.
Where to Find Settings:
Click the strategy name on the top-left of your chart → adjust sliders/toggles in the menu.
Русская Версия
Трендовая стратегия с открытым кодом
Главное преимущество: Полная прозрачность логики и адаптация под ваши нужды.
Особенности:
Открытый исходный код:
✅ Видите всю «кухню» стратегии – как формируются сигналы, когда открываются сделки.
✅ Меняйте правила – корректируйте тейк-профит, стоп-лосс или добавляйте новые условия.
✅ Никаких секретов – вы контролируете каждое правило.
Заточка под is_correction:
Игнорирует ложные сигналы в коррекциях.
Работает только в сильных трендах (is_correction = false).
Гибкая настройка:
Подстройте параметры под свой риск-менеджмент.
Добавьте свои индикаторы или условия для входа.
Для трейдеров и разработчиков:
Используйте код как основу для своих стратегий.
Тестируйте изменения на истории перед реальной торговлей.
Простыми словами:
Почему это удобно:
Открытый код = полный контроль. Вы можете:
Увидеть, как именно стратегия решает купить или продать.
Изменить правила закрытия сделок (например, поставить TP=2% вместо 1.5%).
Добавить новые условия (например, торговать только при высоком объёме).
Примеры кастомизации:
Новички: Меняйте только TP/SL в настройках (без кодинга).
Продвинутые: Добавьте RSI-фильтр, чтобы избегать перекупленности.
Разработчики: Встройте стратегию в свою торговую систему.
Как начать:
Скачайте код из TradingView.
Изучите логику в разделе strategy.entry/exit.
Меняйте параметры в блоке input.* (безопасно!).
Тестируйте изменения и оптимизируйте под свои цели.
Как работает стратегия:
Главная задача:
Автоматически покупает, когда цена начинает расти, и продаёт, когда падает. Но делает это «умно» — только когда рынок в основном тренде, а не во временном откате (коррекции).
Что видно на графике:
📈 Стрелки вверх ▼ (под свечой) — сигнал на покупку.
📉 Стрелки вниз ▲ (над свечой) — сигнал на продажу.
Серый фон — рынок в коррекции (не торгуем).
Как это работает:
Когда покупаем:
Если цена закрылась выше предыдущей и индикатор is_correction показывает «основной тренд» (не коррекция).
Пример: Была красная свеча → стала зелёная → появилась стрелка ▼ → покупаем.
Когда продаём:
Если цена закрылась ниже предыдущей и is_correction подтверждает тренд (опционально, можно отключить в настройках).
Когда закрываем сделку:
Автоматически при достижении:
+0.5% прибыли (можно изменить в настройках).
-0.5% убытка (можно изменить).
Или если появился противоположный сигнал (например, после покупки пришла стрелка продажи).
Настройки для чайников:
«Sell – On» (включено по умолчанию):
Если включено → стратегия будет продавать в шорт.
Если выключено → только покупки и закрытие позиций.
«Revers» (выключено по умолчанию):
Если включить → стратегия будет работать наоборот (стрелки ▼ = продажа, ▲ = покупка).
«%Profit» и «%Loss»:
Меняйте эти цифры (от 0 до 30), чтобы увеличить/уменьшить прибыль и риски.
Пример работы:
Сигнал на покупку:
Цена 3 дня растет → появляется зелёная стрелка ▼ → стратегия покупает.
Стоп-лосс ставится на 0.5% ниже цены входа.
Если цена продолжает расти → сделка закрывается при +0.5% прибыли.
Коррекция:
После роста цена падает на 1 день → фон становится серым → стратегия игнорирует это падение (не закрывает сделку).
Стоп-лосс:
Если цена упала на 0.5% от точки входа → сделка закрывается автоматически.
Важные особенности:
Фильтр коррекций (is_correction):
Это «защита от шума» — стратегия не реагирует на мелкие откаты, работая только в сильных трендах.
Гибкие настройки:
Можно запретить шорты, перевернуть сигналы или изменить уровни прибыли/убытка за 2 клика.
Прозрачность:
Весь код открыт → вы можете увидеть, как формируется каждый сигнал (меню «Исходник» в TradingView).
Советы для новичков:
Начните с теста:
Запустите стратегию на исторических данных (кнопка «Свеча» в окне TradingView).
Посмотрите, как она работала в прошлом.
Настройте под себя:
Увеличьте %Profit до 2-3%, если торгуете валюты.
Отключите «Sell – On», если не понимаете шорты.
Доверяйте стоп-лоссу:
Даже если кажется, что цена развернётся — стратегия закроет сделку при -0.5%, защитив ваш депозит.
Где найти настройки:
Кликните на название стратегии в верхнем левом углу графика → откроется меню с ползунками и переключателями.
Важно: Стратегия предоставляет «рыбу» – чтобы она стала «уловистой», адаптируйте её под свой стиль торговли!
EXY & DXY Cross (Perfectly Balanced)If you deal with Usd and their pairs and need necssary confirmation You might need this
Exy and Dxy Index Crossings
SMA High & LowThis script is written in Pine Script v5 for TradingView and is used to plot two Simple Moving Averages (SMA) based on the highest and lowest prices over a specified number of bars.
BXY & DXY Cross (Perfectly Balanced)If you deal with Usd and their pairs and need necssary confirmation You might need this
Bxy and Dxy Index Crossings (GBP Index and Usd Index Crossing)
SMA High & LowThis Pine Script indicator plots two Simple Moving Averages (SMA) based on high and low prices over a specified length. It also references the H4 (4-hour) timeframe SMA to determine the color of the lines:
- Green if the current price is above the H4 SMA High.
- Red if the current price is below the H4 SMA Low.
- Orange if the price is between the H4 SMA High and Low.
This helps traders visualize market trends based on higher timeframe SMA levels.
EMA Alignment & Spread Monitor (Sang Youn)Overview
The EMA Alignment & Spread Monitor is a dynamic trading script designed to monitor EMA (Exponential Moving Average) alignments, track spread deviations, and provide real-time alerts when significant conditions are met. This script allows traders to customize their EMA periods, analyze market trends based on EMA positioning, and receive visual and audio alerts when key spread conditions occur.
🔹 Key Features
✅ Customizable EMA Periods – Users can input their own EMA lengths to adapt the script to various market conditions. (Default: 5, 10, 20, 60, 120)
✅ EMA Alignment Detection – Identifies bullish alignment (all EMAs in ascending order) and bearish alignment (all EMAs in descending order).
✅ Spread Calculation & Monitoring – Computes the spread difference between each EMA and tracks the average spread over a user-defined period.
✅ Deviation Alerts – Notifies traders when:
Bullish Trend: The spread exceeds its average, indicating a potential strong uptrend.
Bearish Trend: The spread falls below its average, signaling a possible downtrend.
✅ Chart Annotations – Displays 📈 (green triangle) when bullish spread exceeds average and 📉 (red triangle) when bearish spread drops below average for easy visualization.
✅ Real-time Alerts – Sends alerts when spread conditions are met, helping traders react to market shifts efficiently.
✅ Spread Histogram – Visual representation of bullish and bearish spread levels for trend analysis.
🔹 How It Works
1️⃣ Set your EMA periods in the script settings (default: 5, 10, 20, 60, 120).
2️⃣ Define the spread average calculation length (default: 50 candles).
3️⃣ The script tracks EMA alignment to determine bullish or bearish trends.
4️⃣ If the spread deviates significantly from its average, the script:
Places a 📈 green triangle above candles in a bullish trend when spread > average.
Places a 📉 red triangle below candles in a bearish trend when spread < average.
Triggers an alert for timely decision-making.
5️⃣ Use the histogram & real-time alerts to stay ahead of market movements.
Trend SCANThe visually important moving averages EMA5, EMA20, EMA144 and EMA169 are seen on the indicator.
However, the main purpose of the indicator is to combine the changes in the rsi, ema, volume, momentum and cci data on the stock and to display them in a label on the chart with a formula aimed at determining the stocks that are in an uptrend.
The group that the stock group is desired to be scanned from the indicator settings is selected and the scanning process is instantly visible on the label in the chart period or in the time interval selected outside the chart period.
The stock groups are grouped as BIST50, BIST100, Yildiz Pazar and Main Pazar. But these can be selected as desired.
Non-Repainting Renko Emulation Strategy [PineIndicators]Introduction: The Repainting Problem in Renko Strategies
Renko charts are widely used in technical analysis for their ability to filter out market noise and emphasize price trends. Unlike traditional candlestick charts, which are based on fixed time intervals, Renko charts construct bricks only when price moves by a predefined amount. This makes them useful for trend identification while reducing small fluctuations.
However, Renko-based trading strategies often fail in live trading due to a fundamental issue: repainting .
Why Do Renko Strategies Repaint?
Most trading platforms, including TradingView, generate Renko charts retrospectively based on historical price data. This leads to the following issues:
Renko bricks can change or disappear when new data arrives.
Backtesting results do not reflect real market conditions. Strategies may appear highly profitable in backtests because historical data is recalculated with hindsight.
Live trading produces different results than backtesting. Traders cannot know in advance whether a new Renko brick will form until price moves far enough.
Objective of the Renko Emulator
This script simulates Renko behavior on a standard time-based chart without repainting. Instead of using TradingView’s built-in Renko charting, which recalculates past bricks, this approach ensures that once a Renko brick is formed, it remains unchanged .
Key benefits:
No past bricks are recalculated or removed.
Trading strategies can execute reliably without false signals.
Renko-based logic can be applied on a time-based chart.
How the Renko Emulator Works
1. Parameter Configuration & Initialization
The script defines key user inputs and variables:
brickSize : Defines the Renko brick size in price points, adjustable by the user.
renkoPrice : Stores the closing price of the last completed Renko brick.
prevRenkoPrice : Stores the price level of the previous Renko brick.
brickDir : Tracks the direction of Renko bricks (1 = up, -1 = down).
newBrick : A boolean flag that indicates whether a new Renko brick has been formed.
brickStart : Stores the bar index at which the current Renko brick started.
2. Identifying Renko Brick Formation Without Repainting
To ensure that the strategy does not repaint, Renko calculations are performed only on confirmed bars.
The script calculates the difference between the current price and the last Renko brick level.
If the absolute price difference meets or exceeds the brick size, a new Renko brick is formed.
The new Renko price level is updated based on the number of bricks that would fit within the price movement.
The direction (brickDir) is updated , and a flag ( newBrick ) is set to indicate that a new brick has been formed.
3. Visualizing Renko Bricks on a Time-Based Chart
Since TradingView does not support live Renko charts without repainting, the script uses graphical elements to draw Renko-style bricks on a standard chart.
Each time a new Renko brick forms, a colored rectangle (box) is drawn:
Green boxes → Represent bullish Renko bricks.
Red boxes → Represent bearish Renko bricks.
This allows traders to see Renko-like formations on a time-based chart, while ensuring that past bricks do not change.
Trading Strategy Implementation
Since the Renko emulator provides a stable price structure, it is possible to apply a consistent trading strategy that would otherwise fail on a traditional Renko chart.
1. Entry Conditions
A long trade is entered when:
The previous Renko brick was bearish .
The new Renko brick confirms an upward trend .
There is no existing long position .
A short trade is entered when:
The previous Renko brick was bullish .
The new Renko brick confirms a downward trend .
There is no existing short position .
2. Exit Conditions
Trades are closed when a trend reversal is detected:
Long trades are closed when a new bearish brick forms.
Short trades are closed when a new bullish brick forms.
Key Characteristics of This Approach
1. No Historical Recalculation
Once a Renko brick forms, it remains fixed and does not change.
Past price action does not shift based on future data.
2. Trading Strategies Operate Consistently
Since the Renko structure is stable, strategies can execute without unexpected changes in signals.
Live trading results align more closely with backtesting performance.
3. Allows Renko Analysis Without Switching Chart Types
Traders can apply Renko logic without leaving a standard time-based chart.
This enables integration with indicators that normally cannot be used on traditional Renko charts.
Considerations When Using This Strategy
Trade execution may be delayed compared to standard Renko charts. Since new bricks are only confirmed on closed bars, entries may occur slightly later.
Brick size selection is important. A smaller brickSize results in more frequent trades, while a larger brickSize reduces signals.
Conclusion
This Renko Emulation Strategy provides a method for using Renko-based trading strategies on a time-based chart without repainting. By ensuring that bricks do not change once formed, it allows traders to use stable Renko logic while avoiding the issues associated with traditional Renko charts.
This approach enables accurate backtesting and reliable live execution, making it suitable for trend-following and swing trading strategies that rely on Renko price action.
TrendPredator FOTrendPredator Fakeout Highlighter (FO)
The TrendPredator Fakeout Highlighter is designed to enhance multi-timeframe trend analysis by identifying key market behaviors that indicate trend strength, weakness, and potential reversals. Inspired by Stacey Burke’s trading approach, this tool focuses on trend-following, momentum shifts, and trader traps, helping traders capitalize on high-probability setups.
At its core, this indicator highlights peak formations—anchor points where price often locks in trapped traders before making decisive moves. These principles align with George Douglas Taylor’s 3-day cycle and Steve Mauro’s BTMM method, making the FO Highlighter a powerful tool for reading market structure. As markets are fractal, this analysis works on any timeframe.
How It Works
The TrendPredator FO highlights key price action signals by coloring candles based on their bias state on the current timeframe.
It tracks four major elements:
Breakout/Breakdown Bars – Did the candle close in a breakout or breakdown relative to the last candle?
Fakeout Bars (Trend Close) – Did the candle break a prior high/low and close back inside, but still in line with the trend?
Fakeout Bars (Counter-Trend Close) – Did the candle break a prior high/low, close back inside, and against the trend?
Switch Bars – Did the candle lose/ reclaim the breakout/down level of the last bar that closed in breakout/down, signalling a possible trend shift?
Reading the Trend with TrendPredator FO
The annotations in this example are added manually for illustration.
- Breakouts → Strong Trend
Multiple candles closing in breakout signal a healthy and strong trend.
- Fakeouts (Trend Close) → First Signs of Weakness
Candles that break out but close back inside suggest a potential slowdown—especially near key levels.
- Fakeouts (Counter-Trend Close) → Stronger Reversal Signal
Closing against the trend strengthens the reversal signal.
- Switch Bars → Momentum Shift
A shift in trend is confirmed when price crosses back through the last closed breakout candles breakout level, trapping traders and fuelling a move in the opposite direction.
- Breakdowns → Trend Reversal Confirmed
Once price breaks away from the peak formation, closing in breakdown, the trend shift is validated.
Customization & Settings
- Toggle individual candle types on/off
- Customize colors for each signal
- Set the number of historical candles displayed
Example Use Cases
1. Weekly Template Analysis
The weekly template is a core concept in Stacey Burke’s trading style. FO highlights individual candle states. With this the state of the trend and the developing weekly template can be evaluated precisely. The analysis is done on the daily timeframe and we are looking especially for overextended situations within a week, after multiple breakouts and for peak formations signalling potential reversals. This is helpful for thesis generation before a session and also for backtesting. The annotations in this example are added manually for illustration.
📈 Example: Weekly Template Analysis snapshot on daily timeframe
2. High Timeframe 5-Star Setup Analysis (Stacey Burke "ain't coming back" ACB Template)
This analysis identifies high-probability trade opportunities when daily breakout or down closes occur near key monthly levels mid-week, signalling overextensions and potentially large parabolic moves. Key signals for this are breakout or down closes occurring on a Wednesday. This is helpful for thesis generation before a session and also for backtesting. The annotations in this example are added manually for illustration. Also an indicator can bee seen on this chart shading every Wednesday to identify the signal.
📉 Example: High Timeframe Setup snapshot
3. Low Timeframe Entry Confirmation
FO helps confirm entry signals after a setup is identified, allowing traders to time their entries and exits more precisely. For this the highlighted Switch and/ or Fakeout bars can be highly valuable.
📊 Example (M15 Entry & Exit): Entry and Exit Confirmation snapshot
📊 Example (M5 Scale-In Strategy): Scaling Entries snapshot
The annotations in this examples are added manually for illustration.
Disclaimer
This indicator is for educational purposes only and does not guarantee profits.
None of the information provided shall be considered financial advice.
Users are fully responsible for their trading decisions and outcomes.
RSI Divergence Indicator - EnhancedOverview: A Pine Script v6 indicator that detects Regular Bullish ("Bull") and Regular Bearish ("Bear") RSI divergences to predict price reversals with enhanced accuracy. Excludes Hidden Bullish and Hidden Bearish signals from plotting but includes them in alerts
EMA & VWAP Indicatorja indicator to use to see movement
This script:
Plots the 9 EMA, 21 EMA, 50 EMA, and 200 EMA with different colors.
Adds the VWAP as a purple step-line.
Uses overlay=true so it appears directly on your price chart.
Let me know if you want any modifications! 🚀
ATR with Dual EMAI want to determine whether the market is currently in a sideway (range-bound) or trending condition. To achieve this, I use the ATR (Average True Range) as an indicator. However, ATR alone does not clearly define the market condition.
To improve accuracy, I calculate two EMAs (Exponential Moving Averages) of ATR as a reference:
A fast EMA (shorter period)
A slow EMA (longer period)
If the fast EMA is above the slow EMA → The market is in a trend.
If the fast EMA is below the slow EMA → The market is in a sideway (range-bound) phase.
This is my definition of market conditions.
EMA of ATRI want to identify whether the market is currently in a sideway or trending condition. To achieve this, I use the ATR (Average True Range) as an indicator. However, ATR alone does not clearly define the market condition.
To improve accuracy, I calculate an EMA (Exponential Moving Average) of ATR as a reference.
If ATR is above the EMA → The market is in a trend.
If ATR is below the EMA → The market is in a sideway phase.
This is my definition of market conditions.
Long Trend Linelong trend lines How to Use:
Open TradingView and go to the chart you want to add the trendline to.
In the top menu, click on Pine Editor.
Copy and paste the script into the editor.
Click Add to Chart.
This will display a long trend line between your specified points.
Feel free to modify this script for your needs, and let me know if you'd like more advanced features!
Gaussian Swing 1H strategyEnglish Description:
The "Gaussian Swing 1H strategy" is a trend-following trading strategy designed for swing trading on mid-term timeframes, specifically recommended for 30-minute to 1-hour charts. This strategy utilizes a Gaussian Filter to smooth price data and effectively identify trend directions. It helps traders to enter long positions during uptrends and short positions during downtrends, while efficiently filtering out market noise.
Core Features:
Gaussian Filter Smoothing:
– The strategy uses a Gaussian Filter to smooth price movements and eliminate minor fluctuations.
– It effectively detects trend changes by analyzing four consecutive rising or falling values.
Default Parameters:
– Length = 100: Determines the smoothing period.
– Sigma = 30: Controls the level of smoothing applied.
Trend Detection and Trading Logic:
– Long Entry: When the Gaussian Filter rises for four consecutive periods.
– Short Entry: When the Gaussian Filter falls for four consecutive periods.
– Position Reversal: Automatically closes the opposite position when a trend change is detected.
Risk Management:
The strategy includes customizable Stop-Loss and Take-Profit levels.
– Stop-Loss: Protects capital by setting a maximum loss limit as a percentage of the entry price.
– Default = 5%
– Take-Profit: Locks in profits by setting a target gain as a percentage of the entry price.
– Default = 15%
If both Stop-Loss and Take-Profit are disabled, the strategy closes positions upon trend reversal.
Swing Trading Recommendation:
This strategy is ideal for swing trading and is recommended for mid-term timeframes:
– 30-minute (30M) to 1-hour (1H) charts.
It is designed to capture larger market movements, making it suitable for traders looking to hold positions for several hours to a few days.
How to Use:
– Apply the strategy on 30M or 1H charts for best results in swing trading.
– Adjust the Length and Sigma parameters to optimize trend detection for your preferred instrument.
– Set Stop-Loss and Take-Profit levels according to your risk tolerance and trading goals.
– Enable "Candles Color" to visually distinguish trend directions on the chart.
Advantages:
– Noise Reduction: The Gaussian Filter smooths out minor fluctuations and focuses on the primary trend.
– Dynamic Trend Following: Automatically enters and exits positions based on trend changes.
– Versatile Risk Management: Customizable Stop-Loss and Take-Profit settings.
Conclusion:
The "Gaussian Swing 1H strategy" is a powerful and reliable trend-following tool suitable for swing traders aiming to capture medium-term market moves. By leveraging the Gaussian Filter, it provides clear entry and exit signals, enhancing decision-making and risk management. Its flexibility in parameter settings allows traders to adapt the strategy to various financial instruments and market conditions.
Описание на русском языке:
"Gaussian Swing 1H strategy" — это трендовая торговая стратегия, разработанная для среднесрочной торговли (swing-трейдинга) на таймфреймах от 30 минут до 1 часа. Стратегия использует Гауссов фильтр для сглаживания ценовых данных и эффективного определения направлений тренда. Она помогает трейдерам входить в лонг при восходящем тренде и в шорт при нисходящем тренде, одновременно фильтруя рыночный шум.
Основные характеристики:
Сглаживание с использованием Гауссова фильтра:
– Стратегия применяет Гауссов фильтр для сглаживания колебаний цены и устранения незначительных колебаний.
– Эффективно определяет изменения тренда, анализируя четыре последовательных значения роста или падения.
Настройки по умолчанию:
– Length = 100: Определяет период сглаживания.
– Sigma = 30: Регулирует степень сглаживания.
Обнаружение тренда и логика торговли:
– Вход в лонг: При четырех последовательных повышениях значения Гауссова фильтра.
– Вход в шорт: При четырех последовательных понижениях значения Гауссова фильтра.
– Переворот позиции: Автоматически закрывает противоположную позицию при обнаружении изменения тренда.
Управление рисками:
В стратегии предусмотрены Stop-Loss и Take-Profit с возможностью настройки.
– Stop-Loss: Ограничивает убыток в процентах от цены входа.
– По умолчанию = 5%
– Take-Profit: Фиксирует прибыль в процентах от цены входа.
– По умолчанию = 15%
Если Stop-Loss и Take-Profit отключены, стратегия закрывает позиции при смене тренда.
Рекомендации по применению для swing-трейдинга:
Стратегия идеально подходит для среднесрочной торговли (swing-трейдинга) и рекомендуется для следующих таймфреймов:
– 30 минут (30M) и 1 час (1H).
Разработана для захвата более крупных рыночных движений, что делает её подходящей для удержания позиций от нескольких часов до нескольких дней.
Как использовать:
– Применяйте стратегию на таймфреймах 30M или 1H для достижения наилучших результатов в swing-трейдинге.
– Настройте параметры Length и Sigma в зависимости от вашего торгового инструмента.
– Установите Stop-Loss и Take-Profit в соответствии с вашими целями и уровнем риска.
– Включите "Candles Color" для визуального отображения направлений тренда на графике.
Преимущества:
– Фильтрация шума: Гауссов фильтр устраняет незначительные колебания, выделяя основной тренд.
– Динамическое следование за трендом: Автоматически входит и выходит из позиций при смене тренда.
– Гибкое управление рисками: Возможность настройки уровней Stop-Loss и Take-Profit.
Заключение:
"Gaussian Swing 1H strategy" — это мощный и надежный инструмент для swing-трейдинга, который помогает захватывать среднесрочные рыночные движения. Благодаря использованию Гауссова фильтра, стратегия генерирует четкие сигналы на вход и выход, повышая эффективность принятия торговых решений и управления рисками. Гибкость в настройках параметров позволяет адаптировать стратегию к различным финансовым инструментам и рыночным условиям.
Crypto 40 PulseCrypto 40 Pulse – Indicator Overview
The Crypto 40 Pulse is a market-tracking indicator designed to measure how many of up to 40 selected assets (initially the top 40 cryptocurrencies by market cap at the time of creation) are currently trading above a chosen Moving Average (MA). By default, it monitors popular crypto pairs, but you can customize it to track stocks, forex pairs, or any other assets you prefer.
How It Works
Symbol Selection & Customization
The indicator provides 40 slots, each representing a different asset.
You can enable or disable each symbol using checkboxes—disabled symbols are excluded from the calculation.
Moving Average Options
You can choose between SMA, EMA, WMA, or SMMA in the settings.
By default, the indicator uses a 200-period EMA, a widely used metric for identifying long-term trends.
Oscillator Logic
The script checks whether the closing price of each active symbol is above the selected Moving Average.
Every asset that meets this condition contributes +1 to the total count (countAbove).
This count is then displayed as an oscillator, ranging from 0 to the number of enabled assets.
Dynamic Overbought & Oversold Levels
The overbought threshold is set at 80% of enabled symbols, while the oversold threshold is at 20%.
A midline (50%) helps visualize the balance between bullish and bearish sentiment.
These levels adjust automatically based on the number of symbols enabled.
Who Can Use It?
While the indicator is preloaded with top 40 crypto assets, you can replace these with stocks, indices, forex pairs, or any other market symbols.
The time frame aligns with your chart—on a daily chart, for example, it evaluates each asset’s daily closing price against the selected MA.
Additional Notes
Free & Open-Source: You can use, study, and modify this script for non-commercial purposes.
Attribution: If you modify and share an updated version, please credit the original creator @PROTON_24
TradingView Limitations: Due to script constraints, only 40 symbols can be tracked at a time using request.security().
Final Thoughts
The Crypto 40 Pulse is a powerful tool for monitoring multi-asset market momentum. Customize it to fit your strategy and gain deeper insights into broader market trends!
Fair Value Gap Detector**ICT Fair Value Gap Detector** draws color-coded boxes on your chart to highlight potential Fair Value Gaps (FVG) using the ICT method. It checks three consecutive candles—Candle #2, Candle #1, and Candle #0—and identifies gaps between Candle #2’s high/low and the lows/highs of the next two candles. The boxes extend from Candle #2 forward, ensuring the gap “touches” the first candle. Customize the right offset and transparency to suit your trading style.
Ragi's Divergence HelperThis is Ragi's Divergence Helper is a TradingView indicator designed to track bullish and bearish divergences across multiple timeframes. It provides a clear, structured dashboard that remains fixed in a chosen corner of the chart for easy visibility.
Recommendations:
Put dashboard on lower left corner is less obstructive.
Use along with any RSI indicator for confirmations of bullish and bearish divergences.
Key Features:
✅ Timeframe Coverage: Monitors 5m, 10m, 15m, 30m, 1H, 2H, 4H, and Daily timeframes.
✅ Divergence Detection: Identifies whether a bullish (green) or bearish (red) divergence is present on each timeframe, displaying "None" if no divergence is detected.
✅ Divergence Lineup: Summarizes the overall market direction by checking if multiple timeframes align bullish or bearish.
✅ Customizable Settings: Users can adjust colors, panel position (Top Right, Bottom Right, Bottom Left, Top Left), and background color for better chart integration.
✅ Fixed & Readable Panel: Ensures the information is always visible without interfering with price action analysis.
How to Use It:
If multiple timeframes show bullish divergences, it may indicate a potential trend reversal or continuation to the upside.
If multiple timeframes show bearish divergences, it may signal a possible price drop or reversal downward.
When no divergences are present, it suggests no immediate divergence-based trading opportunity.
This indicator is ideal for traders looking for quick divergence insights across different timeframes without needing to analyze multiple indicators manually. 🚀
Coinbase Premium ($)The script prints the difference between Coinbase spot and Binance spot price in dollars