RSI + MACD Long-Only StrategyRSI + MACD Long-Only Strategy
Overview: Momentum-based, long-only strategy combining RSI and MACD. Entries favor upside momentum; exits trigger on momentum fades or risk targets. Signals are state-gated so you get one exit per entry (no multiple exits without a prior entry).
Entry conditions:
RSI crosses above the midline (default 50) while MACD is bullish (MACD > Signal, optionally MACD > 0), OR
MACD crosses above its Signal while RSI is at/above the midline.
Optional filters:
EMA trend filter: only enter if price > EMA(n).
Oversold context: only enter within N bars after RSI dipped below the oversold threshold.
Exit conditions:
RSI crosses below the midline, OR
MACD crosses below its Signal with MACD histogram ≤ 0.
Optional risk exit: Take Profit / Stop Loss based on percentage from average entry price.
Risk management:
Inputs: Use TP/SL (on/off), TP% (default 3.0), SL% (default 1.5).
Implements protective strategy.exit (limit/stop) while in position.
Signal-based exit uses strategy.close to flatten.
Position management:
Long-only, no pyramiding (single position at a time).
Internal state ensures entries occur only when flat and exits only when in a position.
Inputs you can tune:
RSI: length, overbought, oversold, midline.
MACD: fast length, slow length, signal length; toggle “Require MACD > 0”.
Signals: oversold lookback window; EMA trend on/off and EMA length.
Risk: TP% and SL%.
Visuals: show entry/exit markers, bar coloring; optional debug background on raw triggers.
Visuals and alerts:
Plots EMA (optional), draws entry/exit markers, optional bar coloring, and a faint background on raw long triggers to aid tuning.
Alert conditions provided for entries and exits.
Notes:
Designed for bar-close evaluation; performance varies by symbol/timeframe—tune inputs accordingly.
Long-only; intended for trend-following momentum with basic risk control.
Not financial advice.
相對強弱指標(RSI)
平滑周期RSI带中间线和交叉 (cRSI交叉) Cyclic RSI with Midline and Cross “平滑周期RSI带中间线和交叉”是一个基于周期平滑的RSI指标,结合长期和短期cRSI线生成金叉/死叉信号,帮助识别趋势反转。指标包括动态上下限、动态中间线和静态超买/超卖线(30/70),适合捕捉市场周期性波动。主要功能:长期/短期 cRSI:长期cRSI(紫红色)与短期cRSI(橙色,可调周期)形成金叉(看涨)/死叉(看跌)信号。
动态中间线:黄色中间线(上下限均值),作为趋势中性参考。
动态上下限:自适应上下限(青色),反映市场波动范围。
信号过滤:可选中间线过滤,减少噪音信号。
用户可调:支持调整短期周期长度、颜色及信号过滤开关。
警报支持:内置金叉/死叉警报,方便交易通知。
更新说明:
现已升级至 Pine Script 第6版,优化语法、修复兼容性问题(如透明度处理),并新增动态标签提示推荐短期周期长度。用户可通过设置面板自由调整参数,适应不同市场和时间框架。使用建议:默认参数:主导周期=20,短期周期=5(建议为长期周期一半)。
结合金叉/死叉、中间线和动态上下限,确认买卖信号。
在TradingView警报中启用金叉/死叉通知。
欢迎社区用户测试并提供反馈!
结合KDJ指标使用,叠加均线,简直不要太好,在关键位置,出现关键信号,祝各位在使用中能多多反馈。
Overview:
The "Smoothed Cyclic RSI with Midline and Cross" is a cycle-smoothed RSI indicator that generates Golden Cross (bullish) and Death Cross (bearish) signals using long-term and short-term cRSI lines, aiding in trend reversal identification. It includes dynamic upper/lower bands, a dynamic midline, and static overbought/oversold levels (30/70), ideal for capturing market cyclic fluctuations.Key Features:Long/Short cRSI: Long-term cRSI (fuchsia) and short-term cRSI (orange, adjustable period) form Golden Cross (bullish) and Death Cross (bearish) signals.
Dynamic Midline: Yellow midline (average of upper/lower bands) serves as a neutral trend reference.
Dynamic Bands: Adaptive upper/lower bands (aqua) reflect market volatility range.
Signal Filtering: Optional midline-based filtering to reduce noise.
User Adjustable: Supports customization of short-term period, color, and filtering toggle.
Alert Support: Built-in alerts for Golden/Death Cross signals for convenient trade notifications.
Update Notes:
Now upgraded to Pine Script Version 6, with optimized syntax, fixed compatibility issues (e.g., transparency handling), and added dynamic label to suggest optimal short-term period. Users can freely adjust parameters via the settings panel to suit various markets and timeframes.Usage Tips:Default Parameters: Dominant cycle = 20, short-term cycle = 5 (suggested as half of long-term cycle).
Combine Golden/Death Cross, midline, and dynamic bands for trade signal confirmation.
Enable Golden/Death Cross alerts in TradingView for notifications.
Community Note:
This indicator has been updated to Pine Script Version 6, resolving all known issues (e.g., input.int and transparency). It now includes adjustable short-term cRSI period/color and dynamic period suggestion labels. Please test across markets and timeframes and share your feedback!Pro Tip: Pair with the KDJ indicator and overlay moving averages for enhanced performance. At key levels with critical signals, this combo is unbeatable. Happy trading, and please share your feedback with the community!
Mutanabby_AI | Algo Pro Strategy# Mutanabby_AI | Algo Pro Strategy: Advanced Candlestick Pattern Trading System
## Strategy Overview
The Mutanabby_AI Algo Pro Strategy represents a systematic approach to automated trading based on advanced candlestick pattern recognition and multi-layered technical filtering. This strategy transforms traditional engulfing pattern analysis into a comprehensive trading system with sophisticated risk management and flexible position sizing capabilities.
The strategy operates on a long-only basis, entering positions when bullish engulfing patterns meet specific technical criteria and exiting when bearish engulfing patterns indicate potential trend reversals. The system incorporates multiple confirmation layers to enhance signal reliability while providing comprehensive customization options for different trading approaches and risk management preferences.
## Core Algorithm Architecture
The strategy foundation relies on bullish and bearish engulfing candlestick pattern recognition enhanced through technical analysis filtering mechanisms. Entry signals require simultaneous satisfaction of four distinct criteria: confirmed bullish engulfing pattern formation, candle stability analysis indicating decisive price action, RSI momentum confirmation below specified thresholds, and price decline verification over adjustable lookback periods.
The candle stability index measures the ratio between candlestick body size and total range including wicks, ensuring only well-formed patterns with clear directional conviction generate trading signals. This filtering mechanism eliminates indecisive market conditions where pattern reliability diminishes significantly.
RSI integration provides momentum confirmation by requiring oversold conditions before entry signal generation, ensuring alignment between pattern formation and underlying momentum characteristics. The RSI threshold remains fully adjustable to accommodate different market conditions and volatility environments.
Price decline verification examines whether current prices have decreased over a specified period, confirming that bullish engulfing patterns occur after meaningful downward movement rather than during sideways consolidation phases. This requirement enhances the probability of successful reversal pattern completion.
## Advanced Position Management System
The strategy incorporates dual position sizing methodologies to accommodate different account sizes and risk management approaches. Percentage-based position sizing calculates trade quantities as equity percentages, enabling consistent risk exposure across varying account balances and market conditions. This approach proves particularly valuable for systematic trading approaches and portfolio management applications.
Fixed quantity sizing provides precise control over trade sizes independent of account equity fluctuations, offering predictable position management for specific trading strategies or when implementing precise risk allocation models. The system enables seamless switching between sizing methods through simple configuration adjustments.
Position quantity calculations integrate seamlessly with TradingView's strategy testing framework, ensuring accurate backtesting results and realistic performance evaluation across different market conditions and time periods. The implementation maintains consistency between historical testing and live trading applications.
## Comprehensive Risk Management Framework
The strategy features dual stop loss methodologies addressing different risk management philosophies and market analysis approaches. Entry price-based stop losses calculate stop levels as fixed percentages below entry prices, providing predictable risk exposure and consistent risk-reward ratio maintenance across all trades.
The percentage-based stop loss system enables precise risk control by limiting maximum loss per trade to predetermined levels regardless of market volatility or entry timing. This approach proves essential for systematic trading strategies requiring consistent risk parameters and capital preservation during adverse market conditions.
Lowest low-based stop losses identify recent price support levels by analyzing minimum prices over adjustable lookback periods, placing stops below these technical levels with additional buffer percentages. This methodology aligns stop placement with market structure rather than arbitrary percentage calculations, potentially improving stop loss effectiveness during normal market fluctuations.
The lookback period adjustment enables optimization for different timeframes and market characteristics, with shorter periods providing tighter stops for active trading and longer periods offering broader stops suitable for position trading approaches. Buffer percentage additions ensure stops remain below obvious support levels where other market participants might place similar orders.
## Visual Customization and Interface Design
The strategy provides comprehensive visual customization through eight predefined color schemes designed for different chart backgrounds and personal preferences. Color scheme options include Classic bright green and red combinations, Ocean themes featuring blue and orange contrasts, Sunset combinations using gold and crimson, and Neon schemes providing high visibility through bright color selections.
Professional color schemes such as Forest, Royal, and Fire themes offer sophisticated alternatives suitable for business presentations and professional trading environments. The Custom color scheme enables precise color selection through individual color picker controls, maintaining maximum flexibility for specific visual requirements.
Label styling options accommodate different chart analysis preferences through text bubble, triangle, and arrow display formats. Size adjustments range from tiny through huge settings, ensuring appropriate visual scaling across different screen resolutions and chart configurations. Text color customization maintains readability across various chart themes and background selections.
## Signal Quality Enhancement Features
The strategy incorporates signal filtering mechanisms designed to eliminate repetitive signal generation during choppy market conditions. The disable repeating signals option prevents consecutive identical signals until opposing conditions occur, reducing overtrading during consolidation phases and improving overall signal quality.
Signal confirmation requirements ensure all technical criteria align before trade execution, reducing false signal occurrence while maintaining reasonable trading frequency for active strategies. The multi-layered approach balances signal quality against opportunity frequency through adjustable parameter optimization.
Entry and exit visualization provides clear trade identification through customizable labels positioned at relevant price levels. Stop loss visualization displays active risk levels through colored line plots, ensuring complete transparency regarding current risk management parameters during live trading operations.
## Implementation Guidelines and Optimization
The strategy performs effectively across multiple timeframes with optimal results typically occurring on intermediate timeframes ranging from fifteen minutes through four hours. Higher timeframes provide more reliable pattern formation and reduced false signal occurrence, while lower timeframes increase trading frequency at the expense of some signal reliability.
Parameter optimization should focus on RSI threshold adjustments based on market volatility characteristics and candlestick pattern timeframe analysis. Higher RSI thresholds generate fewer but potentially higher quality signals, while lower thresholds increase signal frequency with corresponding reliability considerations.
Stop loss method selection depends on trading style preferences and market analysis philosophy. Entry price-based stops suit systematic approaches requiring consistent risk parameters, while lowest low-based stops align with technical analysis methodologies emphasizing market structure recognition.
## Performance Considerations and Risk Disclosure
The strategy operates exclusively on long positions, making it unsuitable for bear market conditions or extended downtrend periods. Users should consider market environment analysis and broader trend assessment before implementing the strategy during adverse market conditions.
Candlestick pattern reliability varies significantly across different market conditions, with higher reliability typically occurring during trending markets compared to ranging or volatile conditions. Strategy performance may deteriorate during periods of reduced pattern effectiveness or increased market noise.
Risk management through stop loss implementation remains essential for capital preservation during adverse market movements. The strategy does not guarantee profitable outcomes and requires proper position sizing and risk management to prevent significant capital loss during unfavorable trading periods.
## Technical Specifications
The strategy utilizes standard TradingView Pine Script functions ensuring compatibility across all supported instruments and timeframes. Default configuration employs 14-period RSI calculations, adjustable candle stability thresholds, and customizable price decline verification periods optimized for general market conditions.
Initial capital settings default to $10,000 with percentage-based equity allocation, though users can adjust these parameters based on account size and risk tolerance requirements. The strategy maintains detailed trade logs and performance metrics through TradingView's integrated backtesting framework.
Alert integration enables real-time notification of entry and exit signals, stop loss executions, and other significant trading events. The comprehensive alert system supports automated trading applications and manual trade management approaches through detailed signal information provision.
## Conclusion
The Mutanabby_AI Algo Pro Strategy provides a systematic framework for candlestick pattern trading with comprehensive risk management and position sizing flexibility. The strategy's strength lies in its multi-layered confirmation approach and sophisticated customization options, enabling adaptation to various trading styles and market conditions.
Successful implementation requires understanding of candlestick pattern analysis principles and appropriate parameter optimization for specific market characteristics. The strategy serves traders seeking automated execution of proven technical analysis techniques while maintaining comprehensive control over risk management and position sizing methodologies.
Multi-Momentum Monitor(composed by ROC RSI MFI AO)Multi-Momentum Monitor (Multi-Momentum Monitor) instructions for use
Version: v6 revised version
Applicable objects: currency circle, stock market, futures short-term/swing trader
effect:
Integrate ROC (momentum rate of change), RSI (relative strength), MFI (capital flow), and AO (oscillator) together
Judge the direction and intensity of the current market momentum through “multi-index resonance”
Low latency, easy to configure, suitable for market tracking to assist in judging “pullback vs reversal”
1、Overview of indicator functions
Legend description:
Background color: Green = Strong kinetic energy of multiple parties (≥3/4 of the indicators are in the same direction), red = strong kinetic energy of the empty party (≤1/4 of the indicators are in the same direction)
Triangle mark: The green triangle at the bottom = all long signals of the 4/4 indicator; the red triangle at the top = all short signals of the 4/4 indicator
Four curves:
Blue = ROC (%)
Orange = RSI
Purple = MFI
Gray = AO
2、Explanation of the four core indicators (simple and easy-to-understand version)
Key points of interpretation of the role of indicators
The ROC price momentum rate of change reflects the speed of price rise/fall. ROC is greater than the threshold = long acceleration, less than the-threshold = short acceleration
RSI relative strength index RSI > 50 is too much, RSI <50 is empty
The MFI capital flow indicator combines transaction volume and price. MFI>50 indicates the net inflow of funds, and <50 indicates the net outflow of funds.
AO Super Oscillator fast line average price-slow line average price, greater than 0 is too much, less than 0 is too short
3、Parameter configuration guide
Explanation of common parameters:
ROC cycle /threshold: ROC calculation cycle and kinetic energy sensitivity. Short cycle + low threshold = sensitive (but noisy)
RSI cycle: the shorter the more sensitive, the longer the more stable
MFI cycle: it is recommended to be close to the RSI cycle
AO fast/slow cycle: commonly used 5/34, 5/21 is also available
Background color resonance judgment: ≥3 indicators in the same direction, time scale background
4、How to read the signal
Background color signal (distinguish between trend strength and weakness)
Green background: at least 3 indicators, long positions → multi-party dominance
Red background: At least 3 indicators, bears → bears dominate
No background: the kinetic energy is chaotic, and the probability of shock is large
Triangle mark (extremely strong signal)
Green triangle at the bottom: 4/4 multi-head → super multi-party kinetic energy
Red triangle at the top: 4/4 bears → Super empty kinetic energy
5、Actual usage cases
Short-term breakthrough trading
Observe the picture for 15 minutes, when the background turns green + a green triangle mark appears
There is no obvious empty signal at the upper level (1H)
Follow up at the breaking point and put the stop loss at the lowest
Distinction between callback and reversal
Pullback: The price has fallen but the background is still green, and many indicators have not all turned over.
Reversal: The price drops and the background turns red, and a red triangle appears at the same time
6、Precautions
The signal is not 100% accurate, it must be combined with multiple factors such as price structure, support and resistance.
⏳ Stronger resonance at different cycle levels (such as 15min warning + 1H confirmation)
⚠ The misjudgment rate of the volatile market is high, it is recommended to filter it in combination with the trend direction
Indicators are only an aid, not a substitute, please cooperate with your personal strategy and risk control
📊 多动能监控器(Multi-Momentum Monitor)使用说明
版本:v6 修正版
适用对象:币圈、股市、期货短线/波段交易者
作用:
把 ROC(动量变化率)、RSI(相对强弱)、MFI(资金流量)、AO(震荡指标)整合在一起
通过“多指标共振”判断当前市场动能的方向和强度
低延迟、易配置,适合盯盘辅助判断“回调 vs 反转”
0️⃣ 指标核心组成
ROC 动能速度 衡量价格变化速度,反应趋势衰竭最直接 周期(默认 5)
RSI 短周期 衡量上涨动能比例 周期(默认 5)+ 阈值(50)
MFI 短周期 加入成交量权重的 RSI 周期(默认 7)+ 阈值(50)
AO 方向强弱 快速可视化趋势动能方向 快线周期(默认 5)、慢线周期(默认 34)
1️⃣ 指标功能概览
图例说明:
背景色:绿色 = 多方动能强(≥3/4指标同向),红色 = 空方动能强(≤1/4指标同向)
三角标记:底部绿色三角 = 4/4指标全部多头信号;顶部红色三角 = 4/4指标全部空头信号
四条曲线:
蓝色 = ROC (%)
橙色 = RSI
紫色 = MFI
灰色 = AO
2️⃣ 四大核心指标解释(简单易懂版)
指标 作用 解读关键点
ROC 价格动量变化率 反映价格上涨/下跌的速度,ROC大于阈值=多头加速,小于-阈值=空头加速
RSI 相对强弱指标 RSI > 50 偏多,RSI < 50 偏空
MFI 资金流量指标 结合成交量和价格,MFI > 50 表示资金净流入,< 50 表示资金净流出
AO 超级震荡指标 快线均价 - 慢线均价,大于0偏多,小于0偏空
3️⃣ 参数配置指南
常用参数解释:
ROC 周期 / 阈值:ROC计算周期和动能敏感度。短周期 + 低阈值 = 灵敏(但噪音多)
RSI 周期:越短越敏感,越长越稳
MFI 周期:建议与RSI周期接近
AO快/慢周期:常用5/34,也可5/21
背景色共振判断:≥3个指标同方向时标背景
4️⃣ 如何读信号
📌 背景色信号(趋势强弱区分)
绿色背景:至少3个指标多头 → 多方主导
红色背景:至少3个指标空头 → 空方主导
无背景:动能混乱,震荡概率大
📌 三角标记(极强信号)
底部绿色三角:4/4 多头 → 超强多方动能
顶部红色三角:4/4 空头 → 超强空方动能
5️⃣ 实战用法案例
短线突破交易
观察15分钟图,当背景转绿 + 出现绿色三角标记
上级别(1H)无明显空方信号
在突破点跟进,止损放在前低
回调与反转区分
回调:价格回落但背景仍为绿色,多指标未全部翻空
反转:价格回落并背景翻红,同时出现红色三角
6️⃣ 注意事项
📉 信号不是100%准确,要结合价格结构、支撑阻力等多因素
⏳ 不同周期级别共振更强(如15min预警 + 1H确认)
⚠ 震荡市误判率高,建议结合趋势方向过滤
💡 指标只是辅助,不是替代品,请配合个人策略与风险控制
The Barking Rat ReversionsMean Reversion with Multi-Layered Precision
The Barking Rat Reversions is a short-term mean reversion strategy tailored for high-volatility markets. It combines several well-established technical tools in a configuration to identify overextended price movements likely to revert toward equilibrium. The goal is to isolate high-quality, short-term reversal opportunities while filtering out low-conviction setups.
At its core, our strategy triggers off Fair Value Gaps (FVGs) that occur a considerable distance away from a dynamically defined equilibrium band. It then validates these gaps by checking proximity to recent support and resistance drawn from swing extremes.
Additional confirmation comes from momentum filters and wick-rejection patterns, ensuring each entry aligns with both price structure and stretched momentum. Exits use volatility-adjusted profit targets. Keeping the approach disciplined and adaptive.
🧠Core Logic: Selectivity & Structure
This strategy is intentionally very selective. We have designed it to filter out roughly 95% of all market noise, highlighting only setups that pass multiple validation layers outlined below.
Fair Value Gaps (FVGs) as the Primary Trigger
FVGs identify imbalance zones where price historically retraces. These inefficient zones often become magnets for reversion as the market seeks to rebalance.
Dynamic Equilibrium Band + S/R
Defines a fair value zone with a long-term moving average and combines it with shorter-term swing pivots to establish support/resistance. Only FVGs that occur outside the band and near recent pivots are considered, ensuring reversals are sufficiently distanced and not taken too close to the mean.
Proximity to Support/Resistance
Setup validity depends on location. The strategy filters for FVGs near well-defined structural levels — areas where price has previously turned (i.e., recent swing highs or lows). This increases the likelihood that reversals are occurring at legitimate zones of confluence.
Wick-Rejection Confirmation
Confirms potential exhaustion through characteristic candle wick patterns beyond the equilibrium region. This acts as another filter to improve signal accuracy.
Sequential Filtered Signals
Custom logic ensures that a new signal in any direction must improve upon the previous one, preventing repetitive or suboptimal entries.
Multi-Step Confirmation
All validation layers must coincide on the same bar before a signal triggers, dramatically reducing false positives.
📈Chart Visuals: Designed for Clarity
To ensure transparency and easy interpretation, the script overlays intuitive visuals:
Green “▲” below a candle: Indicates a potential long entry
Red “▼” above a candle: Indicates a potential short entry
Green “✔️”: Marks exit from a trade when ATR target is met
Background shading (green/red): Indicates trade direction while active
Support/Resistance lines: Auto-plotted from recent swing levels
🔔Alerts: Stay Notified Without Watching
The strategy supports real-time alerts on candle close, ensuring that signals are only triggered once fully confirmed.
You must manually set up alerts within your TradingView account. Once configured, you’ll be able to set up one alert per instrument. This one alert covers all relevant signals and exits — ideal for hands-free monitoring.
⚙️Strategy report properties
Position size: 25% equity per trade
Initial capital: 10,000.00 USDT
Pyramiding: 10 entries per direction
Slippage: 2 ticks
Commission: 0.055% per side
Backtest timeframe: 1-minute
Backtest instrument: HYPEUSDT
Backtesting range: Jul 21, 2025 — Aug 7, 2025
Note on Sample Size:
You’ll notice the report displays fewer than the ideal 100 trades in the strategy report above. This is intentional. The goal of the script is to isolate high-quality, short-term reversal opportunities while filtering out low-conviction setups. This means that the Barking Rat Reversions strategy is ultra-selective, filtering out over 95% of market noise by enforcing multiple validation layers. The brief timeframe shown in the strategy report here illustrates its filtering logic over a short window — not its full capabilities. As a result, even on lower timeframes like the 1-minute chart, signals are deliberately sparse — each one must pass all criteria before triggering.
We conducted a broader backtest covering the period from December 5, 2024 to July 31, 2025, during which the strategy identified 968 high-probability setups on the same instrument and timeframe as the strategy report.
For a larger dataset:
Once the strategy is applied to your chart, users are encouraged to expand the lookback range or apply the strategy to other volatile pairs to view a full sample.
💡Why 25% Equity Per Trade?
While it's always best to size positions based on personal risk tolerance, we defaulted to 25% equity per trade in the backtesting data — and here’s why:
Backtests using this sizing show manageable drawdowns even under volatile periods
The strategy generates a sizeable number of trades, reducing reliance on a single outcome
Combined with conservative filters, the 25% setting offers a balance between aggression and control
Users are strongly encouraged to customize this to suit their risk profile.
🔍What Makes This Strategy Unique?
Multi-factor confirmation using FVGs, EMA deviation, RSI, wick rejection, and S/R
Clean, Intuitive Chart Experience
Real-time alerts triggered only on confirmation
Variables monitor prior reversal points, guaranteeing each new signal offers an improved entry
Tracks active positions and resets filters upon exit.
Rsi bar, divergences, tether line, ema 20,50 -Ema 20,50
-Tether Line dominance
-Buy/sell pressure
-Rsi last candle
-byu sell signal
-rsi divergence
-macd divergence
-Coloured candles 25,30 rsi and 70 rsi
TDPO-RSI (Time-Decaying Percentile RSI)TDPO-RSI (Time-Decaying Percentile RSI)
TDPO-RSI is a modern, statistically-enhanced momentum indicator that improves on traditional RSI by using percentile-based analysis with exponential time decay. Instead of averaging gains and losses equally, this indicator ranks them by size and weights recent data more heavily—resulting in a more responsive and noise-resistant signal.
How it works:
Calculates percentile rank of gains and losses over a lookback window
Applies a decay factor (lambda) to give more weight to recent price action
Outputs a percentile-based RSI value between 0 and 100
Optional smoothing via EMA for clearer crossover signals
Key Uses:
Identify overbought/oversold zones (default: 70/30)
Use raw vs. smoothed RSI crossovers for entries
Detect momentum shifts earlier than traditional RSI
Suitable for scalping, trend continuation, and reversal setups
Inputs:
Lookback Length: Number of bars used for percentile calculation
Decay Factor (lambda): How quickly older data fades in influence (0.80–0.99)
Smoothing EMA: Smooths the final output to reduce noise
Tip: Combine with price structure and volume for best results. Higher timeframes can be used for trend context, while lower timeframes help with precise entries.
This tool is ideal for traders who want adaptive momentum analysis rooted in statistical behavior.
Multi-Indicator Trading System v2Multi-Indicator Trading System (MITS)
Purpose:
Using WVMA (Volume Weighted Moving Average) + EMA 50 + Bollinger Bands to capture trend reversal points and generate buy/sell signals.
What It Does:
WVMA line shows volume-based price momentum
EMA 50 determines main trend direction
Bollinger Bands display volatility range
BUY signal when price crosses above WVMA and is above EMA
SELL signal when price crosses below WVMA and is below EMA
In Short: Combines Volume + Trend + Volatility to find strong entry points.
Trader's Club IndicatorTrader’s Club Indicator
The Trader’s Club Indicator is an advanced confluence-based tool combining Bollinger Bands , Relative Strength Index (RSI) , VWAP with multi-band overlays , and an intelligent chained divergence detection engine. It identifies potential buy/sell setups by aligning price extremes with momentum shifts and volume-weighted trends. The “E” signal highlights enhanced entry opportunities based on RSI divergence and price candle behaviour — offering a timing edge for informed traders.
TRADING METHOD
This indicator works best on 1-Minute candles. Tested it successfully on XAUUSD.
Buy signal: 'E' in a Blue box.
Sell signal: 'E' in a Red box.
Chained Divergence: White dot on the top or bottom of a candle. This shows possibility of a reversal from that zone.
Use the Buy/Sell signals in conjunction with the VWAP levels. If the Buy/Sell Signals form at VWAP and a key support/resistance level, that is an additional confluence.
Disclaimer
This indicator is for informational and educational purposes only. Trading involves risk, and you are solely responsible for your decisions. Do not rely solely on the buy/sell ‘E’ signals — it’s crucial to use additional confirmation, context, and personal judgment before placing trades. Always practice proper risk management and consider combining this indicator with broader technical or fundamental confluences.
Smoothed Increment MA RSI | MisinkoMasterThe Smoothed Increment MA RSI is my latest creation, being a versatile tool allowing traders and investors not only to catch reversals in Trend, but also catch high value and low value zones, working both as a Trend Following and Mean Reverting indicator for everyone's usage.
Use Cases:
1. Mean Reversion/Value Spotting:
This indicator, because of being based on the RSI, can catch high value and low value zones,
and if you experiment with conditions like:
Entry - values in the green zone
Exit - values in the red zone and downtrend
You will find very good trades:
2. Trend Reversals:
The main usage of this indicator, this is for what it has been intended, so it must excell at it!
When the line is green a reversal up is happening, when red, reversal down.
This indicator will provide you with fast reversals, no matter the asset - it will always do it's job.
Change the asset? No problem!
COINBASE:ETHUSD
But it also works on meme coins like CRYPTOCAP:DOGE
How it works?
The Smoothed Increment MA RSI works like so:
1. Calculate the RSI/Relative Strength Index, which will be the core of this all
2. Calculate the increment, this will be used by comparing the Moving Average, ATR/Average True Range and Volume values now to past values with different weights
3. Now it is time to check the RSI's ROC and apply the increment to it, making a much more volatile RSI
4. Now we just smooth the values using multiple Moving Averages over a smoothing period at base set to 6, but can be adjusted
5. Trend logic, this one depends on everyone, some may set it to crossing the value of 50, some may set it to something else, but for the purpose of this indicator I found the best working case to be just comparing if the value of the RSI has grown or decreased.
There will be also black dots with white borders plotted, this is for easier spotting of reversals.
This indicator also uses volume, so you have to check this on something with volume available.
I left all the settings available for changing, so you can adjust it to whatever you like and get the best out of this!
Smooth Cloud + RSI Liquidity Spectrum + Zig Zag Volume ProfileSmooth Cloud + RSI Liquidity Spectrum + Zig Zag++ Volume Profile" Indicator
| Advanced Trend & Liquidity Analysis.
---
📌 Key Features & Enhancements (Zig Zag++)
This advanced indicator combines **trend-following moving averages, RSI momentum with liquidity factors, and an improved Zig Zag++ algorithm with volume profiling** for precise swing detection.
🔹 Zig Zag++ Upgrades:
✅ **Dynamic Reversal Detection** – Adapts to volatility using percentage-based pivots.
✅ **Volume-Weighted Swing Points** – Highlights high-liquidity turning points.
✅ **Multi-Timeframe Confirmation** – Uses historical pivots for stronger signals.
✅ **Volume Profile Clustering** – Reveals key support/resistance zones based on traded volume.
---
📊 Indicator Components Breakdown
1️⃣ Smooth Cloud (Trend Filter)
- **Fast MA (20-period) & Slow MA (50-period)** – Configurable as EMA, SMA, or WMA.
- **Cloud Coloring** – Green when fast MA > slow MA (bullish), red otherwise (bearish).
- **Purpose**: Acts as a trend filter—only take trades in the direction of the cloud.
2️⃣ RSI Liquidity Spectrum (Momentum + Volume)
- **RSI (14-period default)** – Standard momentum oscillator.
- **Liquidity-Adjusted Momentum** = `(RSI + ROC(RSI,3)) * (Volume / SMA(Volume, RSI Length))`
- **Purpose**: Identifies overbought/oversold conditions with volume confirmation (high volume = stronger signal).
3️⃣ Zig Zag++ (Swing Detection & Volume Profiling)
📈 Zig Zag Logic:**
- **Percentage-Based Reversals** (default: 5%) – Only plots swings exceeding this threshold.
- **Pivot Tracking** – Stores price & bar index of each swing point in arrays.
- **Dynamic Line Drawing** – Connects swing points with yellow trendlines.
📊 Volume Profile at Swings:
- **Lookback Period** (200 bars default) – Analyzes volume distribution between Zig Zag turns.
- **10-Price Bin Clustering** – Splits the price range into 10 levels and calculates traded volume at each.
- **Transparency Scaling** – Higher volume zones appear darker (stronger support/resistance).
---
🎯 Step-by-Step Trading Strategies
📈 Strategy 1: Trend-Following with RSI Liquidity Confirmation**
1. **Enter Long** when:
- Smooth Cloud is **green** (fast MA > slow MA).
- RSI Liquidity Momentum crosses above **30** (bullish momentum + volume).
- Price pulls back to the **Volume Profile high-volume zone** (demand area).
2. **Enter Short** when:
- Smooth Cloud is **red** (fast MA < slow MA).
- RSI Liquidity Momentum crosses below **70** (bearish momentum + volume).
- Price rallies into the **Volume Profile high-volume zone** (supply area).
3. **Exit** when:
- Zig Zag++ detects a new reversal (5% move against position).
- RSI Liquidity Momentum crosses back mid-level (50).
---
📉 Strategy 2: Swing Trading with Zig Zag++ Pivots**
1. **Buy at Swing Lows** when:
- Zig Zag++ prints a **higher low** (bullish structure).
- Volume Profile shows **strong absorption** (high volume at the low).
- RSI Liquidity Momentum is rising from oversold (<30).
2. **Sell at Swing Highs** when:
- Zig Zag++ prints a **lower high** (bearish structure).
- Volume Profile shows **distribution** (high volume at the top).
- RSI Liquidity Momentum is falling from overbought (>70).
3. **Stop Loss**:
- Below the recent Zig Zag low (for longs).
- Above the recent Zig Zag high (for shorts).
---
📌 Additional Enhancements (Pro Tips)**
- **Combine with Higher Timeframe (HTF) Cloud** – Use a 4H/1D cloud to filter trades.
- **Divergence Detection** – Hidden bullish/bearish divergences between Zig Zag & RSI Liquidity.
- **Volume Spike Confirmation** – Only trade if volume exceeds SMA(volume, 20) at reversal points.
---
🚀 Conclusion
This **all-in-one indicator** provides:
✔ **Trend direction** (Smooth Cloud)
✔ **Momentum + Liquidity strength** (RSI Spectrum)
✔ **Precise swing points** (Zig Zag++)
✔ **Volume-based S/R zones** (Profile Clustering)
Best used on **15M-4H timeframes** for swing/day trading. Adjust parameters based on asset volatility.
Mayfair Fx Scalper✅ Mayfair FX Scalper — By EastWave Capital
The Mayfair FX Scalper is a precision-focused, closed-source indicator designed for short-term intraday trading, particularly scalping on lower timeframes such as 1-minute, 3-minute, and 5-minute charts. This tool is developed by EastWave Capital and is based on a combination of Relative Strength Index (RSI) extremes and specific candlestick structure patterns to detect potential exhaustion and reversal points in the market.
🔍 How It Works:
The algorithm operates by evaluating three core elements:
RSI Extremes:
RSI is calculated using default settings.
Buy signals are considered only when the RSI on the previous candle is below 22 (oversold), and the current candle is bullish, while the previous one was bearish.
Sell signals are considered when the RSI on the previous candle is above 78 (overbought), and the current candle is bearish, while the previous one was bullish.
Candle Confirmation Logic:
The system waits for candle confirmation (e.g., shift in bullish/bearish structure) rather than triggering signals based on RSI alone.
This avoids false triggers in strong trends and filters weak entries.
SL/TP Estimation (Visual):
While not automatically placing orders, the indicator can optionally display lines or small labels showing a Stop Loss at the previous swing high/low (±0.5) and TP levels at 1R, 2R, and 3R based on that stop.
These visual aids help traders plan risk/reward and exits manually.
📈 How to Use:
Timeframes: Best suited for 1M, 3M, and 5M charts
Markets: Works well on Gold (XAU/USD), Forex majors, Indices, and Crypto
Session: Performs best during high volatility sessions (London & NY)
Use Case:
Wait for a signal label to appear after a clear momentum move.
Confirm price action and trend context.
Use provided visual SL/TP labels or apply your manual RR planning.
Combine with structure breaks, FVG zones, or liquidity sweeps for confluence.
⚠️ Important Notes:
This indicator does not repaint.
No automatic trades are executed. Signals are visual.
Not intended for use in isolation; best when combined with proper trade management and confirmation tools.
Past performance does not guarantee future results. Always manage risk appropriately
RSI de Loquy H4 (HMA + ALMA + Régression)📌 Indicator Name: RSI de Loquy H4 (HMA + ALMA + Regression)
🧠 Description:
This custom indicator is designed for H4 (4-hour) timeframes and combines advanced smoothing techniques to refine RSI analysis:
✅ HMA (Hull Moving Average) is applied to the price before computing the RSI. This helps reduce noise and respond faster to price action compared to traditional moving averages.
✅ The resulting RSI is recalibrated to a symmetrical range from -100 to +100, making trend bias more visually intuitive.
✅ A second smoothing using ALMA (Arnaud Legoux Moving Average) is applied to the recalibrated RSI for enhanced signal clarity.
✅ A linear regression line is plotted on the recalibrated RSI to help detect directional momentum and trend shifts.
📈 Visual Features:
Cyan line: RSI mapped from -100 to +100
Orange line: ALMA smoothed RSI
White line: Linear regression of RSI
Reference zones:
+70: Potential oversold (buy watch)
0: Neutral line
–70: Potential overbought (sell watch)
⚙️ Optimized for H4 timeframe, but adaptable for other timeframes with parameter tuning.
RSI de Loquy H4 (2 ALMA + Régression) Loquy RSI H4 (2 ALMA + Regression)
An advanced RSI indicator optimized for 4-hour trading.
Combines multiple smoothing techniques to better filter signals and detect trend reversals more reliably:
🔧 Components:
Recalibrated RSI: based on an ALMA-smoothed price, centered around 0 and scaled to oscillate between -100 and +100.
ALMA on recalibrated RSI: dynamic smoothing to reduce false signals.
Linear regression: highlights the momentum direction.
Custom overbought/oversold zones: ±60 levels tailored for swing trading.
📈 How to use:
🔼 Bullish signal:
RSI crosses above its ALMA, regression turns positive, and RSI exits oversold zone (-60).
🔽 Bearish signal:
RSI crosses below its ALMA, regression turns negative, and RSI exits overbought zone (+60).
✅ Benefits:
More readable and symmetric than a classic RSI.
Reduced noise thanks to ALMA smoothing.
Ideal for swing and trend-following strategies on the H4 timeframe.
Works well on Forex, crypto, indices, and more.
RSI-CCI Momentum ScreenerRSI-CCI Momentum Screener;
How to Use:
Apply this script to 1H or 4H timeframe
Works well for NSE stocks, crypto, or forex
Look for a green label “BUY” that shows when the screener conditions are met
FFI WEALTHFFI Wealth: Monthly RSI-Based Entry/Exit Tool
This indicator visualizes monthly RSI levels on any chart timeframe by coloring candles and marking entry/exit signals. It uses RSI (14) calculated on the monthly timeframe to reflect long-term momentum:
🔹 Candle Coloring Based on Monthly RSI:
Dark Red: RSI ≤ 20
Light Red: RSI 21–40
Yellow: RSI 41–59 (neutral)
Light Green: RSI 60–80
Dark Green: RSI > 80
🔹 Buy Signal: When monthly RSI crosses above 50
🔹 Sell Signal: When monthly RSI crosses below 50
Entry and exit levels are shown with labels and dotted horizontal lines on the chart. These signals can help traders align with broader trend momentum while trading lower timeframes.
⚠️ Disclaimer:
This tool is for educational and informational purposes only. It does not guarantee profits or trading success. Always use risk management and do your own analysis before trading. for any doubt contact 8007280721
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.
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
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) است.