Price Above 20 DMA, 20 SMA, 200 SMA with Buy/Sell ConditionsGuyse Daily Indicator. Uses daily and weekly moving averages to provide buy conditions.
Oscillators
Options Trading Buy/Sell SignalsI've started the Pine Script for generating buy and sell signals for options trading using three key indicators (Moving Average Crossover, RSI, and MACD Histogram). You can view and edit it in the canvas. Let me know if you need any specific tweaks!
Naveen %R (140) ScreenerNaveen %R (140) Screener
Description: The "Naveen %R (140) Screener" is a custom-built Pine Script indicator designed to identify oversold and overbought conditions in the cryptocurrency market. Tailored for traders who focus on altcoins, this indicator provides a sophisticated approach to market analysis using the Williams %R formula, adapted with a longer period of 140 to capture more extensive market cycles.
Features:
Longer Lookback Period: Utilizes a 140-period high and low to calculate the Williams %R, providing a broader view of market sentiment and potential reversals.
Oversold and Overbought Signals: Clearly marks oversold conditions when the indicator value falls below -95, and overbought conditions when it rises above -5.
Customizable Alerts: Traders can set alerts for oversold and overbought signals, enabling timely decisions based on specific trading strategies.
Visual Tools: Includes blue lines to display the Williams %R values, with red and green horizontal lines marking overbought and oversold thresholds, respectively.
Screener Compatibility: Optimized for use in TradingView’s cryptocurrency screener, allowing traders to filter and identify potential trading opportunities across multiple altcoins based on the indicator’s signals.
Use Case: Ideal for traders looking for a reliable technical tool to gauge extreme conditions in the altcoin markets. Whether you are a day trader aiming for quick turnovers or a long-term investor looking for entry and exit points, the Naveen %R (140) Screener helps you navigate the volatility with more confidence.
How to Use:
Apply the indicator to any cryptocurrency chart within TradingView.
Configure alerts to be notified when oversold or overbought conditions are met.
Use the output of this script to filter altcoins in the TradingView screener, helping you focus your analysis on coins that meet specific criteria set by the indicator.
Perfect for both new and experienced traders, the "Naveen %R (140) Screener" is a must-have tool in your trading arsenal to enhance your decision-making process and refine your trading strategies.
OBV Quantum Edge🚀 OBV Quantum Edge - Advanced Volume Analysis Suite 🚀
Hey fellow traders! After months of testing and refinement, I'm thrilled to share my latest creation with the trading community.
📊 What Makes This Indicator Special:
1. Smart Signal Generation:
• Combines On-Balance Volume (OBV) with volume analysis
• Uses RSI for momentum confirmation
• Incorporates EMA trend filtering
• Real-time accuracy tracking
2. Clean & Clear Signals:
• Green arrows: Strong buy opportunities
• Red arrows: Potential sell setups
• No confusing overlays or cluttered charts
• Focus on quality signals over quantity
3. Built-in Safety Features:
• Volume threshold confirmation
• Trend direction validation
• Multiple timeframe compatibility
• Anti-false signal protection
🎯 Best Usage Practices:
• Most effective on 1H, 4H, and Daily timeframes
• Watch for signals that align with the market trend
• Use the accuracy tracker to validate performance
• Perfect for swing trading and position trading
• Great companion to your existing strategy
💡 Pro Tips:
• Stronger signals occur with higher volume confirmation
• Wait for price action confirmation before entry
• Use proper position sizing and risk management
• Great for both crypto and traditional markets
🔍 Technical Details:
• Advanced OBV calculations with MA smoothing
• Dynamic volume filtering
• Trend-following capabilities
• Real-time performance tracking
Remember: While this indicator provides high-quality signals, always combine it with proper risk management and your own analysis. No indicator is perfect, but this tool aims to give you an edge in your trading journey.
Wishing you profitable trades! 📈
Created with passion by Anmol-max-star
Last Updated: 2025-03-02 13:18:45 UTC
P.S. Don't forget to follow for updates and more trading tools! Your feedback and suggestions are always welcome. Happy Trading! 🌟
#VolumeTrading #TechnicalAnalysis #TradingStrategy #SmartTrading
Directional Movement Index//@version=6
//this is an open source code and strictly for educational purpose
// the concept is to identify when the moving average is sloping upward or when the moving average is sloping downward
//since there are various ways to generate signal from moving average but the slope of moving average has much weight of evidence we are using the slope
//THE IDEA IS SIMPLE TO REMAIN RIGHT SIDE OF THE TREND
Pearson OscillatorThe Pearson Oscillator is a custom TradingView indicator that leverages statistical correlation analysis to gauge the trend strength of a given price series. By calculating the Pearson correlation coefficient between time (as an index) and price over a user-defined period, the indicator provides traders with an insight into how strongly the market is trending or oscillating.
──────────────────────────────
Key Features
- User-Defined Parameters:
– Set the calculation length, price source, and smoothing period.
– Adjust upper and lower threshold levels to suit your trading strategy.
– Customize color settings for increasing, decreasing, and neutral conditions.
- Dynamic Trend Analysis:
– Computes the Pearson correlation coefficient to measure the relationship between time and price.
– Applies a simple moving average to smooth out fluctuations in the coefficient, offering a more stable reading.
- Visual Representation:
– Plots the smoothed Pearson coefficient as a continuous line.
– Displays a histogram showing the variation (first derivative) of the coefficient to highlight changes in trend strength.
– Draws horizontal reference lines at the specified upper and lower thresholds as well as at the zero level for quick visual assessment.
- Alerts and Dynamic Labeling:
– Automatically triggers alerts when the smoothed Pearson coefficient crosses the predefined threshold levels, so you never miss a potential market turning point.
– Generates a dynamic label on the last bar that displays important statistical information, including:
- The current Pearson coefficient (rounded to three decimals).
- A classification of correlation strength (e.g., STRONG, MEDIUM, WEAK, NEUTRAL) based on the absolute value of the coefficient.
- The trend direction (Upward, Downward, or Stable).
- The delta of the coefficient, offering insight into how quickly the trend is evolving.
──────────────────────────────
How It Works
1. Calculation of the Pearson Coefficient:
- A custom function iterates over a specified number of price bars, summing time indices, price values, and their squared and cross-products.
- Using the Pearson correlation formula, it computes a coefficient that ranges between -1 and 1—values close to ±1 indicate a strong trend or linear relationship, while values near 0 suggest a weak or non-existent trend.
2. Smoothing Process:
- The raw Pearson coefficient is then smoothed using a simple moving average (SMA) to reduce noise and provide a clearer view of the underlying trend.
3. Delta (Variation) Computation:
- The script calculates the change (delta) between the current smoothed coefficient and its value on the previous bar.
- This derivative is plotted as a histogram, signaling the speed at which the correlation (and thus the trend) is changing.
4. Visual and Alert Mechanisms:
- The smoothed coefficient and its delta are plotted with colors that dynamically update to reflect increasing or decreasing trends.
- Horizontal lines set at user-defined thresholds help to quickly identify overbought or oversold (or extreme correlation) scenarios.
- Alerts are defined to notify you when the smoothed coefficient crosses these key levels, ensuring timely trade decisions.
5. Dynamic Label:
- At the last bar, a dynamic label is created displaying the current Pearson value, its strength, the direction of the trend, and the delta.
- This quick snapshot helps traders assess the market condition at a glance without diving into detailed analysis.
──────────────────────────────
Why Use the Pearson Oscillator?
This indicator is particularly useful for traders who need a quantitative measure of trend strength that goes beyond traditional moving averages. By integrating statistical correlation directly into market analysis, the Pearson Oscillator helps you:
- Identify periods of strong trending behavior or potential reversals.
- Enhance your risk management through early alerts.
- Visualize the rate of change in market sentiment, enabling more informed entry and exit decisions.
Whether you are a technical analyst or a systematic trader, this indicator provides a robust tool to complement your existing trading toolkit.
──────────────────────────────
The Pearson Oscillator merges statistical insights with technical charting, creating an intuitive yet powerful tool for market analysis. With its adjustable parameters, visual cues, dynamic labeling, and automated alerts, it assists traders in monitoring and responding to evolving market conditions efficiently. This makes it a valuable addition to any TradingView chart, particularly for those looking to quantify the strength and evolution of market trends.
Feel free to adapt the parameters and visual settings to best align the indicator with your trading strategy. Happy trading!
Stochastic and RSI DZStoch and RSI combined. I use it on timeframe 15M.
Parameters can be edited as needed.
For example on Stoch I use : K Lenght = 21, K Smoothing = 5, and D Smoothing 5
On RSI - Smoothing Lenght = 20
Rsi & Ema Optimization Buy-Sell Signal Cuneyt UgurThis indicator is a beta version indicator that aims to generate trading signals by optimizing the RSI (Relative Strength Index) and EMA (Exponential Moving Average) indicators.
Short and long exponential moving averages catch the breaks by following the trends of the bottom and top values of price movements in a certain period, cleared of contradictions. In addition, for RSI, it optimizes the bottom and top points of the RSI and creates buy and sell signals where there are parallels with the price breakdowns.
Recommendation for use: It is recommended to use it for at least 1 hour.d: At least 1 hour.
Ultimator's RSI Smoother 3.0This indicator uses two RSI timeframes that are smoothed out by applying a SMA to the RSI lines. It's goal is to pinpoint optimal bottoms and tops on a general basis for all timeframes by marking them on the smoothed RSI lines as different colored dots for visual effect.
When the conditions are met at a low RSI for both lines, it creates a dot on the upper line to indicate a possible bottom.
When the conditions are met at high RSI for both lines, it creates a dot on the lower line to indicate a possible top.
This indicator is meant for any timeframe, and the RSI lengths as well as smoothing lengths are opened as user inputs to allows users to fine tune the conditions to their needs.
Quad Rotation Stochastic (Offset Panels)Based on Day Trading Radio (DTR) concept for Quad Rotation of 4 stochastics
Dynamic Timeframe Trend AnalyzerThe Dynamic Timeframe Trend Analyzer is an advanced trading indicator designed to dynamically adjust key trading metrics based on the selected timeframe. It identifies market regimes, trends, and mean reversion conditions, making it a powerful tool for traders looking to adapt to changing market dynamics.
🔍 Key Features
✅ Timeframe-Aware Calculations – Automatically scales indicators (ADX, EMA, RSI, ATR) based on the selected timeframe for improved adaptability.
✅ Market Regime Detection – Classifies the market as Strong Uptrend, Strong Downtrend, Choppy, or Mean Reversion based on ADX, DI, RSI, and volatility factors.
✅ Mean Reversion Signals – Detects extreme price deviations and RSI extremes, indicating potential reversal zones.
✅ Dynamic Stop Loss & Take Profit – Adapts SL/TP levels based on volatility, trend strength, and regime conditions.
✅ Visual Signals & Alerts – Provides buy/sell signals with color-coded background changes, persistence settings, and alerts for key trading opportunities.
✅ Status Table Display – A real-time dashboard showing the current trend, ADX strength, RSI levels, volatility, and market conditions.
📈 How It Works
Uses ADX and DI to determine trend strength and classify the market.
EMA Alignment helps identify strong or weak trends.
Volatility Adjustments dynamically modify stop-loss and take-profit levels.
Mean Reversion Detection finds extreme price deviations for potential reversals.
Custom Alerts notify traders about trend changes, buy/sell opportunities, and stop loss hits.
🛠️ How to Use
Apply the indicator to your chart.
Choose your preferred timeframe – the script automatically adjusts indicator settings for optimal performance.
Watch for trend changes and reversal signals to refine your entries and exits.
Use the status table for real-time insights into the current market regime.
🚀 Perfect for traders who want a dynamic and intelligent trend-following system with built-in risk management!
Williams %RIndicator Name:
Williams %R
Disclaimer
Various factors can affect changes in the value of financial assets. These include, but are not limited to, geopolitical issues, industry policies, and technological developments within the industry. Other influencing elements include expectations of interest rates, inflation or deflation, unemployment rates, company development strategies, company revenues and liabilities, investor sentiment, and preferences for investor trading strategies. These factors may pose a risk of loss to investors' investment costs. Moreover, the past performance of individual trades does not guarantee future results or returns. Therefore, no a single idea, algorithm, script, indicator, or system content can account for all factors influencing financial asset value fluctuations. Investors are fully responsible for any investment decisions they make, and such decisions should be based entirely on an assessment of their financial situation, investment goals, risk tolerance, and liquidity needs.
The content provided in my ideas, algorithms, scripts, indicators, and systems is intended solely to demonstrate changes in the value of financial assets for educational purposes only. It does not constitute financial advice, investment recommendations, or a solicitation to buy or sell any financial instruments. The provider will not accept liability for any loss or damage, including, without limitation, any loss of investment costs, which may arise directly or indirectly from the use of or reliance on such information.
About Coffee
I would be delighted if my ideas, algorithms, scripts, indicators, and code can assist or inspire your pricing model. Should you feel inclined to buy me a cup of coffee, please feel free to contact me on TradingView. I am also more than willing to share my proprietary code indicators with you, along with practical usage tips for the related indicators.
CRYPTOCAP:ETH | CRYPTOCAP:USDT | CRYPTOCAP:USDC
0xE1b33484211595Ba4Dd9d6fEa52D64e873AfDe12
CRYPTOCAP:SOL | CRYPTOCAP:USDT | CRYPTOCAP:USDC
H8P3o2mqsb4u1R3TZa9PXKg5e5weyQFHVFMfZUPjheYE
CRYPTOCAP:USDT | CRYPTOCAP:USDC
TKQQNAZqBLQQMBSE98kEQdg6wRRqykNveh
CRYPTOCAP:BTC
bc1pkylhtk7srdqk6cyk7vfggzkkv8898drnmjpnvv69mp99uswh6rlstq63vr
Introduction to Indicator
Non-negative and negative values of the Williams %R indicator model.
Applicable to all time intervals.
Indicator effect display
S&P 500 Index ( SP:SPX )
S&P 500 Index ( SP:SPX )
Tesla, Inc. ( NASDAQ:TSLA )
Tesla, Inc. ( NASDAQ:TSLA )
Bitcoin / U.S. Dollar ( BITSTAMP:BTCUSD )
Bitcoin / U.S. Dollar ( BITSTAMP:BTCUSD )
KDJ Stochastic of MA ModelIndicator Name:
KDJ Stochastic of MA Model
Disclaimer
Various factors can affect changes in the value of financial assets. These include, but are not limited to, geopolitical issues, industry policies, and technological developments within the industry. Other influencing elements include expectations of interest rates, inflation or deflation, unemployment rates, company development strategies, company revenues and liabilities, investor sentiment, and preferences for investor trading strategies. These factors may pose a risk of loss to investors' investment costs. Moreover, the past performance of individual trades does not guarantee future results or returns. Therefore, no a single idea, algorithm, script, indicator, or system content can account for all factors influencing financial asset value fluctuations. Investors are fully responsible for any investment decisions they make, and such decisions should be based entirely on an assessment of their financial situation, investment goals, risk tolerance, and liquidity needs.
The content provided in my ideas, algorithms, scripts, indicators, and systems is intended solely to demonstrate changes in the value of financial assets for educational purposes only. It does not constitute financial advice, investment recommendations, or a solicitation to buy or sell any financial instruments. The provider will not accept liability for any loss or damage, including, without limitation, any loss of investment costs, which may arise directly or indirectly from the use of or reliance on such information.
About Coffee
I would be delighted if my ideas, algorithms, scripts, indicators, and code can assist or inspire your pricing model. Should you feel inclined to buy me a cup of coffee, please feel free to contact me on TradingView. I am also more than willing to share my proprietary code indicators with you, along with practical usage tips for the related indicators.
CRYPTOCAP:ETH | CRYPTOCAP:USDT | CRYPTOCAP:USDC
0xE1b33484211595Ba4Dd9d6fEa52D64e873AfDe12
CRYPTOCAP:SOL | CRYPTOCAP:USDT | CRYPTOCAP:USDC
H8P3o2mqsb4u1R3TZa9PXKg5e5weyQFHVFMfZUPjheYE
CRYPTOCAP:USDT | CRYPTOCAP:USDC
TKQQNAZqBLQQMBSE98kEQdg6wRRqykNveh
CRYPTOCAP:BTC
bc1pkylhtk7srdqk6cyk7vfggzkkv8898drnmjpnvv69mp99uswh6rlstq63vr
Introduction to Indicator
KDJ stochastic values generated by various from 7 types of moving averages (WSMA, SMA, EMA, RMA, HMA, WMA, VWMA) pricing models of the same cycles.
Applicable to all time intervals.
Indicator effect display
S&P 500 Index ( SP:SPX )
S&P 500 Index ( SP:SPX )
Tesla, Inc. ( NASDAQ:TSLA )
Tesla, Inc. ( NASDAQ:TSLA )
Bitcoin / U.S. Dollar ( BITSTAMP:BTCUSD )
Bitcoin / U.S. Dollar ( BITSTAMP:BTCUSD )
UT Bot Combined (Corrected)its a custom ut bot, It is custom made for indian stock market, it predicts much better than the standard one
ADX - Colored//using the simplest version of ADX to identify trending zone marked as blue and dull period marked or colored as black
Crypto 40 PulseCrypto 40 Pulse – Indicator Overview
The Crypto 40 Pulse is a market-tracking indicator designed to measure how many of up to 40 selected assets (initially the top 40 cryptocurrencies by market cap at the time of creation) are currently trading above a chosen Moving Average (MA). By default, it monitors popular crypto pairs, but you can customize it to track stocks, forex pairs, or any other assets you prefer.
How It Works
Symbol Selection & Customization
The indicator provides 40 slots, each representing a different asset.
You can enable or disable each symbol using checkboxes—disabled symbols are excluded from the calculation.
Moving Average Options
You can choose between SMA, EMA, WMA, or SMMA in the settings.
By default, the indicator uses a 200-period EMA, a widely used metric for identifying long-term trends.
Oscillator Logic
The script checks whether the closing price of each active symbol is above the selected Moving Average.
Every asset that meets this condition contributes +1 to the total count (countAbove).
This count is then displayed as an oscillator, ranging from 0 to the number of enabled assets.
Dynamic Overbought & Oversold Levels
The overbought threshold is set at 80% of enabled symbols, while the oversold threshold is at 20%.
A midline (50%) helps visualize the balance between bullish and bearish sentiment.
These levels adjust automatically based on the number of symbols enabled.
Who Can Use It?
While the indicator is preloaded with top 40 crypto assets, you can replace these with stocks, indices, forex pairs, or any other market symbols.
The time frame aligns with your chart—on a daily chart, for example, it evaluates each asset’s daily closing price against the selected MA.
Additional Notes
Free & Open-Source: You can use, study, and modify this script for non-commercial purposes.
Attribution: If you modify and share an updated version, please credit the original creator @PROTON_24
TradingView Limitations: Due to script constraints, only 40 symbols can be tracked at a time using request.security().
Final Thoughts
The Crypto 40 Pulse is a powerful tool for monitoring multi-asset market momentum. Customize it to fit your strategy and gain deeper insights into broader market trends!
Ragi's Divergence HelperThis is Ragi's Divergence Helper is a TradingView indicator designed to track bullish and bearish divergences across multiple timeframes. It provides a clear, structured dashboard that remains fixed in a chosen corner of the chart for easy visibility.
Recommendations:
Put dashboard on lower left corner is less obstructive.
Use along with any RSI indicator for confirmations of bullish and bearish divergences.
Key Features:
✅ Timeframe Coverage: Monitors 5m, 10m, 15m, 30m, 1H, 2H, 4H, and Daily timeframes.
✅ Divergence Detection: Identifies whether a bullish (green) or bearish (red) divergence is present on each timeframe, displaying "None" if no divergence is detected.
✅ Divergence Lineup: Summarizes the overall market direction by checking if multiple timeframes align bullish or bearish.
✅ Customizable Settings: Users can adjust colors, panel position (Top Right, Bottom Right, Bottom Left, Top Left), and background color for better chart integration.
✅ Fixed & Readable Panel: Ensures the information is always visible without interfering with price action analysis.
How to Use It:
If multiple timeframes show bullish divergences, it may indicate a potential trend reversal or continuation to the upside.
If multiple timeframes show bearish divergences, it may signal a possible price drop or reversal downward.
When no divergences are present, it suggests no immediate divergence-based trading opportunity.
This indicator is ideal for traders looking for quick divergence insights across different timeframes without needing to analyze multiple indicators manually. 🚀
Short vs Long MA Crossover Alerts• This indicator spot potential reversal of the market while identifying Accumulation/Distribution zones.
• It is compatible with any instrument and timeframe; parameters should be adapted at will. Each levels can act like support and resistance.
• The blue dots appear when the oscillator is piercing the +200 overbought level of the -200 oversold level.
• Matrix series technical indicators are mathematical calculations applied to stock market data to provide insights and signals for investors. These
indicators analyze historical price and volume data to identify patterns, trends, and potential trading opportunities. They are based on the principle
that past price behavior can help predict future price movements.
• Matrix series indicators utilize various mathematical formulas and statistical techniques to generate signals. They can be broadly categorized into
trend-following indicators, oscillators, and volatility indicators.
• Trend-following indicators, such as moving averages, assess the direction and strength of a stock's trend. They help investors identify if a stock is in
an uptrend, downtrend, or sideways consolidation phase.
• Oscillators, such as the relative strength index (RSI) or stochastic oscillator, measure the momentum and overbought/oversold conditions of a stock.
These indicators indicate whether a stock is overbought (potentially due for a downward correction) or oversold (possibly poised for an upward
bounce).
• Volatility indicators, such as Bollinger Bands or Average True Range (ATR), measure the volatility or price range of a stock. They provide insights into
potential breakouts or trend reversals based on changes in volatility levels.
• Overall, matrix series technical indicators assist investors in making informed decisions by providing visual representations or numerical values that can help identify potential entry or exit points in the stock market.
MACD/RSI/EMA D1/H4/H1This script is a custom indicator written in Pine Script, designed for use on TradingView. It combines multiple technical analysis tools to analyze market conditions across three different timeframes: daily (D1), 4-hour (H4), and 1-hour (H1). The indicator focuses on three main technical indicators: MACD, RSI, and EMA.
Key Functions:
1. MACD (Moving Average Convergence Divergence):
• The script calculates the MACD line and its signal line. It detects whether the MACD is moving upwards (bullish) or downwards (bearish) by comparing the current and previous values.
2. RSI (Relative Strength Index):
• RSI is calculated for each timeframe, and it indicates whether the market is overbought (>50, bullish) or oversold (<50, bearish).
3. EMA (Exponential Moving Average):
• The script calculates the 20, 50, and 200-period EMAs. It checks whether the short-term EMA (20) is above the medium (50) and long-term EMA (200), which would signal a bullish market. The opposite would signal a bearish market.
Timeframes:
• The indicator calculates values for D1, H4, and H1 timeframes.
Logic for Strong and Weak Signals:
• Strong Buy: All timeframes (D1, H4, H1) show a bullish trend (MACD > 0, RSI > 50, and bullish EMA conditions).
• Weak Buy: Either D1 or H4 or H1 shows a bullish trend (but not all).
• Strong Sell: All timeframes show a bearish trend.
• Weak Sell: Either D1 or H4 or H1 shows a bearish trend.
• Wait: No clear signal is present.
Table:
The results of the analysis are presented in a table at the bottom right of the TradingView chart, showing:
• MACD direction (with arrows indicating whether the MACD is bullish or bearish).
• RSI values (with arrows showing whether it’s above or below 50).
• EMA state (with arrows showing whether the market is in a bullish, bearish, or neutral state).
• Signal: The overall recommendation (strong/weak buy/sell or wait), along with the corresponding color.
This script helps traders to quickly visualize the trend strength across multiple timeframes and make more informed trading decisions based on a combination of MACD, RSI, and EMA signals.
HTF Traffic Light Indicator 3/10 OscillatorThe Traffic Light 3/10 Indicator is based on the 3/10 Oscillator and allows trend evaluation across two freely selectable higher timeframes. The traffic light signaling is determined by individually defined rules for different states of the oscillator.
The color of the EMA (Exponential Moving Average) acts as a traffic light.
Currently, there is still a small bug:
The color of the EMA does not update correctly when a new candle forms. The correct color is only displayed after manually reloading the window. If anyone from the community finds a solution for this, a fix would be highly appreciated! Maybe this function could help with the solution: Higher-timeframe requests
RSI Squared (Cutlers - Cutlers)Cutler's RSI calculation based on Cutler's RSI derived from price.
Credits to TanHef for the original script for the Cutler's RSI, which is used in this script to generate the final RSI calculation.