Twin Range Filter VisualizedVisulaized version of @colinmck's Twin Range Filter version on TradingView.
On @colinmck's Twin Range Filter version, you can only see Long and Short signals on the chart.
But in this version of TRF, users can visually see the BUY and SELL signals on the chart with an added line of TRF.
TRF is an average of two smoothed Exponential Moving Averages, fast one has 27 bars of length and the slow one has 55 bars.
The purpose is to obtain two ranges that price fluctuates between (upper and lower range) and have LONG AND SHORT SIGNALS when close price crosses above the upper range and conversely crosses below lower range.
I personally combine the upper and lower ranges on one line to see the long and short signals with my own eyes so,
-BUY when price is higher or equal to the upper range level and the indicator line turns to draw the lower range to follow the price just under the bars as a trailing stop loss indicator like SuperTrend.
-SELL when price is lower or equal to the lower range levelline under the bars and then the indicator line turns to draw the upper range to follow the price just over the bars in that same trailing stop loss logic.
There are also two coefficients that adjusts the trailing line distance levels from the price multiplying the effect of the faster and slower moving averages.
The default values of the multipliers:
Fast range multiplier of Fast Moving Average(27): 1.6
Slow range multiplier of fSlow Moving Average(55): 2
Remember that if you enlarge these multipliers you will enlarge the ranges and have less but lagging signals. Conversely, decreasing the multipliers will have small ranges (line will get closer to the price and more signals will occur)
Recherche dans les scripts pour "supertrend"
Moving Average SARHello Traders,
Today, I have brought to you an indicator that utilizes the Parabolic SAR.
To begin with, the Parabolic SAR is an indicator that trails the price in the form of a parabola, seeking out Stop And Reverse points.
The indicator I present merges the calculation formula of the Parabolic SAR with the Moving Average.
One aspect I pondered over was how to determine the starting point of this SAR. Trailing the price flow with the logic set by the moving average was fine, but the question was where to begin.
My approach involves a variable I call 'sensitiveness,' which automatically adjusts the length according to the timeframe you are observing. Using pinescript's math.ceil, I formulated:
interval_to_len = timeframe.multiplier * (timeframe.isdaily ? 1440 : timeframe.isweekly ? 1440 * 7 : timeframe.ismonthly ? 1440 * 30 : 1)
main_len = math.ceil(sensitiveness / interval_to_len)
This formula represents the length, and through variables like:
_highest = math.min(ta.highest(high, main_len), close + ta.atr(46)*4)
_lowest = math.max(ta.lowest(low, main_len), close - ta.atr(46)*4)
I have managed to set the risk at a level that does not impose too great a burden.
Moreover, the 'Trend Strength Parameter' allows you to choose how strongly to trail the current price.
Lastly, think of the Band Width as a margin for accepting changes in the trend. As the value increases, the Band Width expands, measured through the ATR.
This indicator is particularly useful for holding positions and implementing trailing stops. It will be especially beneficial for those interested in price tracking of trends, like with Parabolic SAR or Supertrend.
I hope you find this tool useful.
AI-Bank-Nifty Tech AnalysisThis code is a TradingView indicator that analyzes the Bank Nifty index of the Indian stock market. It uses various inputs to customize the indicator's appearance and analysis, such as enabling analysis based on the chart's timeframe, detecting bullish and bearish engulfing candles, and setting the table position and style.
The code imports an external script called BankNifty_CSM, which likely contains functions that calculate technical indicators such as the RSI, MACD, VWAP, and more. The code then defines several table cell colors and other styling parameters.
Next, the code defines a table to display the technical analysis of eight bank stocks in the Bank Nifty index. It then defines a function called get_BankComponent_Details that takes a stock symbol as input, requests the stock's OHLCV data, and calculates several technical indicators using the imported CSM_BankNifty functions.
The code also defines two functions called get_EngulfingBullish_Detection and get_EngulfingBearish_Detection to detect bullish and bearish engulfing candles.
Finally, the code calculates the technical analysis for each bank stock using the get_BankComponent_Details function and displays the results in the table. If the engulfing input is enabled, the code also checks for bullish and bearish engulfing candles and displays buy/sell signals accordingly.
The FRAMA stands for "Fractal Adaptive Moving Average," which is a type of moving average that adjusts its smoothing factor based on the fractal dimension of the price data. The fractal dimension reflects self-similarity at different scales. The FRAMA uses this property to adapt to the scale of price movements, capturing short-term and long-term trends while minimizing lag. The FRAMA was developed by John F. Ehlers and is commonly used by traders and analysts in technical analysis to identify trends and generate buy and sell signals. I tried to create this indicator in Pine.
In this context, "RS" stands for "Relative Strength," which is a technical indicator that compares the performance of a particular stock or market sector against a benchmark index.
The "Alligator" is a technical analysis tool that consists of three smoothed moving averages. Introduced by Bill Williams in his book "Trading Chaos," the three lines are called the Jaw, Teeth, and Lips of the Alligator. The Alligator indicator helps traders identify the trend direction and its strength, as well as potential entry and exit points. When the three lines are intertwined or close to each other, it indicates a range-bound market, while a divergence between them indicates a trending market. The position of the price in relation to the Alligator lines can also provide signals, such as a buy signal when the price crosses above the Alligator lines and a sell signal when the price crosses below them.
In addition to these, we have several other commonly used technical indicators, such as MACD, RSI, MFI (Money Flow Index), VWAP, EMA, and Supertrend. I used all the built-in functions for these indicators from TradingView. Thanks to the developer of this TradingView Indicator.
I also created a BankNifty Components Table and checked it on the dashboard.
Open Interest Delta with MAs[Binance Perpetuals]!!!!! This indicator only shows Binance Perpetuals Open Interest Delta !!!!!
!!!!! When Binance Spot pair charts is selected, It still shows the perpetual contract Open Interest, if the pair on the chart is tradeble on perpetual contracts. I assume you know what Open Interest is. !!!!!
ZLEMA , Tillson, VAR MAs codes are coming from @KivancOzbilgic => SuperTrended Moving Averages
KAMA code is coming from @HPOTTER => Kaufman Moving Average Adaptive ( KAMA )
Open Interest with Bollinger Bands and some moving averages!!! This indicator only shows Binance Perpetuals Open Interest !!!
!!!!! When Binance Spot pair charts is selected, It still shows the perpetual contract Open Interest, if the pair on the chart is tradeble on perpetual contracts. I assume you know what Open Interest is. !!!!!
ZLEMA, Tillson, VAR MAs codes are coming from @KivancOzbilgic => SuperTrended Moving Averages
Indicators OverviewThis Indicator help you to see whether the price is above or below vwap, supertrend. Also you can see realtime RSI value.
You can add upto 15 stock of your choice.
HiLo IndicatorNYSE:SPCE
This is an old and simple concept of mine that I am revisiting. It looks similar to the Vortex Indicator but the formulation is different. I was sick and tired of buying late at the top of the peaks, so I wanted to relate the current price to historic highs and lows (you can change how far you want to go back Time Length = tl). The functions are incredible simple:
lo = close -lowest(close,tl)
hi = highest(close,tl) -close
This generates a weaving pattern that shows bullish (lo>hi) and bearish (lo
Niki Super1.2This is a completely super trend indicator. Changed only the ATR period and the multifactor default values. This setup shows more profit on the 5 minute chart, making it ideal for scalping and day trading. This indicator is suitable for any type of stock. The 'Buy' symbol represents the long entry and the 'Sell' symbol represents the short entry. Modified the bar color based on the SuperTrend. Signals or highlighted colors can be omitted from the Signal Settings window
Contact us using the links below to get access to this indicator
Bot Study v7 OverlayShowing the direction of price, based on candlestick patterns. Working similarly as PSAR or Supertrend.
Mixed TrendsTwo green dots in a row means it's good time to start long position.
Likewise, two red dots in a row means to start short.
Better performance used together with SuperTrend.
50EMA + 52RSI Day TradeBased on the great day trading video by @TrueCrypto28 ( www.youtube.com ), this indicator is perfect for trading on Binance. Have tweaked it so it is based on the 50EMA instead of SuperTrend.
Default settings
Long signal will be given when RSI is above 52 on the hourly chart to confirm a higher timeframe bullish bias as well as price closing above the 50EMA on the 5 minute chart. High + Low + Close / 3 has been used to smooth signals.
Trade will be closed when price either closes below the 50EMA on the 5 minute or RSI drops above 52 on the hourly.
Colour coded candles included for ease of trading. Green = all signals met to buy. Red = sell.
Can change inputs to suite your style.
Kyle交易系统核心信号EA | Kyle Core Signal EA System📘 概述 | Overview
中文:
Kyle交易系统核心信号EA是一款为现代交易者打造的多功能趋势识别与自动风控系统。
它集成了 Heikin Ashi 趋势检测 + ATR 波动通道 + EMA 趋势过滤,能在价格反转早期精准捕捉多空信号,并自动绘制止损与三重止盈结构。
English:
Kyle Core Signal EA System is an all-in-one trading assistant designed for modern traders who need trend precision, risk automation, and multi-target exits.
It combines Heikin Ashi, ATR Volatility Channels, and EMA Direction Filters to deliver clean Buy/Sell signals with instant Stop Loss and 3 Take-Profit levels.
⚙️ 核心逻辑 | Core Logic
中文:
1️⃣ 趋势引擎: 通过 Heikin Ashi + ATR 计算动态通道,捕捉真实趋势反转。
2️⃣ EMA过滤: 避免虚假信号,仅在趋势方向一致时触发。
3️⃣ 风控系统: 每次信号生成后自动计算:
入场价(Entry)
止损价(Stop Loss)
三个止盈目标(TP1 / TP2 / TP3)
4️⃣ EA警报模块: 自动生成标准格式警报,可直接对接 EA / MT4 / MT5 / API 执行。
English:
1️⃣ Trend Engine: Heikin Ashi + ATR-based channel captures true reversals.
2️⃣ EMA Filter: Filters out false signals and confirms directional consistency.
3️⃣ Risk Management: Automatically calculates Entry, Stop Loss, and three layered profit targets (TP1 / TP2 / TP3).
4️⃣ EA Alert Module: Pre-formatted alerts ready for EA / MT4 / MT5 / API execution.
📊 主要功能 | Key Features
中文:
✅ 自动趋势识别(Heikin Ashi + ATR)
✅ EMA方向过滤,去除假突破
✅ 自动绘制进场、止损、止盈价位
✅ 三重止盈结构(TP1 / TP2 / TP3)
✅ 自定义ATR倍数(止损与目标)
✅ 支持警报联动EA执行
✅ 全图可视化交易结构
English:
✅ Auto Trend Recognition (Heikin Ashi + ATR)
✅ EMA Direction Filter (Noise Reduction)
✅ Entry/Stop/Target visualization
✅ Triple Take-Profit structure (TP1 / TP2 / TP3)
✅ Customizable ATR Multipliers
✅ EA-compatible alert format
✅ Full chart visualization and real-time updates
🔔 警报输出格式 | Alert Format
中文:
多头信号(LONG):
LONG|symbol=XAUUSD|zhisun=1980.5|jinchang=1985.0|price1=1987.5|price2=1990.0|price3=1993.5
空头信号(SHORT):
SHORT|symbol=XAUUSD|zhisun=1990.5|jinchang=1985.0|price1=1982.5|price2=1979.5|price3=1976.0
English:
Long Signal:
LONG|symbol=XAUUSD|zhisun=1980.5|jinchang=1985.0|price1=1987.5|price2=1990.0|price3=1993.5
Short Signal:
SHORT|symbol=XAUUSD|zhisun=1990.5|jinchang=1985.0|price1=1982.5|price2=1979.5|price3=1976.0
These messages can be directly parsed by any EA, bot, or API-based trade executor.
💡 使用建议 | Recommended Usage
中文:
🔥 推荐品种:黄金 (XAUUSD)、原油 (USOIL)、外汇 (EURUSD/GBPUSD)、加密货币 (BTC/ETH)
⏱ 推荐周期:2分钟 / 5分钟/15分钟 / 1小时
🎯 止损策略:建议 1.5 × ATR
📊 止盈策略:分批止盈(TP1 → TP3)
💡 可搭配 Supertrend、RSI、成交量指标作为辅助过滤。
English:
🔥 Best for: Gold (XAUUSD), Oil (USOIL), Forex (EURUSD/GBPUSD), Crypto (BTC/ETH)
⏱ Suggested Timeframes: 2m/5m / 15m / 1h
🎯 Stop Loss: ~1.5× ATR (default)
📊 Take Profit: Gradual scaling out (TP1 → TP3)
💡 Combine with Supertrend, RSI, or Volume for confirmation.
🧭 系统优势 | Advantages
优势 (中文) Advantages (English)
🎯 精准趋势识别 Accurate trend reversal detection
🔍 有效过滤虚假信号 EMA directional confirmation
🧮 自动风控绘制 Auto Stop/Target plotting
⚡ EA联动警报 EA-ready Alert Message Format
💎 多市场兼容 Works with Gold, Forex, Crypto
🖥️ 清晰可视化结构 Clean & structured chart layout
👤 作者介绍 | About the Author
中文:
作者 Kyle(TG: Kylexauusd)是一名专注于黄金与外汇系统交易的策略设计师。
本系统融合了量化逻辑与实盘验证,是多年趋势捕捉经验的成果。
English:
Developed by Kyle (TG: Kylexauusd) —
A professional system trader specialized in Gold & Forex strategies.
This system represents years of experience in automated and structured trading.
⚠️ 风险提示 | Disclaimer
中文:
本脚本仅供学习与策略研究,不构成任何投资建议。
实盘交易请务必做好风险控制与仓位管理。
English:
This script is for educational and research purposes only.
It does not constitute financial advice.
Trading involves risk — please manage your capital responsibly.
✨ Kyle交易系统核心信号EA | Kyle Core Signal EA System
Trade Smarter. Trade Structured.
一张图看趋势、看风控、看方向。 OANDA:XAUUSD TVC:DXY BINANCE:ETHUSDT.P BINANCE:BTCUSDT.P
Signal Tester EN [Abusuhil]Signal Tester - Complete Description
Overview
Signal Tester is a comprehensive trading tool designed to backtest and analyze external trading signals with advanced risk management capabilities. The indicator provides seven different calculation methods for stop-loss and take-profit levels, along with detailed performance statistics and real-time tracking of active trades.
Important Disclaimer: This indicator is a tool for analysis and education purposes only. Past performance does not guarantee future results. Trading involves substantial risk of loss and is not suitable for all investors. Always conduct your own research and consider seeking advice from a qualified financial advisor before making trading decisions.
Key Features
7 Calculation Methods for customizable risk management
External Signal Integration via any oscillator or indicator
Real-time Trade Tracking with visual entry/exit points
Comprehensive Statistics Table showing win rate, profit/loss, and active trades
Date Filtering for focused backtesting periods
Custom Alerts for new buy signals
Multi-Target System with up to 5 take-profit levels
How to Use
Step 1: Connect External Signal
The indicator requires an external signal source to generate buy signals.
Add your preferred indicator to the chart (RSI, MACD, Stochastic, custom indicator, etc.)
In Signal Tester settings, locate "External Indicator" input
Click the input and select your indicator's plot line
Buy signals are generated when the external source crosses above zero
Example: If using RSI, connect the RSI line. A buy signal triggers when RSI crosses above the zero reference (if plotted as oscillator).
Step 2: Choose Your Calculation Method
Select one of seven methods under "Calculation Method":
1. Percentage %
The simplest method using fixed percentage values.
Settings:
Stop Loss %: Distance from entry to stop-loss (default: 2%)
Target 1-5 %: Distance from entry to each take-profit level
Example: Entry at $100
Stop Loss (2%): $98
Target 1 (2%): $102
Target 2 (4%): $104
Best For: Beginners, markets with consistent volatility
2. ATR Multiplier
Uses Average True Range for dynamic levels based on market volatility.
Settings:
ATR Period: Calculation period (default: 14)
Stop Multiplier: ATR multiplier for stop-loss (default: 1.5)
Target Multipliers: ATR multipliers for each take-profit
Example: Entry at $100, ATR = $2
Stop Loss (1.5x ATR): $100 - $3 = $97
Target 1 (2x ATR): $100 + $4 = $104
Best For: Volatile markets, adapting to changing conditions
3. Risk:Reward Ratio
Calculates targets based on risk-to-reward ratios.
Settings:
Stop Loss %: Initial risk percentage
Target Ratios: R:R ratio for each target (1:1.5, 1:2, 1:3, etc.)
Example: Entry at $100, Stop at $98 (2% risk = $2)
Target 1 (1:1.5): $100 + ($2 × 1.5) = $103
Target 2 (1:2): $100 + ($2 × 2) = $104
Target 3 (1:3): $100 + ($2 × 3) = $106
Best For: Traders focused on risk management and position sizing
4. Swing High/Low
Places stop-loss at recent swing low with targets as multiples of the risk.
Settings:
Swing Lookback Candles: Number of bars to find swing low (default: 5)
Stop Safety Distance %: Buffer below swing low
Target Multipliers: Risk multiples for each target
Example: Entry at $105, Swing Low at $100
Stop Loss: $100 - 0.1% = $99.90 (risk = $5.10)
Target 1 (1.5x): $105 + ($5.10 × 1.5) = $112.65
Best For: Swing traders, respecting market structure
5. Partial Take Profit
Sells portions of the position at each target level, moving stop to entry after first target.
Settings:
Stop Loss %: Initial stop distance
Target 1-5 %: Price levels for partial exits
Sell % at TP1-4: Percentage of position to close at each level
Example: 100% position, 50% sell at each target
TP1 hit: Sell 50%, remaining 50%, stop moves to entry
TP2 hit: Sell 25% (50% of remaining), remaining 25%
TP3 hit: Sell 12.5%, remaining 12.5%
Best For: Conservative traders, locking in profits gradually
6. Trailing Stop
Similar to Partial Take Profit but trails the stop-loss to each achieved target.
Settings:
Stop Loss %: Initial stop distance
Target 1-5 %: Price levels for trailing stops
Sell % at TP1-4: Percentage to close at each level
Example:
TP1 ($102) hit: Sell 50%, stop trails to $102
TP2 ($104) hit: Sell 25%, stop trails to $104
Price retraces to $104: Exit with locked profits
Best For: Trend followers, maximizing profit in strong moves
7. Smart Exit
Advanced method that moves stop to entry after first target, then exits based on technical conditions.
Settings:
Stop Loss %: Initial stop distance
First Target %: When hit, stop moves to breakeven
Exit Method: Choose from 8 exit strategies
Exit Methods:
Close < EMA 21: Exits when price closes below 21-period EMA
Close < MA 20: Exits when price closes below 20-period Moving Average
Supertrend Flip: Exits when Supertrend indicator flips bearish
ATR Trailing Stop: Dynamic trailing stop based on ATR
MACD Crossover: Exits on MACD bearish crossover
RSI < 50: Exits when RSI drops below specified level
Parabolic SAR Flip: Exits when SAR flips above price
Bollinger Bands: Exits when price closes below middle or lower band
Best For: Advanced traders, letting winners run with protection
Date Filtering
Control which trades are included in backtesting.
Filter Types:
Specific Date: Only trades after selected date
Number of Weeks: Last X weeks (default: 12)
Number of Months: Last X months (default: 3)
How to Enable:
Check "Enable Date Filter"
Select filter type
Set the date or number of weeks/months
Use Case: Test strategy performance in recent market conditions or specific periods
Understanding the Statistics Table
The table displays the last 10 trades plus comprehensive statistics:
Trade Columns:
#: Trade number
Entry: Entry price
Stop: Current stop-loss level
TP1-TP5: Checkmarks (✅) when targets are hit
Profit %: Realized profit for the trade
Max %: Maximum unrealized profit reached (⬆️ indicates active trade)
Status:
🔄 Active trade
✅ Closed winner
❌ SL - Stopped out
Summary Row:
Total: Number of trades executed
Period: Duration of trading period (Years, Months, Days)
Statistics Row:
W: Number of winning trades
L: Number of losing trades
A: Number of active (open) trades
Win Rate %: (Wins / Total Trades) × 100
Performance Row:
Profit: Total profit from all winning trades
Loss: Total loss from all losing trades
Net: Net profit/loss (Profit - Loss)
Visual Elements
When a buy signal triggers, the indicator draws:
Blue Line: Entry price
Red Line: Stop-loss level
Green Lines: Take-profit levels (up to 5)
Green Label: Trade number below the entry bar
Green Triangle: Buy signal marker
Alerts
The indicator includes customizable alerts for new buy signals.
Setting Up Alerts:
Click the "⏰" icon in TradingView
Select "Signal Tester "
Choose condition: "Buy"
Configure notification preferences (popup, email, webhook)
Click "Create"
Alert Message Format:
🚀 New Buy Signal!
Price:
Trade #:
Best Practices
Backtest First: Test each calculation method on historical data before live trading
Match Timeframe: Use the indicator on the timeframe you plan to trade
Combine with Analysis: Use alongside support/resistance, trend analysis, and other tools
Risk Management: Never risk more than 1-2% of capital per trade
Review Statistics: Regularly check win rate and profit/loss metrics
Adjust Settings: Optimize parameters based on the asset's volatility and your risk tolerance
Limitations
Requires external signal source (does not generate signals independently)
Backtesting assumes perfect entry/exit execution (real trading includes slippage)
Past performance does not guarantee future results
Should be used as one component of a complete trading strategy
Version Information
Version: 1.0
Pine Script Version: v5
Type: Overlay Indicator
Author: Abusuhil
Support and Updates
This indicator is provided as-is for educational and analytical purposes. Users are responsible for their own trading decisions and should thoroughly test any strategy before implementing it with real capital.
Risk Warning: Trading financial instruments carries a high level of risk and may not be suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to trade, you should carefully consider your investment objectives, level of experience, and risk appetite. Only trade with money you can afford to lose.
Simple BuyandSell SignalsThis script is an original SuperTrend-based buy/sell signal indicator, designed to give clear, visually intuitive trading signals. It improves upon traditional Supertrend logic by adding trend highlighting, signal markers, and enhanced ATR handling.
🔹 Originality & Improvements
Combines a fixed ATR-based trend system with clear uptrend and downtrend highlighting.
Includes buy/sell labels and markers at trend reversal points for easy identification.
Highlights trends with semi-transparent fills for visual clarity.
Modified trend logic ensures consistent signals while avoiding repainting issues.
🔹 Fixed Parameters for Consistency
ATR period, multiplier, source, and trend highlighting parameters are all fixed.
Users cannot adjust these settings, ensuring consistent signals across all users.
🔹 Usage / Trade Guidance
Red line (Up Trend) → Consider entering long (buy) positions.
Green line (Down Trend) → Consider entering short (sell) positions.
Add-on / Scaling logic:
If price touches the red line but does not break below it, consider adding to long positions.
If price touches the green line but does not break above it, consider adding to short positions.
Suitable for multiple timeframes, swing trading, or as a filter for intraday setups.
🔹 Advantages
Reduces false signals with fixed ATR and trend logic.
Provides clear, visually intuitive trend signals.
Includes built-in alert conditions for trend changes and buy/sell events.
Kyle凯尔多周期供需趋势系统Pro2.0该指标是通过价格行为(Price Action) 和市场微观结构影响来制作的。目的是为了解决交易者常见的几个核心痛点:
1. 【痛点】趋势方向模糊不清
【解决思路】使*Heikin Ashi (HA) + SuperTrend 进行极致平滑。普通K线噪音太多,HA能过滤掉无序波动,让趋势“一眼可见”。认清大趋势是交易的第一要义。
2. 【痛点】不知道在哪里入场
【解决思路】引入供需区理论。传统的支撑阻力是“线”,而供需区是“区域”。在“区域”内操作,容错率更高,更符合机构订单块(Order Block)的实际运作方式。
3. 【痛点】信号频繁且不可靠
【解决思路】采用**多条件过滤**。不是趋势带一变就交易,还必须结合:
EMA过滤:确保价格在关键均线之上(下),代表动能的确认。
多周期共振:要求大周期(如1H/4H)和小周期(如15M)方向一致,提高胜率。
RSI/成交量确认:避免在动能衰竭时入场。
4. 【痛点】风险管理不系统
【解决思路】内置基于ATR的止损止盈系统。指标摒弃了固定的点数止损,采用与当前市场波动率(ATR)挂钩的动态风控,更为科学。 翻译个英文版
This indicator is designed based on Price Action and market microstructure influences. Its goal is to address several core pain points that traders commonly face:
Pain Point: Unclear Trend Direction
Solution: Combine Heikin Ashi (HA) and SuperTrend for ultra-smooth signals. Regular candlesticks have too much noise; HA filters out random fluctuations, making the trend “visible at a glance.” Recognizing the larger trend is the first priority in trading.
Pain Point: Uncertainty About Entry Points
Solution: Introduce the supply-demand zone concept. Traditional support and resistance are “lines,” while supply-demand zones are “areas.” Operating within zones allows for greater tolerance and better matches how institutional order blocks actually work.
Pain Point: Frequent and Unreliable Signals
Solution: Use multi-condition filtering. Don’t trade just because the trend indicator flips—also require:
EMA filter: Ensure price is above/below key moving averages, confirming momentum.
Multi-timeframe confluence: Align higher timeframes (e.g. 1H/4H) with lower ones (e.g. 15M) to improve win rates.
RSI/Volume confirmation: Avoid entering when momentum is fading.
Pain Point: Inconsistent Risk Management
Solution: Built-in ATR-based stop-loss and take-profit system. Instead of fixed pip stops, this indicator uses dynamic risk controls linked to current market volatility (ATR), resulting in more scientific risk management.
BUZZARA ALGO V22BUZZARA ALGO V22 📊
BUZZARA ALGO V22 is a complete trading system built on SuperTrend with Moving Average confirmation. The indicator automatically plots Entry, Stop Loss, and three Take Profit levels (TP1, TP2, TP3). All signals are saved historically, with TP/SL background zones that remain visible until the signal is closed or replaced.
Key Features:
📍 Signals: BUY/SELL entries based on SuperTrend and SMA crossover logic.
🛡️ Risk Management: ATR-based Stop Loss with automatic TP1, TP2, TP3 targets.
📦 Background Boxes: TP/SL zones plotted as persistent boxes across history.
🏷️ Price Labels: Entry, SL, and TP1/TP2/TP3 labels displayed near each level.
📊 Statistics Dashboard:
Total signal count
Individual win rates for TP1, TP2, TP3
Average points per trade
Total PnL (calculated in R multiples)
🔔 Alerts: Ready-to-use alerts for BUY/SELL signals.
💡 Watermark: Optional “BUZZARA ALGO V22” text displayed at the bottom of the chart.
Use Cases:
Trade in the direction of trend signals
Visually track TP/SL areas
Backtest signals historically
Monitor performance via win rates and PnL metrics
Disclaimer ⚠️
This indicator is for educational purposes only. It does not guarantee profits. Always test on demo before going live, and apply your own risk management strategy.
Kraliyet Trend Dashboard (Sabit + R:R + BE Alarm)v6 Sertaç AKMANRoyal Trend Dashboard combines EMA8–EMA200, SuperTrend, MACD, RSI, and ATR in one panel to automatically spot trend direction, pullbacks, and breakout entries while showing live risk-reward. It marks EMA8 touches and next-bar confirmations, triggers an ENTRY alert on the latest pivot break, calculates SL via SuperTrend±ATR or ATR×multiplier, and sets TP1/TP2 by R multiples. While in a trade it tracks live R:R and, when TP1 hits, prompts SL = BE to lock profits. Markers are pinned to price and the dashboard docks to any corner; on lower timeframes (e.g., 15m) you can align with a 1H higher-timeframe filter. In short: the Trend → Pullback → Breakout playbook with disciplined risk management and ready-made alerts—fast and practical.
[DEM] Floating Reversal Signal (With Backtesting) Floating Reversal Signal (With Backtesting) is designed to identify potential reversal opportunities by detecting counter-trend momentum shifts using a combination of SuperTrend analysis, ATR-based candle size filtering, and RSI oversold/overbought conditions. It also includes a comprehensive backtesting framework to evaluate the historical performance of these signals. The indicator overlays directly on the price chart, plotting signals and displaying performance statistics in a table. The strategy generates buy signals when price forms a bullish candle during a SuperTrend downtrend, with the previous candle's body size falling within specified ATR multiplier ranges (default 0.5x to 2x) and RSI showing oversold conditions below a configurable threshold, while sell signals are triggered under opposite conditions during uptrends with overbought RSI readings, aiming to capture "floating" reversal setups where price temporarily moves against the prevailing trend before resuming in the original direction.
Confluence Engine Confluence Engine is a practical, non-repainting decision aid that scores market conditions from −100…+100 by combining six proven modules: Trend, Momentum, Volatility, Volume, Structure, and an HTF confirmation. It’s designed for crypto, forex, indices, and stocks, and it fires entries only on confirmed bar closes.
What’s inside
Trend: EMA 20/50/200 alignment plus a Supertrend/KAMA toggle (you choose the baseline).
Momentum: RSI + MACD with confirmed-pivot divergence detection.
Volatility: ATR% and Bollinger Band width vs its average to favor expansion over chop.
Volume: OBV-style cumulative flow slope + volume surge vs SMA×multiplier.
Market Structure: Confirmed pivots, BOS (break of structure) and CHOCH (change of character).
HTF Filter: Closed higher-timeframe context via request.security(..., barmerge.gaps_on, barmerge.lookahead_off).
Why it does not repaint
Signals are computed and plotted on closed bars only.
Pivots/divergences use confirmed pivot points (no forward look).
HTF series are fetched with lookahead_off and use the last closed HTF bar in realtime.
No future bar references are used for entries or alerts.
How to use (3 steps)
Pick a timeframe pair: use a 4–6× HTF multiplier (5m→30m, 15m→1h, 1h→4h, 4h→1D, 1D→1W).
Trade with the HTF: take longs only when the HTF filter is bullish; shorts only when bearish.
Prefer expansion: act when BB width > its average and ATR% is elevated; skip most signals in compression.
Suggested presets (start here)
Crypto (BTC/ETH): 15m→1h, 1h→4h. stLen=10, stMult=3.0, bbLen=20, surgeMul=1.8–2.2, thresholds +40 / −40 (intraday can try +35 / −35).
Forex majors: 15m→1h, 1h→4h. stLen=10–14, stMult=2.5–3.0, surgeMul=1.5–1.8, thresholds +35 / −35 (swing: +45 / −45).
US equities (liquid): 5m→30m/1h, 15m→1h/2h. stMult=3.0–3.5, surgeMul=1.6–2.0, thresholds +45 / −45 to reduce chop.
Indices (ES/NQ): 5m→30m, 15m→1h. Defaults are fine; start at +40 / −40.
Gold/Oil: 15m→1h, 1h→4h. Thresholds +35 / −35, surgeMul=1.6–1.9.
Inputs (plain English)
Use Supertrend (off = KAMA): choose the trend baseline.
EMA Fast/Mid/Slow: 20/50/200 by default for classic stack.
RSI/MACD + divergence pivots: momentum and exhaustion context.
ATR Length & BB Length: volatility regime detection.
Volume SMA & Surge Multiplier: defines “meaningful” volume spikes.
Pivot left/right & “Confirm BOS/CHOCH on Close”: structure strictness.
Enable HTF & Higher Timeframe: confirms the lower timeframe direction.
Thresholds (+long / −short): when the score crosses these, you get signals.
Signals & alerts (IDs preserved)
Entry shapes plot at bar close when the score crosses thresholds.
Alerts you can enable:
CONFLUENCE LONG — long entry signal
CONFLUENCE SHORT — short entry signal
BULLISH BIAS — score turned positive
BEARISH BIAS — score turned negative
Best practices
Focus on signals with HTF agreement and volatility expansion; require volume participation (surge or rising OBV slope) for higher quality.
Raise thresholds (+45/−45 or +50/−50) to reduce whipsaws in choppy sessions.
Lower thresholds (+35/−35) only if you also require volatility/volume filters.
Performance & scope
Works across crypto/FX/equities/indices; no broker data or special feeds required.
No repainting by design; signals/alerts are computed on closed bars.
As with any tool, results vary by regime; always combine with risk management.
Disclosure
This script is for educational purposes only and is not financial advice. Trading involves risk. Test on historical data and paper trade before using live.