Scalping Singals [VM]Scalping Signals
Overview
The Scalping Signals is a Pine Script indicator designed for TradingView to provide precise buy and sell signals for scalping strategies. Created by Vlad_Mind (Telegram: @Dreamer528), this indicator combines multiple technical indicators (RSI, Stochastic, SMI, Bollinger Bands, and a Higher Timeframe Supertrend) with an EMA filter to identify high-probability entry points for short-term trades. It is optimized for fast-paced trading environments and includes a trend filter and trade cooldown to enhance signal reliability.
The indicator is tailored for the 5-minute timeframe, which is the recommended setting for optimal performance. Other settings are best left at their default values to maintain the indicator's intended behavior.
Features
Scalping-Focused Signals: Generates clear "Buy" and "Sell" labels for quick entry decisions on the 5-minute chart.
Multi-Indicator Confirmation:
RSI: Detects overbought (>70) and oversold (<30) conditions.
Stochastic Momentum Index (SMI): Confirms momentum with thresholds at +40 (overbought) and -40 (oversold).
Stochastic Oscillator: Identifies extreme price levels (<20 for buys, >80 for sells).
Bollinger Bands: Ensures price is outside the bands (below lower band for buys, above upper band for sells).
Higher Timeframe (HTF) Trend Filter: Uses a Supertrend indicator on a user-defined HTF (default: 60 minutes) to align trades with the broader trend.
EMA Filter: Optional filter (default: enabled) to ensure trades align with the trend relative to a 1000-period EMA.
Trade Cooldown: Prevents overtrading by enforcing a minimum time gap (default: 360 minutes) between signals.
Visual Elements:
Plots the HTF Supertrend and EMA for trend context.
Displays "Buy" (green) and "Sell" (red) labels directly on the chart.
How It Works
The indicator generates signals based on the following logic:
Buy Signal:
RSI < 30, SMI < -40, Stochastic < 20, and price below the lower Bollinger Band.
HTF Supertrend indicates an uptrend (if trend filter is enabled).
Price is above the EMA (if EMA filter is enabled).
Cooldown period since the last buy signal has expired.
Sell Signal:
RSI > 70, SMI > 40, Stochastic > 80, and price above the upper Bollinger Band.
HTF Supertrend indicates a downtrend (if trend filter is enabled).
Price is below the EMA (if EMA filter is enabled).
Cooldown period since the last sell signal has expired.
Signals are marked with labels ("Buy" or "Sell") at the respective candle's low or high, making them easy to spot.
Settings
Recommended Timeframe: 5 minutes (optimal for scalping).
Other Settings: Keep at default values for best results:
HTF Timeframe: 60 minutes.
HTF ATR Factor: 5.
HTF ATR Length: 10.
Trade Cooldown: 360 minutes.
Enable EMA Filter: True.
EMA Period: 1000.
Usage
Apply the Scalping Signals to a 5-minute chart on TradingView.
Leave all settings at their default values for optimal performance.
Look for "Buy" (green) and "Sell" (red) labels to identify entry points.
Use the plotted EMA and HTF Supertrend to confirm the broader trend context.
Combine with proper risk management and other technical analysis tools to validate trades.
Notes
The indicator is designed specifically for the 5-minute timeframe to capture short-term price movements.
The trade cooldown (default: 360 minutes) ensures signals are spaced out, reducing the risk of overtrading.
The HTF Supertrend and EMA filters enhance signal reliability by aligning trades with the broader market trend.
Contact Vlad_Mind (Telegram: @Dreamer528) for support or feedback.
Disclaimer
This indicator is provided for educational and informational purposes only. It does not constitute financial advice. Always conduct your own research and consult with a professional before making trading decisions.
Happy scalping!
Relative Strength Index (RSI)
Adaptive Volume-Weighted RSI (AVW-RSI)Concept Summary
The AVW-RSI is a modified version of the Relative Strength Index (RSI), where each price change is weighted by the relative trading volume for that period. This means periods of high volume (typically driven by institutions or “big money”) have a greater influence on the RSI calculation than periods of low volume.
Why AVW-RSI Helps Traders
Avoids Weak Signals During Low Volume
Standard RSI may show overbought/oversold zones even during low-volume periods (e.g., during lunch hours or after news).
AVW-RSI gives less weight to these periods, avoiding misleading signals.
Amplifies Strong Momentum Moves
If RSI is rising during high volume, it's more likely driven by institutional buying—AVW-RSI reflects that stronger by weighting the RSI component.
Filters Out Retail Noise
By prioritizing high-volume candles, it naturally discounts fakeouts caused by thin markets or retail-heavy moves.
Highlights Institutional Entry/Exit
Useful for spotting hidden accumulation/distribution that classic RSI would miss.
How It Works (Calculation Logic)
Traditional RSI Formula Recap
RSI = 100 - (100 / (1 + RS))
RS = Average Gain / Average Loss (over N periods)
Modified Step – Apply Volume Weight
For each period
Gain_t = max(Close_t - Close_{t-1}, 0)
Loss_t = max(Close_{t-1} - Close_t, 0)
Weight_t = Volume_t / AvgVolume(N)
WeightedGain_t = Gain_t * Weight_t
WeightedLoss_t = Loss_t * Weight_t
Weighted RSI
AvgWeightedGain = SMA(WeightedGain, N)
AvgWeightedLoss = SMA(WeightedLoss, N)
RS = AvgWeightedGain / AvgWeightedLoss
AVW-RSI = 100 - (100 / (1 + RS))
Visual Features on Chart
Line Color Gradient
Color gets darker as volume weight increases, signaling stronger conviction.
Overbought/Oversold Zones
Traditional: 70/30
Suggested AVW-RSI zones: Use dynamic thresholds based on historical volatility (e.g., 80/20 for high-volume coins).
Volume Spike Flags
Mark RSI turning points that occurred during volume spikes with a special dot/symbol.
Trading Strategies with AVW-RSI
1. Weighted RSI Divergence
Regular RSI divergence becomes more powerful when volume is high.
AVW-RSI divergence with volume spike is a strong signal of reversal.
2. Trend Confirmation
RSI crossing above 50 during rising volume is a good entry signal.
RSI crossing below 50 with high volume is a strong exit or short trigger.
3. Breakout Validation
Price breaking resistance + AVW-RSI > 60 with volume = Confirmed breakout.
Price breaking but AVW-RSI < 50 or on low volume = Potential fakeout.
Example Use Case
Stock XYZ is approaching a resistance zone. A trader sees:
Standard RSI: 65 → suggests strength.
Volume is 3x the average.
AVW-RSI: 78 → signals strong momentum with institutional backing.
The trader enters confidently, knowing this isn't just low-volume hype.
Limitations / Tips
Works best on liquid assets (Forex majors, large-cap stocks, BTC/ETH).
Should be used alongside price action and volume analysis—not standalone.
Periods of extremely high volume (news events) might need smoothing to avoid spikes.
RSI Aşırı Alım-Satım Tablosu This script calculates the RSI values of up to 20 selected BIST 100 stocks on TradingView and displays a visual table highlighting overbought (RSI > 70) and oversold (RSI < 30) conditions. Users can analyze this table to identify potential trading opportunities. Stocks with high RSI values are displayed in red, while those with low RSI values are shown in green.
Features:
View RSI values for up to 20 different stocks.
The table uses color-coding to indicate overbought and oversold levels.
Users can monitor RSI levels of selected stocks in real time.
The table calculates and displays RSI values based on the current chart timeframe, helping traders visually identify extreme RSI conditions directly from their selected timeframe.
Dynamic Options Banknifty ALGONo need to leave your job to be a full time trader. All you need is
1) a strategy/indicator on tradingview.
2) Essential or above subscription of tradingview.
3) Willingness to grow.
This is the only automatic order placement code available to trade options without needing additional third party algo subscriptions. All you need is a essential or above plan of tradingview.
This will place orders only on Dhan Platform automatically as per chosen strike from OTM+1 to OTM+9 for Buy side trades and ITM+1 to ITM+9 for Sell side trades.
This template is tested and working only with Banknifty options on intraday timeframes below 15 minutes.
The template strategy used here for testing purpose is based on rsi getting overheated and overcoooled concept. This is to be used only for testing purpose. In no way the template strategy used here is recommended / suggested for trading.
This works only on Dhan Platform but same functionality of placing orders automatically can be provided on Strategy of your choice. Please feel free to contact the Publisher for customized code as per your choice of strategy on any options, futures, commodity, stocks, etc.
Kindly make sure not to have funds in your broker app while in the testing phase the automatic order placement feature.
Please do read to know more about automatic trading.
web.dhan.co
Feel free to use the following referral link to open a trading account on dhan:
join.dhan.co
Feel free to use the following referral code while opening a trading account on dhan:
EOGBS48919
COMPink RSIPURPOSE OF THE INDICATOR
This Pine Script is a comprehensive RSI (Relative Strength Index) scanner and divergence detector designed for TradingView. Its main functions are:
1- Detects RSI divergences (regular and hidden, bullish and bearish).
2- Uses Composite RSI to normalize each stock's RSI against a benchmark index (e.g., BIST:XU100).
3- Scans up to 40 symbols at once from predefined or custom groups.
4- Displays stocks whose RSI or Composite RSI crosses above 50.
KEY FEATURES
1- RSI Divergence Detection
Based on pivot highs/lows in the RSI:
Regular Bullish Divergence: Price makes a lower low while RSI makes a higher low.
Hidden Bullish Divergence: Price makes a higher low while RSI makes a lower low.
Regular Bearish Divergence: Price makes a higher high while RSI makes a lower high.
Hidden Bearish Divergence: Price makes a lower high while RSI makes a higher high.
2- Composite RSI
Normalized RSI using a reference index (default: BIST:XU100).
Helps assess a stock’s relative strength compared to a broader benchmark.
4- On-Chart Labeling
Matching symbols are shown as green and blue labels directly on the chart.
WHO IS IT FOR?
Swing traders relying on RSI divergence signals.
Analysts wanting relative strength analysis using Composite RSI.
Systematic traders needing multi-symbol scanning on TradingView.
Investors comparing BIST stocks against the broader market (e.g., XU100).
Buy/Sell Strategy-R-AlgoAIDisclaimer:
// This script is for educational and informational purposes only.
// It does not constitute financial or investment advice.
// Trading involves substantial risk and may not be suitable for all investors.
// Always do your own research or consult with a licensed financial advisor
// before making any trading or investment decisions.
// The author is not responsible for any losses incurred using this script
Key Changes:
Buy at High of the Signal Candle:
The strategy.entry("Buy", strategy.long, limit=high, comment="Buy at High of Signal Candle") line places a buy order at the high of the candle that triggered the signal (i.e., the candle where the RSI crosses above the SMA).
How it works:
When the RSI crosses above the SMA and the buy condition is true, the strategy will place a buy order at the high of that candle.
Exit:
The strategy will exit the position if the RSI crosses below the SMA as usual using strategy.close("Buy").
Example:
If the RSI crosses above the SMA at a specific candle, the strategy will enter a buy order at the high of that candle.
When the RSI crosses below the SMA, it will close the long position.
This should now execute a buy order at the high of the signal candle when the RSI crosses above the SMA, as requested.
MZ_DHE ADX with RSI// Description of Use:
// This indicator combines the Average Directional Index (ADX), Relative Strength Index (RSI), and Moving Averages (MA) to identify market trends and momentum.
// - ADX indicates trend strength, with customizable threshold, mid, and high levels.
// - RSI measures momentum and identifies overbought/oversold conditions.
// - Moving Averages (Fast, Mid, Slow) help confirm trend direction with color-coded bullish/bearish signals.
// - The indicator uses a normalization method to determine trend dominance (bullish, bearish, or neutral).
// - ATR (Average True Range) enhances signal strength based on volatility.
// - Visual outputs include ADX and RSI plots with reference levels, color-coded based on trend strength, and a label showing the MA type and trend direction.
Michitrading RSI🔍 RSI Divergence Indicator – Michitrading
This custom script developed by Michitrading automatically detects classic and hidden divergences on the RSI indicator, helping you identify potential trend reversals or continuation confirmations with greater clarity.
✅ Types of divergences shown:
📈 Bullish Divergence
📉 Bearish Divergence
🔄 Hidden Bullish Divergence
🔁 Hidden Bearish Divergence
Each type of divergence is visually highlighted and differentiated directly on the chart, allowing for quick and intuitive reading.
🎯 Ideal for traders who use technical analysis on both small and large timeframes, whether in cryptocurrencies or any other market.
💡 This indicator is part of the educational community Scalping Inteligente by Michitrading.
⚠️ Disclaimer:
This indicator is for educational purposes only. It does not constitute investment advice or guarantee any results. The use of this tool is the sole responsibility of the user. It is always recommended to combine it with other elements of analysis and proper risk management.
Precision Trend Shot | JeffreyTimmermansPrecision Trend Shot
The "Precision Trend Shot" Indicator is an advanced technical tool designed to provide a dynamic and adaptive view of market trends. By combining three core components—RSI Oscillator, LSMA ATR, and Adaptable Trend—this indicator delivers precise signals that help traders identify market direction, volatility, and potential trend reversals. The calculated total score, derived from these components, provides a clear, actionable view of market conditions.
Key Features
Multi-Component Analysis: Integrates three key indicators (RSI, LSMA ATR, and Adaptable Trend) for a comprehensive view of market trends.
Dynamic Trend Classification: Categorizes market states as "Bullish" or "Bearish", based on a combined score.
Standard Deviation Bands: Displays standard deviation bands around the score line for enhanced volatility visualization.
Gradient Background Coloring: Visually highlights market phases with gradient colors, aiding quick interpretation.
Customizable Visuals: Offers extensive settings for coloring, background gradients, and signal visibility.
Real-Time Alerts: Generates alerts for significant trend changes or transitions between market states.
Inputs & Settings
RSI Settings:
RSI Source: Default: Close price. Defines the data source for RSI calculation.
RSI Length: Default: 10. Sets the period for calculating RSI.
LSMA ATR Settings:
LSMA Source: Default: Close price. Defines the data source for LSMA calculation.
LSMA Length: Default: 21. Sets the period for calculating the Least Squares Moving Average.
ATR Length: Default: 12. Sets the period for calculating the Average True Range.
Adaptable Trend Settings:
Trend Length: Default: 5. Sets the period for calculating the trend.
Smoothing Length: Default: 5. Controls the smoothing of trend volatility.
Sensitivity: Default: 1.5. Adjusts the sensitivity of trend bands.
Standard Deviation Settings:
Enable Standard Deviation Bands: Default: True. Toggles the display of standard deviation bands.
Standard Deviation Length: Default: 20. Sets the period for standard deviation calculation.
Standard Deviation Multiplier: Default: 2.0. Adjusts the width of the bands.
Smoothing Length: Default: 5. Controls the smoothing of standard deviation bands.
Visual Settings:
Enable Candle Coloring: Default: True. Colors candles based on market state (Bullish or Bearish).
Enable Background Gradient: Default: True. Applies gradient coloring to the background based on trend direction.
Score Line Colors: Customize colors for bullish or bearish score lines.
Calculation Process
RSI Calculation:
Computes the Relative Strength Index (RSI) of the selected source data.
Signals bullish (RSI > 50) or bearish (RSI < 50) conditions.
LSMA ATR Calculation:
Computes LSMA for trend direction and ATR for volatility measurement.
Generates buy and sell signals based on crossover and crossunder of ATR bands.
Adaptable Trend Calculation:
Calculates dynamic trend levels using EMA and standard deviation bands.
Classifies trend states as Bullish or Bearish.
Combined Signal Calculation:
Averages the signals from RSI, LSMA ATR, and Adaptable Trend to generate a total score.
Classifies the market as "Bullish" or "Bearish" based on this score.
Standard Deviation Bands:
Plots standard deviation bands around the combined signal for enhanced volatility analysis.
Gradient Background Coloring:
Colors the chart background based on the identified market state (Bullish or Bearish).
How to Use the Precision Trend Shot Indicator
Identifying Market States:
Bullish Market: Total score > 0, gradient background green.
Bearish Market: Total score < 0, gradient background red.
Confirming Signals:
Use RSI and LSMA ATR signals for early indications.
Use Trend Recon for confirming longer-term trend direction.
Visualizing Volatility:
Standard deviation bands highlight potential reversal zones.
Dynamic Alerts
The Precision Trend Shot Indicator includes a robust alert system for real-time market transitions:
Bullish to Bearish: Market shifts from a bullish to bearish trend.
Bearish to Bullish: Market shifts from a bearish to bullish trend.
Conclusion
The Precision Trend Shot Indicator is an advanced, versatile tool for identifying market trends, visualizing volatility, and generating actionable signals. With customizable settings, dynamic alerts, and clear visual representation, it is an essential addition to any trader’s toolkit.
-Jeffrey
STWP Probable Pullback/Reversal Indicator with PNL Table📊 STWP Probable Pullback/Reversal Indicator | Live PnL Table | Pine Script Tool for Traders
What if you could spot probable pullbacks or reversals using pure logic — without any guesswork?
Introducing the STWP Probable Pullback/Reversal Indicator – a custom-built Pine Script tool designed to help you identify strong trade setups, manage risk, and track P&L live on your TradingView charts!
✅ Features of This Indicator:
Candlestick Pattern Detection (Engulfing, Piercing)
RSI & EMA-based Trend Confirmation
Volume Filter for Reliable Entries
ATR and % Based Stop Loss Options
Risk-based Position Sizing
Live Profit/Loss Table (Auto Updates)
Clean Dashboard Labels & Trade Alerts
🎓 Built for educational purposes, this tool is perfect for:
New traders learning to analyze trades
Intermediate traders who want to follow a rule-based approach
Anyone looking to track their setups with proper risk management
📥 Access This Indicator FREE
🔒 Disclaimer: This indicator is designed purely for educational and analytical purposes. It does NOT provide buy/sell recommendations.
We are not SEBI registered research analysts. Please consult your financial advisor before making any investment decisions.
Stay connected for more TradingView tools
Parsifal.Swing.RSIThe Parsifal.Swing.RSI indicator is a module within the Parsifal Swing Suite, which includes a set of swing indicators:
• Parsifal Swing TrendScore
• Parsifal Swing Composite
• Parsifal Swing RSI
• Parsifal Swing Flow
Each module facilitates judgment of the current swing state in the underlying market.
________________________________________
Background
Market movements typically follow a time-varying trend channel within which prices oscillate. These swings within the trend are inherently tradable.
They can be approached:
• One-sidedly, in alignment with the trend (generally safer), or
• Two-sidedly, aiming to profit from mean reversions.
Note: In strong trends, mean reversions often appear as sideways consolidations, making one-sided trades more robust.
________________________________________
The Parsifal Swing Suite
The suite provides insights into current swing states and offers various entry point triggers.
All modules act as weak oscillators, meaning they fluctuate within a range but are not bounded like true oscillators (e.g., the RSI, which ranges from 0 to 100%).
________________________________________
The Parsifal.Swing.RSI – Specifics
The Parsifal.Swing.RSI is the simplest module in the suite. It uses variations of the classical RSI, explicitly combining:
• RSI: 14-period RSI of the market
• RSIMA: 14-period EMA of the RSI
• RSI21: 14-period RSI of the 21-period EMA of the market
• RSI21MA: 14-period EMA of RSI21
Component Behavior:
• RSI: Measures overbought/oversold levels but reacts very sensitively to price changes.
• RSIMA: Offers smoother directional signals, making it better for assessing swing continuation. Its slope and sign changes are more reliable indicators than pure RSI readings.
• RSI21: Based on smoothed prices. In strong trends, it reaches higher levels and reacts more smoothly than RSI.
• RSI21MA: Further smooths RSI21, serving as a medium-term swing estimator and a signal line for RSI21.
When RSI21 exceeds RSI, it indicates trend strength.
• In uptrends, RSI21 > RSI, with larger exceedance = stronger trend
• In downtrends, the reverse holds
________________________________________
Indicator Construction
The Swing RSI combines:
• RSI and RSIMA → short-term swings
• RSI21 and RSI21MA → medium-term swings
This results in:
• A fast swing curve, derived from RSI and RSI21
• A slow swing curve, derived from RSIMA and RSI21MA
This setup is smoother than RSI/RSIMA alone but more responsive than using RSI21/RSI21MA alone.
________________________________________
Background Value
The Background Value reflects the overall market state, derived from RSI21:
• > 0: shaded green → bullish mode
• < 0: shaded red → bearish mode
• The absolute value reflects confidence in the current mode
________________________________________
How to Use the Parsifal.Swing.RSI
Several change points can act as entry triggers:
• Fast Trigger: change in slope of the fast signal curve
• Trigger: fast line crossing slow line or change in slow signal's slope
• Slow Trigger: change in sign of the Background Value
Examples of these triggers are shown in the chart.
Additionally, market highs and lows aligned with swing values can serve as pivot points in evolving price movements.
________________________________________
As always, this indicator should be used alongside other tools and information in live trading.
While it provides valuable insights and potential entry points, it does not predict future price action.
It reflects the latest tendencies and should be used judiciously.
COMPink RSI ScannerPURPOSE OF THE INDICATOR
This Pine Script is a comprehensive RSI (Relative Strength Index) scanner and divergence detector designed for TradingView. Its main functions are:
1- Detects RSI divergences (regular and hidden, bullish and bearish).
2- Uses Composite RSI to normalize each stock's RSI against a benchmark index (e.g., BIST:XU100).
3- Scans up to 40 symbols at once from predefined or custom groups.
4- Displays stocks whose RSI or Composite RSI crosses above 50.
KEY FEATURES
1- RSI Divergence Detection
Based on pivot highs/lows in the RSI:
Regular Bullish Divergence: Price makes a lower low while RSI makes a higher low.
Hidden Bullish Divergence: Price makes a higher low while RSI makes a lower low.
Regular Bearish Divergence: Price makes a higher high while RSI makes a lower high.
Hidden Bearish Divergence: Price makes a lower high while RSI makes a higher high.
2- Composite RSI
Normalized RSI using a reference index (default: BIST:XU100).
Helps assess a stock’s relative strength compared to a broader benchmark.
3- Multi-Symbol Scanning
Supports scanning in groups of 40 symbols (selectable via grupSec).
Also supports Custom Symbol List (inputs s01 to s38).
For each symbol:
If RSI crosses above 50 → listed under RSI 50⬆️
If Composite RSI crosses above 50 → listed under K-RSI 50⬆️.
4- On-Chart Labeling
Matching symbols are shown as green and blue labels directly on the chart.
WHO IS IT FOR?
Swing traders relying on RSI divergence signals.
Analysts wanting relative strength analysis using Composite RSI.
Systematic traders needing multi-symbol scanning on TradingView.
Investors comparing BIST stocks against the broader market (e.g., XU100).
Praetor Sentinel V11.2 NOLOOSE BETA📈 Praetor Sentinel V11.2 – "NOLOOSE BETA"
Algorithmic Trading Strategy for Trend Markets with Adaptive Risk Management
Praetor Sentinel V11.2 is an advanced algorithmic trading strategy for TradingView, specifically designed to operate in strong trend conditions. It combines multiple technical systems—including dynamic trend filters, multi-layer EMA structures, ADX-based volatility control, and adaptive trailing stops—into a powerful and automated trading framework.
🔧 Core Features
Multi-EMA Trend Detection: Two EMA pairs (short/long) to identify and confirm directional trends.
XO-EMA Breakout Logic: Fast EMA crossover to detect breakout opportunities.
ADX Trend Filter: Trades only during strong market trends (above custom ADX threshold).
HTF Filter: Optional higher timeframe trend confirmation (e.g. Daily 50 EMA).
VWAP Validation: Ensures entries aren't taken against the volumetric average.
RSI Filter: Adds a momentum filter (e.g. RSI > 50 for long trades).
🎯 Entry Signals
The strategy uses two entry types:
Breakout Entries: Based on XO-EMA cross and multi-EMA trend alignment.
Pullback Entries: Configurable via various methods such as EMA21 reentry, RSI reversal, engulfing candles, or VWAP reclaim.
All entries can be delayed via confirmation candle logic, requiring a bullish or bearish follow-up bar.
🛡️ Risk Management & Exit Logic
Dynamic ATR Trailing Stop: Adjusts stop distance according to market volatility with optional swing high/low protection.
Break-Even Logic: Locks in trades at breakeven once a defined profit is reached.
Hard Stop-Loss: Caps potential loss per trade with a fixed % (e.g. 1%).
Safe Mode ("NOLOOSE"): Exits early if price moves too far against the position — ideal for automated bots that must avoid drawdowns.
🤖 Automation & Alerts
This strategy is fully automatable with services like 3Commas using built-in alert messages for entries and exits.
All parameters are fully configurable to adapt to different assets, timeframes, and trading styles.
⚙️ Additional Features
Configurable leverage & position sizing
Time-based trading window
Built-in Anchored VWAP
Modular design for easy extension
📌 Summary
Praetor Sentinel V11.2 is a professional-grade tool for trend traders who want rule-based entry/exit logic, adaptive stop systems, and robust protection features. When paired with automation tools, it offers a reliable, low-maintenance setup that emphasizes safety, structure, and scalability.
🛠 How to Use Praetor Sentinel V11.2 – NOLOOSE BETA
🔍 1. Basic Configuration (Required)
Setting Description
Enable Long Trades Enables long (buy) positions.
Enable Short Trades Enables short (sell) positions.
Leverage Used for position sizing calculations.
Position Size % Defines % of capital to be used per trade.
⏰ 2. Time Filter (Optional)
Restricts trading to a defined time range.
Setting Description
Start Date Start date for strategy to be active.
End Date End date for strategy to stop.
Time Zone Time zone for above settings.
📊 3. Trend Setup (Essential for Entry Signals)
Setting Description
MA Type Type of moving average: EMA or SMA.
EMA1/2 Short & Long Two EMA-based systems to determine trend.
Fast/Slow EMA (XO) Used for crossover breakout detection.
HTF Filter Uses higher timeframe trend for additional confirmation.
RSI Filter Confirms entries only if momentum (RSI) supports it.
ADX Threshold Ensures trades only occur during strong trends.
🎯 4. Entry Logic
Setting Description
Pullback Entry Type Enables optional entry setups:
"Off"
"EMA21"
"RSI"
"Engulfing"
"VWAP"
| Use Confirmation Candle | Entry is delayed until a confirmation bar appears. |
| VWAP Confirmation | Trade only if price is above/below the VWAP (based on direction). |
Note: You can combine breakout + pullback signals. Only one has to trigger.
🧯 5. Risk Control & Exit Settings
Setting Description
Trailing Stop Mode
"Standard": Classic trailing stop
"Dynamic ATR": Adjusts to current volatility
"Dynamic ATR + Swing": Adds swing high/low buffer
| Enable Break-Even | Moves SL to breakeven once a target % gain is reached. |
| Enable Hard Stop-Loss | Fixed stop-loss (e.g. 1%) to cap trade risk. |
| Enable Safe Mode | Exits trade early if price moves against it beyond defined % (e.g. 0.3%). |
🔔 6. Alerts & Bot Automation
Setting Description
Entry Long/Short Msg Text message sent via alert when a position opens.
Exit Long/Short Msg Alert message for stop-loss/exit logic.
How to automate with 3Commas:
Load the strategy on your chart.
Manually create alerts using "Create Alert" in TradingView.
Use the built-in alert_message values for bot integration.
✅ Recommended Settings (Example for BTC/ETH on 1H)
Long & Short: ✅ Enabled
Leverage: 2.0
Timeframe: 1H
Pullback Entry: "EMA21"
MA Type: EMA
HTF Filter: Enabled (Daily EMA50)
RSI Filter: Enabled
VWAP Filter: Enabled
Break-Even: On at 0.5%
Hard SL: 1.0%
Safe Mode: On at -0.3%
Trailing Stop: "Dynamic ATR + Swing"
📘 Pro Tips for Testing & Customization
Use the Strategy Tester in TradingView to analyze performance over different assets.
Experiment with timeframes and entry modes.
Ideal for trending assets like BTC, ETH, SOL, etc.
You can expand it with take-profit logic, fixed TPs, indicator exits, etc.
Greenbull IndicatorDescription:
The Greenbull Algo Indicator is designed to help traders identify potential entry and exit points based on momentum and pressure signals derived from relative strength index (RSI) calculations.
What is it?:
Flow A is Pressure that will be used to indicate exit points, while Flow B is Momentum that will be used to indicate entry points. An Entry (Buy) signal is shown when momentum is increasing below and crossing 5.00, indicating the bulls have woken up. An Exit (Sell) signal is shown when pressure falls below 20.00, indicating that the bulls are losing steam. By analyzing Flow A and Flow B metrics, this indicator aims to support more informed trading decisions in various market conditions.
Interpret Signals:
Look for buy signals marked as green triangles below the bars, and sell signals marked as red triangles above the bars. Use these alerts as part of your broader trading strategy.
Disclaimer:
Trading involves risk and is not suitable for everyone. The Greenbull indicator is intended for informational purposes only and should not be construed as financial advice. Always conduct your own research before making trading decisions.
Feel free to contact me for more information.
EMA Cloud with Custom MAs and RSI [deepakks444]This all-in-one technical analysis tool merges an EMA Cloud, customizable dual moving averages (MA1 & MA2), and an advanced RSI oscillator with divergence detection, smoothing, and alerts.
Designed for traders who rely on trend direction, momentum, and reversal confluence, this indicator helps filter high-probability setups and reduces the need to juggle multiple indicators on the chart.
🔍 Components and Features
🔸 1. EMA Cloud (Trend Filter)
A lightweight 3-period EMA manually calculated using exponential smoothing.
Two EMAs: One tracking highs and one tracking lows.
Creates a "cloud" between them to visually represent short-term trend direction.
Cloud color logic:
🟢 Green: Price is bullish, staying above the EMA cloud.
🔴 Red: Price is bearish, below the EMA cloud.
🟡 Yellow: Price is indecisive or in consolidation.
Why it's useful:
The EMA Cloud helps identify the immediate short-term bias of the market. It quickly reacts to price and gives a clear visual guide for trend-following or pullback trades.
🔸 2. Custom Moving Averages (MA1 & MA2)
Both MA1 and MA2 are user-configurable in type, length, and price source.
Supported types include:
SMA, EMA, WMA, HMA, RMA, VWMA.
Color logic:
🟩 Green: MA1 is below MA2 (bullish alignment).
🟥 Red: MA1 is above MA2 (bearish alignment).
Why include this?
MA crossovers are a classic way to determine medium/long-term trend shifts or confirm trend continuation. The flexibility allows users to tailor them to suit any strategy—from mean reversion to trend-following.
🔸 3. RSI Oscillator with Enhancements
This is more than a basic RSI—it's been expanded to become a momentum engine and divergence detector, complete with alerting and smoothing options.
Main features:
✅ Customizable RSI Source & Length
✅ Colored RSI Zones:
RSI > 60 → Overbought strength zone (green background).
RSI < 40 → Oversold weakness zone (red background).
Neutral background in between.
✅ Smoothing Options:
Apply additional MA smoothing to RSI: SMA, EMA, WMA, RMA, VWMA, or even SMA + Bollinger Bands.
Visualizes volatility around RSI for breakout/reversal analysis.
✅ RSI Alerts:
Alert when RSI crosses above 60 → potential bullish momentum.
Alert when RSI crosses below 40 → potential bearish momentum.
✅ Divergence Detection (Optional):
Bullish Divergence: Price makes lower low while RSI makes higher low → Possible reversal up.
Bearish Divergence: Price makes higher high while RSI makes lower high → Possible reversal down.
Marks divergence using “Bull” and “Bear” labels directly on the RSI pane.
Why enhance RSI?
The RSI is a cornerstone of momentum trading. By adding zone shading, volatility overlays, and divergence detection, traders can better assess:
Whether a trend is strong or weakening.
Whether to enter on continuation or wait for reversal.
Spot early signs of price turning points using divergence patterns.
🤝 Why Merge These Three Systems?
Combining EMA Cloud + MAs + RSI in a single tool allows traders to:
Avoid conflicting signals by seeing multiple confirmations in one view.
Reduce chart clutter by replacing multiple indicators with one efficient visual system.
Get trend, momentum, and reversal analysis all-in-one:
EMA Cloud = short-term trend.
MA1/MA2 = medium-term trend & crossover confirmation.
RSI = momentum extremes, breakout confirmation, or divergence reversal zones.
🔔 Built-in Alerts
RSI crosses above 60 → Potential buy signal.
RSI crosses below 40 → Potential sell signal.
These alerts can be used to automate notifications, integrate with webhook systems, or trigger manual reviews.
⚠️ Disclaimer
This script is provided for educational and informational purposes only. It is not financial advice, and past performance is not indicative of future results. Always use proper risk management and verify signals with your own analysis before trading.
TLCproTLCpro - is an advanced multi-timeframe trading strategy designed for crypto and forex markets, combining EMA crossovers, MACD, RSI, and trend filters to generate high-probability trade signals. The strategy features dynamic stop-loss (SL) and take-profit (TP) management, including Breakeven (BE) adjustments after hitting partial profit targets.
📌 Key Features:
✅ Multi-Timeframe Analysis – Works on 1H & 4H charts, with trend confirmation on higher timeframes
✅ Smart Entry Conditions – Uses EMA crossover + MACD + RSI to filter high-quality trades
✅ Risk Management – Implements 3-tier take-profit (TP1, TP2, TP3) and trailing stop-loss (BE adjustment)
✅ Telegram Alerts – Real-time notifications for entries, exits, SL, TP, and BE levels
✅ Monthly Performance Reports – Tracks win rate, profit/loss, and trade statistics
✅ Visual SL/TP Lines – Dynamic price levels displayed on the chart for easy tracking
📊 Strategy Logic:
Long Entry: Fast EMA crosses above Slow EMA + MACD histogram > 0 + RSI > 50 + Price > VWAP (1H) / Trend EMA (4H)
Short Entry: Fast EMA crosses below Slow EMA + MACD histogram < 0 + RSI < 50 + Price < VWAP (1H) / Trend EMA (4H)
Exits: 25% at TP1, 25% at TP2, and 50% at TP3. SL moves to BE after TP1 is hit
🚀 Perfect for:
Crypto & Forex pairs
Traders who prefer automated alerts & structured exits
TLCpro – это продвинутая многотаймфреймовая торговая стратегия для криптовалют и форекса, сочетающая пересечение EMA, MACD, RSI и трендовые фильтры для генерации высоковероятных сигналов. Стратегия включает динамический стоп-лосс (SL) и тейк-профит (TP) с автоматическим переводом в безубыток (BE) после достижения частичных целей.
📌 Основные особенности:
✅ Анализ нескольких таймфреймов – Работает на 1H и 4H, с подтверждением тренда на старших периодах
✅ Умные условия входа – Комбинация EMA + MACD + RSI для фильтрации ложных сигналов
✅ Управление рисками – 3 уровня тейк-профита (TP1, TP2, TP3) и подвижный стоп-лосс (BE)
✅ Telegram-оповещения – Уведомления о входах, выходах, SL, TP и BE в реальном времени
✅ Ежемесячная статистика – Отчеты по процентной прибыли, количеству сделок и их результативности
✅ Графические уровни – SL, TP и BE отображаются на графике для удобства
📊 Логика стратегии:
Лонг: Быстрая EMA пересекает медленную сверху + MACD > 0 + RSI > 50 + Цена выше VWAP (1H) / Trend EMA (4H)
Шорт: Быстрая EMA пересекает медленную снизу + MACD < 0 + RSI < 50 + Цена ниже VWAP (1H) / Trend EMA (4H)
Выходы: 25% на TP1, 25% на TP2, 50% на TP3. SL переводится в BE после TP1
🚀 Идеально для:
Крипторынка и форекс-пар
Трейдеров, предпочитающих автоматические оповещения и четкие правила выхода
📢Готовы тестировать? Подключите TLCpro в TradingView и торгуйте с четкой системой! 🚀
Volume RSI - VRSIIntroduction:
This oscillator uses the RSI formula, but instead of calculating based on the difference between candle closes, it utilizes volume data. This allows users to identify divergences between volume and price.
Compared to the traditional RSI, it reacts faster, but may not be as precise—making it most effective when used alongside the standard RSI.
How you use this oscillator depends entirely on your strategy and trading approach.
I recommend analyzing this oscillator together with the classic RSI to gain a better understanding and improve your market insight.
Features:
Ability to display reverse divergences
Option to add a traditional RSI with a custom length
Ability to choose which RSI to smooth
Option to toggle the visibility of either RSI
If you need the source code for this indicator, feel free to message me on Telegram:
🔗 @OxAlireza200
Adaptive RSI | Lyro RSThe Adaptive RSI | 𝓛𝔂𝓻𝓸 𝓡𝓢 indicator enhances the traditional Relative Strength Index (RSI) by integrating adaptive smoothing techniques and dynamic bands. This design aims to provide traders with a nuanced view of market momentum, highlighting potential trend shifts and overbought or oversold conditions.
Key Features
Adaptive RSI Calculation: Combines fast and slow Exponential Moving Averages (EMAs) of the RSI to capture momentum shifts effectively.
Dynamic Bands: Utilizes a smoothed standard deviation approach to create upper and lower bands around the adaptive RSI, aiding in identifying extreme market conditions.
Signal Line: An additional EMA of the adaptive RSI serves as a signal line, assisting in confirming trend directions.
Customizable Color Schemes: Offers multiple predefined color palettes, including "Classic," "Mystic," "Accented," and "Royal," with an option for users to define custom colors for bullish and bearish signals.
How It Works
Adaptive RSI Computation: Calculates the difference between fast and slow EMAs of the RSI, producing a responsive oscillator that adapts to market momentum.
Band Formation: Applies a smoothing factor to the standard deviation of the adaptive RSI, generating dynamic upper and lower bands that adjust to market volatility.
Signal Line Generation: Computes an EMA of the adaptive RSI to act as a signal line, providing additional confirmation for potential entries or exits.
Visualization: Plots the adaptive RSI as color-coded columns, with colors indicating bullish or bearish momentum. The dynamic bands are filled to visually represent overbought and oversold zones.
How to Use
Identify Momentum Shifts: Observe crossovers between the adaptive RSI and the signal line to detect potential changes in trend direction.
Spot Overbought/Oversold Conditions: Monitor when the adaptive RSI approaches or breaches the dynamic bands, signaling possible market extremes.
Customize Visuals: Select from predefined color palettes or define custom colors to align the indicator's appearance with personal preferences or chart themes.
Customization Options
RSI and EMA Lengths: Adjust the lengths of the RSI, fast EMA, slow EMA, and signal EMA to fine-tune the indicator's sensitivity.
Band Settings: Modify the band length, multiplier, and smoothing factor to control the responsiveness and width of the dynamic bands.
Color Schemes: Choose from predefined color modes or enable custom color settings to personalize the indicator's appearance.
⚠️ DISCLAIMER ⚠️: This indicator alone is not reliable and should be combined with other indicator(s) for a stronger signal.
Dskyz (DAFE) GENESIS Dskyz (DAFE) GENESIS: Adaptive Quant, Real Regime Power
Let’s be honest: Most published strategies on TradingView look nearly identical—copy-paste “open-source quant,” generic “adaptive” buzzwords, the same shallow explanations. I’ve even fallen into this trap with my own previously posted strategies. Not this time.
What Makes This Unique
GENESIS is not a black-box mashup or a pre-built template. It’s the culmination of DAFE’s own adaptive, multi-factor, regime-aware quant engine—built to outperform, survive, and visualize live edge in anything from NQ/MNQ to stocks and crypto.
True multi-factor core: Volume/price imbalances, trend shifts, volatility compression/expansion, and RSI all interlock for signal creation.
Adaptive regime logic: Trades only in healthy, actionable conditions—no “one-size-fits-all” signals.
Momentum normalization: Uses rolling, percentile-based fast/slow EMA differentials, ALWAYS normalized, ALWAYS relevant—no “is it working?” ambiguity.
Position sizing that adapts: Not fixed-lot, not naive—not a loophole for revenge trading.
No hidden DCA or pyramiding—what you see is what you trade.
Dashboard and visual system: Directly connected to internal logic. If it’s shown, it’s used—and nothing cosmetic is presented on your chart that isn’t quantifiable.
Inputs and What They Mean (Read Carefully)
📊 Main Signal Inputs
Maximum Raw Score: How many distinct factors can contribute to regime/trade confidence (default 4). If you extend the quant logic, increase this.
RSI Length / Min RSI for Shorts / Max RSI for Longs: Fine-tunes how “overbought/oversold” matters; increase the length for smoother swings, tighten floors/ceilings for more extreme signals.
⚡ Regime & Momentum Gates
Min Normed Momentum/Score (Conf): Raise to demand only the strongest trends—your filter to avoid algorithmic chop.
🕒 Volatility & Session
ATR Lookback, ATR Low/High Percentile: These control your system’s awareness of when the market is dead or ultra-volatile. All sizing and filter logic adapts in real time.
Trading Session (hours): Easy filter for when entries are allowed; default is regular trading hours—no surprise overnight fills.
📊 Sizing & Risk
Max Dollar Risk / Base-Max Contracts: All sizing is adaptive, based on live regime and volatility state—never static or “just 1 contract.” Control your max exposures and real $ risk.
🔄 Exits & Scaling
Stop/Trail/Scale multipliers: You choose how dynamic/flexible risk controls and profit-taking need to be. ATR-based, so everything auto-adjusts to the current market mode.
Visuals That Actually Matter
Dashboard (Top Right): Shows only live, relevant stats: scoring, status, position size, win %, win streak, total wins—all from actual trade engine state (not “simulated”).
Watermark (Bottom Right): Momentum bar visual is always-on, regime-aware, reflecting live regime confidence and momentum normalization. If the bar is empty, you’re truly in no-momentum. If it glows lime, you’re riding the strongest possible edge.
*No cosmetics, no hidden code distractions.
Why It Wins
While others put out “AI-powered” strategies with little logic or soul, GENESIS is ruthlessly practical. It is built around what keeps traders alive:
- Context-aware signals, not just patterns
- Tight, transparent risk
- Inputs that adapt, not confuse
- Visuals that clarify, not distract
- Code that runs clean, efficient, and with minimal overfitting risk (try it on QQQ, AMD, SOL, etc. out of the box)
Disclaimer (for TradingView compliance):
Trading is risky. Futures, stocks, and crypto can result in significant losses. Do not trade with funds you cannot afford to lose. This is for educational and informational purposes only. Use in simulation/backtest mode before live trading. No past performance is indicative of future results. Always understand your risk and ownership of your trades.
Personal Note to Mods and Traders:
Yes, this statement is DIFFERENT, because this script IS different. If you see this taken down for some technicality (charting labels etc.), know I will fix, adapt, and repost until the system and its truth are visible to the community.
This will not be my last—my goal is to keep raising the bar until DAFE is a brand or I’m forced to take this private.
Use with discipline, use with clarity, and always trade smarter.
— Dskyz, powered by DAFE Trading Systems.
Apex Edge – Super RSIThe Apex Edge™ – Super RSI is not your average RSI. This is an institutional-grade signal engine designed for serious traders who want confluence, control, and confidence — all wrapped into one visual powerhouse.
━━━━━━━━━━━━━━━━━━━━
🔥 KEY FEATURES
━━━━━━━━━━━━━━━━━━━━
✔ **RSI + Divergence Engine**
• Classic & Hidden Divergences (auto-detected)
• Labelled with shapes:
▲ Green Triangle – Buy Signal (strength-based size)
▼ Red Triangle – Sell Signal
◆ Green Diamond – Classic Bullish Divergence
◆ Red Diamond – Classic Bearish Divergence
● Green Circle – Hidden Bullish Divergence
● Red Circle – Hidden Bearish Divergence
Note - Users can edit symbol colours in settings for better clarity
✔ **Trap Detection System**
• Detects low-move, high-signal clusters (liquidity traps)
• Automatically suppresses signals for X bars after detection
• Trap zones shown with shaded background (optional)
✔ **Signal Scoring Logic**
• Each signal is scored 1–6 based on:
• RSI Threshold Break
• RSI Slope
• Divergence Detected
• Trap Avoidance
• Multi-Timeframe Confluence (optional)
• The plotted shape size reflects the strength of the entry signal
✔ **Multi-Timeframe Confluence (MTF)**
• Optional filter that uses HTF and VHTF RSI alignment
• Prevents countertrend signals
• MTF Bias shown on HUD panel
✔ **Always-On HUD Panel**
• Displays:
• Signal Type
• Signal Score
• Divergence Type
• RSI (LTF & HTF)
• Trap & Cooldown Status
• MTF Bias
• Volatility %
✔ **Alert Ready**
• Buy/Sell alerts
• Trap Detected alert
• Divergence alert with dynamic message
• Perfect for webhook integrations
━━━━━━━━━━━━━━━━━━━━
📘 HOW TO TRADE IT
━━━━━━━━━━━━━━━━━━━━
✅ **Buy Setup**
• Green triangle (▲) appears **below bar**
• RSI is oversold and rising
• HTF RSI agrees (optional)
• Signal score is 3+ for best confidence
• Avoid signals during cooldown zone
✅ **Sell Setup**
• Red triangle (▼) appears **above bar**
• RSI is overbought and falling
• HTF RSI agrees (optional)
• Signal score is 3+ for best confidence
✅ **Divergences**
• Use diamonds/circles to identify momentum shifts
• Strongest when aligned with score 4–6
❗**Trap Zones**
• When background is shaded, wait for cooldown
• Signals during traps are suppressed for safety
━━━━━━━━━━━━━━━━━━━━
📊 BEST USED WITH
━━━━━━━━━━━━━━━━━━━━
🔹 Apex Edge™ – Session Sweep (to visualize liquidity levels)
🔹 Volume Profile or OBV (volume-based confirmation)
🔹 EMA Ribbon (for trend alignment)
🔹 Fair Value Gap indicator (smart money models)
━━━━━━━━━━━━━━━━━━━━
🧠 PRO TIPS
━━━━━━━━━━━━━━━━━━━━
• Use the HUD for decision confidence — if everything aligns, you’ve got an Apex-grade setup.
• Wait for candle close to confirm divergence-based entries.
• Score 5–6 = sniper entries. Score 1–2 = warning shots.
This indicator can be used alongside ApexEdge Session Sweep Pro for better visual clarity.
━━━━━━━━━━━━━━━━━━━━
© Apex Edge™ | All rights reserved.
RSI 5 Dakika Al/Sat Alarmırsi 5 dklık grafikte scalp için sinyal üretir. yatırım tavsiyesi değildir.
测试 (RSI+K形态+TP/SL)This Pine Script strategy identifies potential long entry opportunities by combining the Relative Strength Index (RSI) with a specific two-bar candlestick pattern confirmation. A buy signal is generated when the RSI crosses below the user-defined oversold level (default 20) and the following pattern is confirmed on the current bar: the previous bar was bearish (close < open), the current bar is bullish (close > open), and the current bullish bar's close is higher than the previous bearish bar's open (bullish body top surpasses bearish body top).
The strategy only enters long positions (strategy.long). Positions are managed and exited using percentage-based Take Profit (TP) and Stop Loss (SL) levels, calculated from the average entry price. Configurable parameters include the RSI calculation length, the TP percentage, and the SL percentage. This strategy aims to capture potential reversals from oversold conditions when confirmed by specific bullish price action.
策略简介 (中文):
该 Pine Script 策略通过结合相对强弱指数 (RSI) 与一个特定的双K线形态确认来识别潜在的多头入场机会。当 RSI 向下穿越用户定义的超卖水平 (默认为20) 并且在当前K线上确认出现以下形态时,生成买入信号:前一根K线为阴线 (收盘价 < 开盘价),当前K线为阳线 (收盘价 > 开盘价),并且当前阳线的收盘价高于前一根阴线的开盘价 (即阳线实体顶部超过阴线实体顶部)。
该策略只执行多头入场 (strategy.long)。仓位通过基于入场均价计算的百分比止盈 (TP) 和止损 (SL) 水平进行管理和退出。可配置的参数包括 RSI 计算周期、止盈百分比 (%) 和止损百分比 (%)。此策略旨在捕捉由特定的看涨价格行为所确认的、从超卖状况中可能出现的反转机会。