Buy/Sell Signals(Mastersinnifty)Description
This script generates simple Buy/Sell signals based on the Relative Strength Index (RSI) crossing the midpoint level of 50. It's designed for traders who prefer clear, rule-based entries and exits derived from momentum shifts.
How It Works
Calculates RSI using the closing price and a 14-period length.
Generates a Buy signal when RSI crosses above 50, indicating potential bullish momentum.
Generates a Sell signal when RSI crosses below 50, indicating potential bearish momentum.
Plots the signals as labels directly on the price chart.
Inputs
RSI Source: Close (fixed in the script)
RSI Length: 14 (standard default)
Use Case
Useful for identifying momentum shifts and trend confirmations.
Can be combined with other technical tools like support/resistance or volume for enhanced decision-making.
Best suited for intraday or swing trading strategies that use momentum-based entry signals.
Disclaimer
This indicator is intended for educational and informational purposes only. It does not constitute financial advice. Always perform your own due diligence and consult a financial advisor before making trading decisions.
Osciladores
CCI Turbo Pro [CongTrader]📄 Full Description for Publishing — CCI Turbo Pro
⚡️ CCI Turbo Pro — Advanced CCI with Reversal Zones & Alerts
This advanced CCI (Commodity Channel Index) indicator is built for traders who want enhanced reversal signals, customizable extreme zones, and dynamic alerts. It improves the classic CCI with better visual cues and momentum filtering to help you avoid false signals.
🛠️ How to Use:
CCI Length (default = 20): Adjust based on your trading timeframe.
Overbought/Oversold Zones:
Overbought = 200
Oversold = -200
Extreme OB = 300 (red zone)
Extreme OS = -300 (green zone)
When the CCI crosses from below −200 → BUY signal
When the CCI crosses from above +200 → SELL signal
Background turns green/red in extreme zones
Optional labels show entry signals clearly
This indicator is useful for:
Reversal Trading
Momentum Shifts
Scalping, Swing, or Intraday strategies
Overbought/Oversold Confirmation
Works on:
Any asset (Crypto, Forex, Stocks, Indices)
Any timeframe
🔔 Alerts Included:
📈 CCI Buy Alert → CCI crossed up from oversold
📉 CCI Sell Alert → CCI crossed down from overbought
🚨 Extreme OB/OS Alert → CCI enters extreme reversal zone
Alerts help you stay informed even when away from the screen.
🔎 Keywords (for search discovery):
CCI, CCI Reversal, CCI Alert, Turbo CCI, Advanced CCI, CCI Zones, CCI Overbought, CCI Oversold, Momentum Reversal, CCI Scalping, CongTrader, CCI Buy Sell, Technical Indicator
🙏 Thank You
If this indicator adds value to your trading, please give it a 👍, leave a comment, or follow for more free tools from CongTrader. Your support helps independent creators grow the community.
⚠️ Disclaimer
This indicator is for educational purposes only and does not constitute financial advice. Use this tool with your own judgment and risk management. Past performance does not guarantee future results.
✍️ Created by CongTrader — Free, Open-Source Tools for Smarter Traders...
TDFI (JMA Only)The TDFI (JMA Only) indicator is a precision momentum analyzer designed to identify trend intensity and directional bias using an advanced, smoothed divergence model. Built around Jurik Moving Averages (JMA), it captures nonlinear price impulses and visualizes them in a normalized oscillator format—making it especially effective in volatile or fast-moving markets.
This tool is optimized for traders seeking an edge in trend validation, momentum filtering, and timely entries/exits—without repainting or lag typical of traditional indicators.
⚙️ Core Features / Logic
TDFI Normalized Oscillator: A custom metric that captures the divergence between fast and slow adaptive moving averages, smoothed and normalized over a configurable lookback period.
Directional Momentum Coloring:
🔵 Blue: Bullish momentum above threshold
🟠 Orange: Bearish momentum below threshold
⚪ Gray: Neutral / consolidating phase
Static Threshold Bands:
Two horizontal levels (upper/lower) act as dynamic filters to suppress weak or indecisive signals.
Nonlinear Impulse Sensitivity: Controlled via the Nonlinearity (n) parameter, allowing advanced users to adapt signal responsiveness.
📈 How to Trade with It
Buy Signal:
TDFI curve crosses above the upper threshold (🔵 Blue).
Indicates strong bullish divergence and increasing momentum.
Sell Signal:
TDFI curve crosses below the lower threshold (🟠 Orange).
Signals strong bearish momentum shift.
Neutral Zone:
TDFI remains between both thresholds (⚪ Gray).
Suggests consolidation, indecision, or low momentum—best avoided.
Note: This indicator does not repaint and offers real-time decision support.
📊 Suggested Strategies
🔄 Scalping (1–5min charts)
Use TDFI cross above/below thresholds as fast momentum scalps.
Combine with volume or price action to filter false signals.
Exit when TDFI flattens or re-enters gray zone.
🕐 Intraday (15min–1H)
Confirm trend direction by observing sustained TDFI color zones.
Enter on breakout aligned with blue/orange trend confirmation.
Exit on loss of color strength or TDFI inflection.
📅 Swing Trading (4H–Daily)
Use trend bias from TDFI color zones as confirmation.
Combine with price structure or higher timeframe context.
Ideal for filtering trend continuation setups and avoiding range traps.
⚠️ Disclaimer
This tool is a technical analysis aid and is not financial advice. All trading decisions are your own. Past performance does not guarantee future results. Always perform your own due diligence before making any financial decisions.
Scalping Signals by JaeheeThis indicator combines RSI, ADX, volume, and basic price structure to provide high-precision short-term trading signals.
Key Features
-RSI Reversal Detection: Signals are triggered only when RSI bounces from oversold or drops
from overbought levels.
-ADX Trend Filter: Signals appear only when the ADX (custom-calculated) is above the
threshold, confirming a strong trend.
-Volume Confirmation: Requires current volume to be above the recent average.
-Price Structure: Long signals trigger only after breaking the previous high, shorts after
breaking the previous low.
-Cooldown Logic: Once a signal appears, the same direction won’t be triggered again for a
minimum number of bars (default: 10).
Notes
Works best on lower timeframes (e.g. 5min) for scalping setups.
Not a strategy script; this version does not include automatic entries, exits, or performance metrics.
Signal frequency can be adjusted using the cooldown setting.
Modular Range-Trading Strategy (V9.2)# 模块化震荡行情策略 (V9.2)
# Modular Range-Trading Strategy (V9.2)
## 策略简介 | Strategy Overview
该策略基于布林带 (Bollinger Bands)、RSI、MACD、ADX 等经典指标的组合,通过多逻辑模块化结构识别震荡区间的价格反转机会,支持多空双向操作,并在相同逻辑下允许智能加仓,适用于震荡市场的回测和研究。
This strategy combines classic indicators such as Bollinger Bands, RSI, MACD, and ADX to identify price reversal opportunities within ranging markets. It features a modular multi-logic structure, allowing both long and short trades with intelligent pyramiding under the same logic. It is designed for backtesting and research in range-bound conditions.
---
## 功能特点 | Key Features
- **多逻辑结构**:支持多套震荡逻辑(动能确认均值回归、布林带极限反转等)。
- **加仓与仓位互斥**:同逻辑下可智能加仓,不同逻辑间自动互斥,避免冲突。
- **回测可调时间范围**:可自定义回测起止时间,精准评估策略表现。
- **指标可视化**:布林带、RSI、MACD 及动态 ATR 止损线实时绘图。
- **K线收盘确认信号**:通过 `barstate.isconfirmed` 控制信号,避免未收盘的虚假信号。
- **Multi-logic structure**: Supports multiple range-trading logics (e.g., momentum-based mean reversion, Bollinger Band reversals).
- **Pyramiding with mutual exclusion**: Allows intelligent pyramiding within the same logic while preventing conflicts between different logics.
- **Adjustable backtesting range**: Customizable start and end dates for accurate performance evaluation.
- **Visual indicators**: Real-time plotting of Bollinger Bands, RSI, MACD, and dynamic ATR stop lines.
- **Close-bar confirmation**: Uses `barstate.isconfirmed` to avoid false signals before bar close.
---
## 使用说明 | Usage
1. 将该脚本添加到 TradingView 图表。
2. 在参数中设置回测时间段和指标参数。
3. 仅用于学习与策略研究,请勿直接用于实盘交易。
1. Add this script to your TradingView chart.
2. Configure backtesting dates and indicator parameters as needed.
3. For educational and research purposes only. **Not for live trading.**
---
## ⚠️ 免责声明 | Disclaimer
本策略仅供学习和研究使用,不构成任何形式的投资建议。
作者不参与任何实盘交易、资金管理或收益分成,也不保证策略盈利能力。
严禁将本脚本用于任何非法集资、私募募资或与虚拟货币相关的金融违法活动。
使用本策略即表示您自行承担所有风险与法律责任。
This strategy is for educational and research purposes only and does not constitute investment advice.
The author does not participate in live trading, asset management, or profit sharing, nor guarantee profitability.
The use of this script in illegal fundraising, private placements, or cryptocurrency-related financial activities is strictly prohibited.
By using this strategy, you accept all risks and legal responsibilities.
---
EZThis script is designed to provide a clear, visual confirmation of trend direction, momentum shifts, and institutional bias by combining multiple EMA layers and smoothed Heiken Ashi waves.
Features:
• EMA Trend Band (8, 13, 21 EMA): Highlights short-term trend strength and clean stacking conditions.
• 35 EMA Momentum Line: Captures medium-term momentum shifts for better trade entries.
• 200 SMA Institutional Bias Line: Filters trades aligned with higher timeframe bias.
• Triple-Smoothed Heiken Ashi Waves: Changes background & candle colors to reflect momentum waves, filtering out noise and false signals.
• Liquidity Sweep Zones & Inverse FVGs (Optional): Helps identify smart money footprints and potential reversal zones.
Use Case:
• Best suited for trend-following traders, scalpers, and swing traders who rely on multi-timeframe confluence.
• Works effectively on Forex, Futures, Indices, and Crypto charts.
• Designed to filter out fakeouts and highlight high-probability trade zones.
Disclaimer:
This script is for educational purposes only. It does not guarantee profits and should be used in combination with proper risk management and trading experience.
EWO + MACD + RSI + Stochastic EWO + MACD + RSI + Stochastic + Trendline Breakout + Volume Percentage EWO + MACD + RSI + Stochastic + Trendline Breakout + Volume Percentage
BERLIN-MAX 1V.5BERLIN-MAX 1V.5 is a comprehensive trading indicator designed for TradingView that combines multiple advanced strategies and tools. It integrates EMA crossover signals, UT Bot logic with ATR-based trailing stops, customizable stop-loss and target multipliers per timeframe, Hull Moving Averages with color-coded trends, linear regression channels for support and resistance, and a multi-timeframe RSI and volume signal table. This script aims to provide clear entry and exit signals for scalping and swing trading, enhancing decision-making across different market conditions.
RSI Slope RibbonThe RSI Slope Ribbon is an advanced momentum indicator designed to visually highlight shifts in market momentum by comparing the slopes of two RSI calculations: a fast RSI and a slow RSI. Unlike standard RSI indicators that track price strength, this script focuses on the rate of change (slope) of these RSI values, offering a dynamic way to identify evolving market trends earlier.
Key Features:
Dual RSI Periods: Calculates both a short-term (fast) and a long-term (slow) RSI, allowing users to see momentum shifts across different timeframes.
Slope Calculation with SWMA Smoothing: Instead of raw RSI values, the indicator derives the slope of each RSI (current minus previous value) and smooths these slopes using a Symmetrically Weighted Moving Average to reduce noise and volatility spikes.
Oscillator Normalization: Slopes are normalized over a configurable lookback window, making comparisons intuitive and visually consistent regardless of market conditions.
Ribbon Visualization: A colored ribbon fills the area between the normalized fast and slow RSI slopes:
Green when short-term momentum exceeds long-term momentum (suggesting bullish conditions).
Red when short-term momentum lags behind long-term momentum (indicating bearish conditions).
Critical Levels: Horizontal lines marking overbought (80), oversold (20), and neutral (50) zones aid traders in judging the strength and extremes of momentum shifts.
Usage and Interpretation:
The crossover of the fast slope above the slow slope signals a potential bullish momentum shift.
Conversely, a fast slope crossing below the slow slope may indicate bearish momentum onset.
The normalized scale lets traders quickly assess whether momentum changes occur near critical overbought or oversold thresholds.
Adjustable input parameters (RSI lengths, smoothing period, normalization window, and price type) enable customization suited for various assets and trading styles.
Trend Analysis % - Visual Trend DetectorThe Trend Analysis % indicator is a custom tool designed to help you visualize and understand market trends on charts.
It’s crafted using a combination of popular technical analysis methods, blended together in a user-friendly way.
Think of it like a recipe: we’ve taken ingredients like Simple Moving Averages (SMAs), the Average Directional Index (ADX), Supertrend, and Relative Strength Index (RSI), and mixed them with a special twist—tracking price movements over a set number of bars.
The result is a colorful, easy-to-read indicator that adapts to your preferences through adjustable settings, allowing you to fine-tune how sensitive or strict it is in spotting trends.
How It Works:
This indicator paints your chart with colors to show what’s happening in the market at a glance:
Green: highlights when the price is in an upward (bullish) trend.
Red: marks a downward (bearish) trend.
Gray: indicates periods of sideways movement or no clear trend (mean-reversion).
It works by checking multiple signals at once.
For example, it looks at whether the short-term price average is above the long-term average, if the market has enough momentum (via ADX), and if a trend is confirmed by the Supertrend tool. It also considers the RSI to filter out weak moves and checks the price direction over a few bars to make sure the trend is consistent.
A handy table on the right side of your chart, shows the percentage of time the market has been bullish or bearish, the number of bars in each trend, and the overall trend strength.
You can tweak settings like the lookback period (how many bars to confirm a trend - TrendLookBack) to match your trading style—whether you want quick signals or more confirmed ones.
Default settings are fine tuned mostly for 1W Timeframe.
What It’s Best For:
This indicator is perfect for traders who want a clear, visual way to spot trends and avoid getting caught in choppy, indecisive markets.
It’s especially useful for cryptocurrency traders, like those watching Altcoins(Trash) on a weekly timeframe, who need to identify when the market is trending up or down to plan their trades.
Whether you’re a beginner looking for an easy-to-understand tool to choose trash or an experienced trader wanting to confirm your existing systems, this script helps you stay on top of market direction.
It’s best for long-term trend following or spotting potential reversals, but it shines when you adjust the settings to match your risk tolerance and market conditions.
Give it a try, experiment with the inputs, and watch how it brings your chart to life!
Disclaimer: This is not financial advice. Use at your own risk and test on a demo account first.
Time-Price Velocity [QuantAlgo]🟢 Overview
The Time-Price Velocity indicator uses advanced velocity-based analysis to measure the rate of price change normalized against typical market movement, creating a dynamic momentum oscillator that identifies market acceleration patterns and momentum shifts. Unlike traditional momentum indicators that focus solely on price change magnitude, this indicator incorporates time-weighted displacement calculations and ATR normalization to create a sophisticated velocity measurement system that adapts to varying market volatility conditions.
This indicator displays a velocity signal line that oscillates around zero, with positive values indicating upward price velocity and negative values indicating downward price velocity. The signal incorporates acceleration background columns and statistical normalization to help traders identify momentum shifts and potential reversal or continuation opportunities across different timeframes and asset classes.
🟢 How It Works
The indicator's key insight lies in its time-price velocity calculation system, where velocity is measured using the fundamental physics formula:
velocity = priceChange / timeWeight
The system normalizes this raw velocity against typical price movement using Average True Range (ATR) to create market-adjusted readings:
normalizedVelocity = typicalMove > 0 ? velocity / typicalMove : 0
where "typicalMove = ta.atr(lookback)" provides the baseline for normal price movement over the specified lookback period.
The Time-Price Velocity indicator calculation combines multiple sophisticated components. First, it calculates acceleration as the change in velocity over time:
acceleration = normalizedVelocity - normalizedVelocity
Then, the signal generation applies EMA smoothing to reduce noise while preserving responsiveness:
signal = ta.ema(normalizedVelocity, smooth)
This creates a velocity-based momentum indicator that combines price displacement analysis with statistical normalization, providing traders with both directional signals and acceleration insights for enhanced market timing.
🟢 How to Use
1. Signal Interpretation and Threshold Zones
Positive Values (Above Zero): Time-price velocity indicating bullish momentum with upward price displacement relative to normalized baseline
Negative Values (Below Zero): Time-price velocity indicating bearish momentum with downward price displacement relative to normalized baseline
Zero Line Crosses: Velocity transitions between bullish and bearish regimes, indicating potential trend changes or momentum shifts
Upper Threshold Zone: Area above positive threshold (default 1.0) indicating strong bullish velocity and potential reversal point
Lower Threshold Zone: Area below negative threshold (default -1.0) indicating strong bearish velocity and potential reversal point
2. Acceleration Analysis and Visual Features
Acceleration Columns: Background histogram showing velocity acceleration (the rate of change of velocity), with green columns indicating accelerating velocity and red columns indicating decelerating velocity. The interpretation depends on trend context: red columns in downtrends indicate strengthening bearish momentum, while red columns in uptrends indicate weakening bullish momentum
Acceleration Column Height: The height of each column represents the magnitude of acceleration, with taller columns indicating stronger acceleration or deceleration forces
Bar Coloring: Optional price bar coloring matches velocity direction for immediate visual trend confirmation
Info Table: Real-time display of current velocity and acceleration values with trend arrows and change indicators
3. Additional Features:
Confirmed vs Live Data: Toggle between confirmed (closed) bar analysis for stable signals or current bar inclusion for real-time updates
Multi-timeframe Adaptability: Velocity normalization ensures consistent readings across different chart timeframes and asset volatilities
Alert System: Built-in alerts for threshold crossovers and direction changes
🟢 Examples with Preconfigured Settings
Default : Balanced configuration suitable for most timeframes and general trading applications, providing optimal balance between sensitivity and noise filtering for medium-term analysis.
Scalping : High sensitivity setup with shorter lookback period and reduced smoothing for ultra-short-term trades on 1-15 minute charts, optimized for capturing rapid momentum shifts and frequent trading opportunities.
Swing Trading : Extended lookback period with enhanced smoothing and higher threshold for multi-day positions, designed to filter market noise while capturing significant momentum moves on 1-4 hour and daily timeframes.
ALFA rsi faktörlü divergenceThe RSI factor has been added to the divergence indicator produced by LonesomeTheBlue. This allows you to trade divergences that occur only at specific RSI values, rather than divergences that occur at every value. For example, the TSI allows you to trade a divergence that occurs in over-the-top regions.
kaka-Buff横盘系统与CVD和LVP
作用:此指标用于识别市场横盘(震荡)区间,检测累积成交量差额(CVD)背离(基于分形和参考方法),并标记基于大成交量K线的关键价格水平(Large Volume Price, LVP)。它通过结合横盘信号、成交量背离和关键价格水平,帮助交易者识别潜在的趋势反转或延续。指标还绘制可自定义的指数移动平均线(EMA)以辅助趋势分析。主要功能:横盘检测:使用EMA标准差(STD)、平均真实波幅(ATR)、平均方向指数(ADX)和布林带宽度(BB宽度)识别低波动性的横盘区间。
分形CVD背离:通过分形枢轴点和成交量差额计算,检测看涨(“+RD”)和看跌(“-RD”)背离,以标签形式显示在图表上。
参考CVD背离:在成交量分布区域(VAH、VAL、POC)内识别简单的CVD背离(基于价格和成交量差额高/低点),以绿色/红色三角形显示。
大成交量价格(LVP):在回看周期(可自主设置长度)内标记最大成交量K线的最高/最低价,绘制线和标签,指示关键支撑/阻力位。
EMA线:绘制20、50、100和200周期的EMA,带开关控制和可自定义颜色,用于趋势可视化。
表格:以可自定义的表格(字体大小/颜色均可调节)显示横盘指标(EMA STD、ATR、ADX、BB宽度)和整体横盘状态。
警报:提供横盘进入/退出、分形CVD背离、参考CVD背离和LVP价格突破的警报。
Consolidation System with CVD and LVP
Purpose: This indicator identifies market consolidation zones, detects Cumulative Volume Delta (CVD) divergences (both fractal-based and reference-based), and marks significant price levels based on large volume bars (Large Volume Price, LVP). It helps traders identify potential trend reversals or continuations by combining consolidation signals, volume-based divergence, and key price levels. The indicator also plots customizable Exponential Moving Averages (EMAs) to aid in trend analysis.Key Features:Consolidation Detection: Uses EMA Standard Deviation (STD), Average True Range (ATR), Average Directional Index (ADX), and Bollinger Bands (BB) width to identify low-volatility consolidation zones.
Fractal CVD Divergence: Detects bullish ("+RD") and bearish ("-RD") divergences using fractal pivot points and a volume delta calculation, displayed as labels on the chart.
Reference CVD Divergence: Identifies simpler CVD divergences (based on price and volume delta highs/lows) within volume profile zones (VAH, VAL, POC), shown as green/red triangles.
Large Volume Price (LVP): Marks the high/low of the highest volume bar within a lookback period with lines and labels, indicating key support/resistance levels.
EMA Lines: Plots EMA 20, 50, 100, and 200 with toggle switches and customizable colors for trend visualization.
Table: Displays consolidation metrics (EMA STD, ATR, ADX, BB width) and overall consolidation status in a customizable table.
Alerts: Provides alerts for consolidation entry/exit, fractal CVD divergences, reference CVD divergences, and LVP price crossings.
RSI Multi TFThis script, created by Srinivas, is a customizable Multi-Timeframe RSI (Relative Strength Index) indicator.
📊 It displays RSI values from:
The current chart timeframe
Two additional user-selected timeframes (e.g., Daily, 15-minute, Weekly, etc.)
🔍 Features:
Visual comparison of RSI across 3 timeframes
User inputs for RSI period, upper/lower bounds, and timeframes
Optional background highlights when all RSIs are simultaneously overbought or oversold
🎯 Ideal for traders who want:
Multi-timeframe confirmation of RSI signals
Better context for overbought/oversold conditions
Improved decision-making with cross-timeframe momentum analysis
ℹ️ RSI values are plotted in different colors for clarity, and threshold bands (default 60/40) are shown with optional shading.
RSI with Divergence and Custom Bullish/Bearish RangesRSI indicator with bullish and bearish shaded ranges accounting for:
- tendency of RSI to peak lower than usual and drop lower than usual in bearish trends
- tendency of RSI to peak higher than usual and bottom out higher than usual in bullish trends
ALFA MM MULTİTIME FRAME ( BY BERKUSA)This indicator is a version of the MM indicator prepared for multi-time frame. It was prepared by Berkusa. mm indicator is an ATR-based indicator. The bands formed by the ATR value and the Fibo numbers can be used as trailing stops to follow the trend. It also attempts to find target points experimentally using an ATR-based calculation. You can use the indicator for trend tracking, as a trailing stop, or to determine trade entry areas by combining price action information.
ALFA MMThe mm indicator is an ATR-based indicator. The bands formed by the ATR value and the Fibo numbers can be used as trailing stops to follow the trend. It also attempts to find target points experimentally using an ATR-based calculation. You can use the indicator for trend tracking, as a trailing stop, or to determine trade entry areas by combining price action information.
HBD.fibonacci alarm last barThis indicator doesn't require you to worry about Fibonacci retracement. It automatically plots the chart starting from the price's starting date. All you need to do is check the timeframe. If you're looking at the daily timeframe, if there aren't any lines, use the weekly or monthly one. Five oscillators are used. A signal is generated when there are at least four matching oscillators. The oscillators used are RSI, MACD, Stochastic, CCI, and MFI. Signals on the weekly, 15-day, and monthly timeframes have a very low margin of error.
Signal Creator [OptAlgo]The Signal Creator is designed to convert complex market analysis into clear, actionable signals. Whether you're developing automated trading strategies, backtesting systems, or simply need reliable entry, exit, and block points, this tool bridges the gap between trading ideas and signal execution. It exports signal plots in an importable format compatible with backtesting strategies.
🛠 Signal Creation System:
→ Dual configuration groups: Values-based and Plot-based signal creation
→ Up to 12 customizable conditions (6 per group) for comprehensive signal logic
🛠 Comparison Operators:
→ Multiple criteria types: equal, greater/less than, crossover/crossunder
→ Shifted comparisons (↩️) for historical data analysis
→ Crossing detection for dynamic market condition identification
🛠 Signal Types:
→ LONG/SHORT entry signals with customizable triggers
→ CLOSE ALL, CLOSE LONG, CLOSE SHORT exit strategies
→ Signal blocking system to prevent unwanted entries
→ Combined signal modes (LONG & SHORT, LONG & CLOSE, SHORT & CLOSE)
🛠 Signal Count Merge Rules:
→ MIN LONG CONDITION COUNT: Number of long conditions to trigger long signal
→ MIN SHORT CONDITION COUNT: Number of short conditions to trigger short signal
→ MIN CLOSE CONDITION COUNT: Number of close conditions to trigger close all signal
→ Prevents false signals by ensuring multiple confirmations before execution
→ Customizable thresholds for each signal type (default: 1 condition each)
🛠 Smart Signal Logic:
→ Automatic conflict resolution when opposing signals occur
→ Position-aware closing (only closes relevant side)
→ Counter-based signal validation requiring all conditions to be met
→ Signal hierarchy: Block signals override entry signals, close signals override all others
🛠 Numeric Output for Backtesting:
→ Importable plot signal values: 1 (LONG), -1 (SHORT), 0 (CLOSE)
→ Compatible with backtest templates and strategy builders
→ Clean data window output for easy integration with other indicators
→ Perfect for automated trading systems and signal forwarding
🛠 Visual Output:
→ Color-coded position visualization (green=long, red=short, white=close)
→ Step-line diamond plot style for clear signal identification
→ Separate pane display for easy signal monitoring
🛠 Alarm Output:
→ Alarm for LONG -> Can be importable as plot, value is 1. (LONG == 1)
→ Alarm for SHORT -> Can be importable as plot, value is 1. (SHORT == 1)
→ Alarm for CLOSE -> Can be importable as plot, value is 1. (CLOSE == 1)
Advanced Supertrend StrategyA comprehensive Pine Script v5 strategy featuring an enhanced Supertrend indicator with multiple technical filters, risk management, and advanced signal confirmation for automated trading on TradingView.
## Features
- **Enhanced Supertrend**: Configurable ATR-based trend following with improved accuracy
- **RSI Filter**: Optional RSI-based signal filtering to avoid overbought/oversold conditions
- **Moving Average Filter**: Trend confirmation using SMA/EMA/WMA with customizable periods
- **Risk Management**: Built-in stop-loss and take-profit based on ATR multiples
- **Trend Strength Analysis**: Filters weak signals by requiring minimum trend duration
- **Breakout Confirmation**: Optional price breakout validation for stronger signals
- **Visual Interface**: Comprehensive chart plotting with multiple indicator overlays
- **Advanced Alerts**: Multiple alert conditions with detailed signal information
- **Backtesting**: Full strategy backtesting with commission and realistic execution
rsi indicator strategyRSIBB Strategy Based on Oversold, Overrbuy Bolinger Band Band. In usoil . Time Indicators is set and the timing is in 5 minutes
An example of Long. When the green marker appears, our entry point is High High If the price fails to reject our High High, our entry will change to the next candlestick. This process will continue until we enter the position.
A marker appears in purple when the green marker appears to us, in which information appears:
The first digit related to the strategist code
The second digit is that we have a few pips to be sure of the candlestick of our entry point
The third digit is our SL that is a coefficient of overall size of yogurt (HIGH - LOW)
Charmin is the digit of our tp that is a coefficient of overall size of yogurt (HIGH - LOW)
In 6 sets
استراتژی RSIBB بر اساس اشباع فروش، اشباع خرید، باند بولینگر. در این روش، اندیکاتورهای زمانی تنظیم شده و زمانبندی ۵ دقیقه است.
مثالی از موقعیت خرید. وقتی نشانگر سبز ظاهر میشود، نقطه ورود ما High است. اگر قیمت نتواند High ما را رد کند، ورود ما به کندل بعدی تغییر میکند. این فرآیند تا زمانی که وارد موقعیت شویم ادامه خواهد داشت.
وقتی نشانگر سبز برای ما ظاهر میشود، یک نشانگر به رنگ بنفش ظاهر میشود که در آن اطلاعات زیر ظاهر میشود:
رقم اول مربوط به کد استراتژیست است.
رقم دوم این است که ما چند پیپ برای اطمینان از کندل نقطه ورود خود داریم.
رقم سوم SL ما است که ضریبی از اندازه کلی ماست (HIGH - LOW) است.
چارمین رقم tp ما است که ضریبی از اندازه کلی ماست (HIGH - LOW) است.
[ayana] TFPS - TradFi Pressure ScoreTFPS - TradFi Pressure Score: Your Market Pressure Barometer
Understand what moves Wall Street, before it moves Crypto.
This indicator is your real-time barometer for the influence of traditional financial markets (TradFi) on Crypto. It measures the combined pressure from four key quadrants—Risk Appetite (S&P 500), Market Stress (VIX), Liquidity (DXY), and Macro Expectations (US10Y)—to answer one question: "Do I have a tailwind or a headwind from the global markets?"
How to Read Your "Cockpit" in 60 Seconds
The Main Line (Overall Market Pressure)
GREEN / ABOVE 0: Bullish Tailwind. The macro environment is supportive for Crypto.
RED / BELOW 0: Bearish Headwind. The macro environment is creating pressure on Crypto.
BRIGHT Color: Pressure is ACCELERATING.
DARK Color: Pressure is DECELERATING (losing momentum).
The Dashboard (Your Command Center)
Lead/Lag Analysis: The game-changer. Tells you if TradFi is currently leading the price or vice-versa. This is your key to knowing whether to watch macro news or focus on crypto-specifics.
TradFi Influence (R²): Shows you HOW RELEVANT the macro pressure is right now. High R² means Wall Street's influence is dominant. Low R² means crypto is moving on its own narrative.
Dynamic Weights: Reveals the market's primary NARRATIVE. Is the pressure coming from Fear (VIX), Liquidity (DXY), or general Risk Appetite (SPX)?
Extreme Signals (Reversal Zones)
Stress Cloud (Z-Score): Large, opaque bars warn of statistically EXTREME greed or fear levels.
Extreme Dots: Pinpoint the moments when pressure has likely reached an unsustainable peak, often preceding turning points.
Key Strategies & Use Cases
As a Trend Filter: Simply avoid fighting the color. Don't force long trades when the TFPS shows a strong red headwind.
For Precision Entry/Exits: Use the Extreme Dots and a decelerating color on the Main Line to time your entries in confluence with your own strategy.
For Strategic Decisions: Use the Lead/Lag and R² metrics to decide where to focus your attention and how to manage portfolio risk based on the current macro regime.
Configuration
For best results, leave the engine settings on their default (auto-adaptive) mode. The indicator's core intelligence lies in its ability to adapt to changing market dynamics automatically. You can adjust the visual theme to match your chart.
RSI Strategy - Long Position DAX 2 hours - Dow Jones 1 hourLong position strategy based on the RSI.Works very well on the DAX 40 (2-hour base) and the DOW (1-hour base).The entry signal is very good. The exit signal (take profit) needs to be reviewed.
Momentum Buy/Sell signals (Nikko) v1.0📊 Momentum Volume Box Range Buy/Sell Signals (Nikko) v1.0
This indicator is a multi-factor momentum-based tool that helps identify potential Buy and Sell signals:
🔍 What it does
It combines several well-known indicators into a hybrid signal system and displays heatmaps, momentum lines, and Buy/Sell labels.
📈 How to use it
Buy Signals are shown when the hybrid K line crosses above D line in strong downward zones (oversold).
Sell Signals appear when K crosses below D, but only if a minimum profit % is reached since the last Buy.
The background heatmap color changes based on combined RSI and Vortex intensity:
Greenish = Bullish strength
Reddish = Bearish weakness
🟢 Buy/Sell Labels
Buy Labels: Triggered when strong downward momentum reverses (or price drops deeply).
Sell Labels: Only shown if price has moved up by the user-defined % profit since the last Buy.
🔧 Customization Options
You can toggle on/off:
Heatmap
Hybrid signal lines
Buy/Sell labels
Stochastic RSI area plot
Volume range and profile
EMA overlays (20, 50, 100, 200)
All major color elements are adjustable for visual clarity.
💡 Best Practices
Use on any timeframe, but it works best with higher timeframes (1H+).
Look for convergence between strong heatmap color and hybrid signal crossover.
Combine with price action or EMA trend context for better accuracy.
Note: This indicator is designed as a trading companion, not a standalone strategy. It combines multiple timeframes and parameters that would be difficult to monitor manually. Its purpose is to visually simplify complex signals, helping reduce the risk of poor entries.
However, it's essential to also consider macroeconomic factors, news events, and overall market sentiment, as they can significantly impact price action. Always use proper risk management and do your own research (DYOR).