Educational
Real True Value Adjusted - Saygın/IchizoOption
CPI = Inflation-adjusted asset price (CPI only)
M2= Money supply adjusted asset price (M2 only)
CPI + M2= Inflation + Money Printing adjusted price (very pure)
Gold Asset price compared to Gold price (XAUUSD)
None Original raw asset price
Works on ANY asset (coin, stock, forex) automatically.
Recommended timeframe: 4H, 1D, 1W (because CPI and M2 are monthly updated).
Extremely rare and powerful perspective for true valuation.
Real Value Adjusted (Gold / CPI) Saygın/IchizoThe CPI and Gold value of assets is an auxiliary indicator designed as a real value measurement tool.
Enflasyson = inflation
Altın = Gold
W/D/4H FVG TOUCH Signals (15M Labels)-ASTRONFUNDS-This Pine Script indicator automatically identifies Weekly, Daily and 4H Fair Value Gap (FVG) zones on your 15-minute chart. It draws colored lines and shaded fills—green for bullish FVGs, red for bearish—and, upon the very first touch of each zone, it places a matching label and fires an alert
-ASTRONFUNDS-
SBMS A1 Trade Projection(with clear Entry SL & Targets)This is an Indicator that helps you Identify Clear Entry, SL and Targets.
There are 2 vertical lines that appear on the chart which we need to drag and drop at latest swing high and low which marks the clesr entry SL and targets.
It gives 3 targets, buy or sell to be done after candle closes above or Below green Line and grey lines are Stoplosses for both long and short entry as mentioned.
It has 3 targets T1, T2, and T3. We call it Purity of breakout as it shows if the breakout is pure or not.
If you want access of this then please contact us on telegram
t.me/SBstockstudy
EMA 7/21 + TP 0.5%//@version=5
indicator("EMA 7/21 + TP 0.5%", overlay=true)
// إعداد المتوسطات
emaFast = ta.ema(close, 7)
emaSlow = ta.ema(close, 21)
plot(emaFast, color=color.green, title="EMA 7")
plot(emaSlow, color=color.red, title="EMA 21")
// شروط الدخول
longCondition = ta.crossover(emaFast, emaSlow)
shortCondition = ta.crossunder(emaFast, emaSlow)
// حالة الصفقة
var float longEntry = na
var float shortEntry = na
var bool inLong = false
var bool inShort = false
// إدارة الدخول
if (longCondition)
longEntry := close
inLong := true
inShort := false
shortEntry := na
if (shortCondition)
shortEntry := close
inShort := true
inLong := false
longEntry := na
// شروط الإغلاق (TP 0.5%)
tpLong = inLong and close >= longEntry * 1.005
tpShort = inShort and close <= shortEntry * 0.995
// إغلاق الصفقة بعد تحقق TP
if (tpLong)
inLong := false
if (tpShort)
inShort := false
// إشارات مرئية
plotshape(longCondition, title="BUY", location=location.belowbar, style=shape.labelup, text="BUY", size=size.normal, color=color.green, textcolor=color.white)
plotshape(shortCondition, title="SELL", location=location.abovebar, style=shape.labeldown, text="SELL", size=size.normal, color=color.red, textcolor=color.white)
plotshape(tpLong, title="TP Long", location=location.abovebar, style=shape.labeldown, text="TP", size=size.small, color=color.orange)
plotshape(tpShort, title="TP Short", location=location.belowbar, style=shape.labelup, text="TP", size=size.small, color=color.orange)
// تنبيهات الدخول
alertcondition(longCondition, title="دخول لونق", message="🚀 دخول لونق (BUY)")
alertcondition(shortCondition, title="دخول شورت", message="📉 دخول شورت (SELL)")
// ✅ تنبيهات التيك بروفت
alertcondition(tpLong, title="Take Profit Long", message="✅ تحقق ربح 0.5% من صفقة لونق")
alertcondition(tpShort, title="Take Profit Short", message="✅ تحقق ربح 0.5% من صفقة شورت")
Advanced QQE Buy/Sell with Confirmation FiltersAdvanced QQE Buy/Sell with Confirmation Filters
This indicator provides high-probability Buy and Sell signals using an advanced Quantitative Qualitative Estimation (QQE) method, enhanced by optional powerful confirmation filters.
Core Strategy:
📈 QQE Signals: Based on smoothed RSI crossover of dynamic threshold bands.
🎯 Buy Signal: Triggered when RSI crosses above QQE Lower Band.
🎯 Sell Signal: Triggered when RSI crosses below QQE Upper Band.
Optional Confirmation Filters:
🔧 RSI Filter: Only accept buys when RSI > 55 or sells when RSI < 45.
🔧 MACD Histogram Filter: Confirms momentum direction.
🔧 VWAP Filter: Confirms if price is above (bullish) or below (bearish) VWAP.
Customization Options:
Adjust RSI Length, QQE Smoothing Length, and Threshold to match your trading style.
Independently toggle each confirmation filter ON/OFF from the settings.
VWAP line can also be plotted on chart for visual guidance.
Key Features:
Clean Buy (green up label) and Sell (red down label) signals plotted on chart.
Alerts available for Buy/Sell triggers.
Optimized for fast performance and low lag.
Recommended Timeframes:
15min, 1H, 4H, Daily.
Disclaimer:
This indicator is for educational purposes only. Trading involves risk. Always perform your own due diligence.
Developed and optimized by Keyvan 🚀
STOCK SCHOOL SUPPORT & RESISTANCEThis indicator automatically identifies key support and resistance levels on the chart, helping traders spot potential reversal zones and breakout points. It dynamically adjusts to price action, offering a clear visual guide for entries, exits, and risk management. Ideal for all trading styles and timeframes.
AI-EngulfingCandle+Alert+thanks-2-ahmedirshad419!WE MUST APPRECIATE ahmedirshad419 and his great work.
I added some tips and sources instead of the shout for MIT XD.
plotshape(tradeSignal and bullishCandle, title = 'bullish', location = location.belowbar, color = color.new(color.green, 0), style = shape.triangleup, text = 'BUY @ next higher bottom @ upper trend')
plotshape(tradeSignal and bearishCandle, title = 'bearish', location = location.abovebar, color = color.new(color.red, 0), style = shape.triangledown, text = 'SELL @ next lower top @ downer trend')
alertcondition(bullishCandle, title = 'Double Bottom Upcoming', message = 'BUY @ next higher bottom @ upper trend !')
alertcondition(bearishCandle, title = 'Doublle Top Upcoming', message = 'SELL @ next lower top @ downer trend !')
You should see the MIRACLE of your LIFE.
Triple Confirmation Buy/Sell Engine VWAP + MACD + RSIDescription:
This custom-built indicator generates high-confidence Buy/Sell signals using a powerful combination of MACD momentum, RSI strength, and VWAP trend confirmation — designed for cleaner entries and fewer false signals.
Unlike traditional scripts that rely on only one indicator (and produce noisy or early signals), this system requires triple confirmation, greatly increasing signal quality and reducing false trades.
✅ Buy Signal Conditions:
MACD histogram turns green (momentum shift positive)
RSI crosses above 50 (bullish strength confirmation)
Price closes above VWAP (trend confirmation)
🔻 Sell Signal Conditions:
MACD histogram turns red (momentum shift negative)
RSI crosses below 50 (weakening trend)
Price closes below VWAP (bearish confirmation)
🛠 Best For:
Trend traders seeking higher probability entries
Swing traders who want to catch bigger moves
Crypto, stocks, forex traders looking for simple, effective signals
Price in Gold True Value Saygın/IchizoShows the ounce gold value of assets.
Just open and use.
I couldn't find gold valuation in Tradingview app, so I designed the indicator.
Thanks to " Saygın K. "
Setup Score Check Final AlertTotal Score
Significance
0–6 points
No trade – "Instinct instead of system"
7–12 points
C-Setup – only small test size
13–17 points
B-Setup – entry with caution
18–21 points
A-Setup – fully feasible
Rule Based IndicatorWhat is a Bull Bear Rule Based Indicator ?
Within Protraders, there are indicators according to 2 different trading strategies. They can be used alone or in combination. When used in combination, the selected indicator moves with the common signal from the selected indicators. You can also make different indicator selections for selling and buying strategies.
Bear Bull Indicator Settings
a.Indicator Setting
In this section, "buy strategy" and "sell strategy" are used to select indicators for buy and sell strategies. After that, special settings for that indicator can be made under the indicator headers selected. These special settings may vary depending on the stock market, the stock Fluctuation, and the Index Futures.
This is the first version of Trend Trading indicator using a Perfect Entry and Exit Criteria. For this I have pulled many different techniques into one:
- We have a powerful SMA based trend along with Confirmation of 2 Time Frames
- Trend focused candlesticks (at the moment, works best on a Black/White themed chart, bullish white candles, bearish black candles)
- Smaller Buy/Sell signals based on Crossover of SMA cloud
I will continue to work on this indicator over the next fewMonths. For those who want access, just comment below. All suggestions are welcome!
Jan 2, 2024
Release Notes
What is a Bull Bear Rule Based Indicator ?
Within Protraders, there are indicators according to 2 different trading strategies. They can be used alone or in combination. When used in combination, the selected indicator moves with the common signal from the selected indicators. You can also make different indicator selections for selling and buying strategies.
Bear Bull Indicator Settings
a.Indicator Setting
In this section, "buy strategy" and "sell strategy" are used to select indicators for buy and sell strategies. After that, special settings for that indicator can be made under the indicator headers selected. These special settings may vary depending on the stock market, the stock Fluctuation, and the Index Futures.
This is the first version of Trend Trading indicator using a Perfect Entry and Exit Criteria. For this I have pulled many different techniques into one:
- We have a powerful SMA based trend along with Confirmation of 2 Time Frames
- Trend focused candlesticks (at the moment, works best on a Black/White themed chart, bullish white candles, bearish black candles)
- Smaller Buy/Sell signals based on Crossover of SMA cloud
I will continue to work on this indicator over the next few Months. For those who want access, just comment below. All suggestions are welcome!
Invite-only script
Godfather of Support & Resistance Godfather of Support & Resistance
Overview
The Godfather of Support & Resistance script is a powerful tool designed to help traders identify critical support and resistance levels on their charts. These price levels are vital for understanding market behavior, as they often act as turning points where prices reverse, consolidate, or break through. By automating the detection of these levels, this script simplifies your trading decisions and enhances your technical analysis.
How It Works
Pivot Points for Level Detection:
The script uses pivot points to identify potential support (lows) and resistance (highs) levels:
A pivot high is a local peak (a high surrounded by lower highs).
A pivot low is a local trough (a low surrounded by higher lows).
You can adjust the Pivot Length (pivotLen) input to control the sensitivity of detection. Smaller values detect more levels, while larger values focus on major levels.
Dynamic Grouping with Tolerance:
The script dynamically groups nearby price levels using a tolerance percentage. This tolerance is based on the level's price, making it adaptive to all types of assets (low- and high-priced).
For example, if the tolerance is set to 1% and a level is at $100, levels within $1 are grouped together.
Touch Count for Significance:
The script tracks how many times the price interacts with each level (touch count). Only levels that meet or exceed the Minimum Touches (minTouches) input are displayed on the chart. This ensures only meaningful levels are highlighted.
Clear Visual Representation:
Resistance Levels (Red Lines): Represent areas where the price tends to reverse downward.
Support Levels (Green Lines): Represent areas where the price tends to reverse upward.
Labels are added to each level (optional) to display the price and the number of touches for better decision-making.
Inputs You Can Customize
Minimum Touches to Show Level:
Set the minimum number of price interactions required for a level to be displayed.
Maximum Lines to Keep:
Limit the number of support and resistance lines displayed to keep your chart clean and focused.
Pivot Length:
Customize the sensitivity of pivot point detection. Smaller values detect more levels, while larger values focus on key levels.
Tolerance for Touch Detection (%):
Adjust the grouping tolerance as a percentage of the price. For example, 1% groups levels that are within 1% of each other.
How to Use
Apply the Script:
Add the script to your TradingView chart, and it will automatically detect and plot support and resistance levels.
Analyze the Levels:
Use Resistance Levels (red lines) as potential sell zones or areas to place stop-loss orders above.
Use Support Levels (green lines) as potential buy zones or areas to place stop-loss orders below.
Customize for Your Trading Style:
Adjust the inputs to match your preferred strategy and the timeframe or asset you're analyzing.
Example Use Case
Imagine you're analyzing a stock:
Resistance Level: The script identifies resistance at $150 with 3 touches. This might be a potential sell zone if the price struggles to break through.
Support Level: The script identifies support at $130 with 4 touches. This might be a potential buy zone if the price shows signs of bouncing upward.
Key Features
Automatically detects and plots support and resistance levels.
Tracks the number of price touches to filter out weak levels.
Adapts dynamically to price ranges using a percentage-based tolerance.
Fully customizable to suit different trading styles and assets.
Clean and professional chart display with a limit on the number of lines.
Notes
This script is for educational purposes only and should not be considered financial advice.
Always perform your own analysis and manage risk before making trading decisions.
Why Use This Script?
The Godfather of Support & Resistance script simplifies your trading decisions by automating the detection of critical price levels. Whether you're a beginner or an experienced trader, this script is designed to save you time and help you focus on making informed trades.
Start using it today to master the art of support and resistance trading!
Let me know if you need further refinements for this description!
🔔 Credit Spread Monitor: HY & IG vs US10Y🔔 Credit Spread Monitor: HY & IG vs US10Y
This macroeconomic tool tracks credit risk sentiment by plotting the yield spreads between:
🔵 Investment Grade (IG): BAMLC0A0CMEY → ICE BofA US Corporate Index Effective Yield. Reflects average yield for US investment-grade corporate bonds.
🔴 High Yield (HY): BAMLH0A0HYM2EY → ICE BofA US High Yield Index Effective Yield. Measures average yield for US high-yield (non-investment grade) corporate bonds.
⚪ Treasury 10Y: US10Y → 10-Year US Treasury Yield. Benchmark rate for US government long-term debt.
Spreads calculated:
IG Spread = IG Yield - US10Y
HY Spread = HY Yield - US10Y
🔎 Key Alert Zones:
🔴 HY Spread > +2σ → Potential financial stress / risk-off event
🟠 Inverted yield curve (10Y < 2Y) + HY Spread > 2% → Recession signal
🟢 HY Spread < 1.5% → Risk-on behavior, strong credit sentiment
This indicator is ideal for:
✅ Macro traders looking to anticipate economic inflection points
✅ Portfolio managers monitoring systemic risk or credit cycles
✅ Fixed-income analysts tracking the cost of corporate borrowing
Sourced from FRED (Federal Reserve Economic Data) and TradingView’s bond feeds. Designed to work on daily resolution using open prices for best consistency across series.
Micro Gaps DetectorSimple Micro Gap Indicator: A Technical Analysis Tool
The Simple Micro Gap Indicator is a specialized momentum indicator designed to identify and analyze micro gaps between consecutive candlesticks in financial charts. Unlike traditional gap analysis that focuses on larger price gaps, this indicator specifically targets smaller, less noticeable spaces between candles.
Key Features:
Detects minimal price disparities between consecutive candlesticks
Helps identify potential short-term momentum shifts
Useful for high-frequency trading and scalping strategies
Functions as a momentum indicator for short-term price movements
Futures Trading Master by @crypto.erkeThe Futures Trading Master by @crypto.erke is a comprehensive, professional-grade indicator designed specifically for trading NAS and S&P500 futures. It combines multiple technical analysis approaches to identify high-probability continuation and reversal patterns, providing clear buy/sell signals with precise stop loss and multiple take profit levels.
Key Features
• Session-Optimized Analysis: Automatically adjusts parameters for morning (9:30-11:30 AM EST) and afternoon (2:00-4:00 PM EST) trading sessions
• Multi-Factor Signal Generation: Combines trend analysis, momentum indicators, and pattern recognition
• Smart Signal Quality Classification: Distinguishes between high and medium quality setups
• Complete Trade Management: Calculates optimal stop loss and three take profit targets
• Clean Signal Display: Shows signals only at trend changes for a cleaner chart
• Fully Customizable: Adjust all parameters to match your trading style
Technical Components
• Trend Analysis: ADX, multiple EMAs, and VWAP with standard deviation bands
• Momentum Analysis: RSI with divergence detection, MACD, and volume confirmation
• Pattern Recognition: Engulfing patterns, inside bars, double tops/bottoms, flags/pennants
• Risk Management: ATR-based stop loss and take profit calculations
Recommended For
• Futures day traders and swing traders
• Technical analysts focused on NAS and S&P500
• Traders seeking high-probability entry and exit points
• Both trend-following and counter-trend strategies
This indicator is the result of extensive research into futures market behavior patterns and optimal trading sessions. It's designed to identify the highest probability continuation and reversal setups while providing clear risk management guidelines.
Multi-Timeframe Confluence Predictor by @crypto.erkeDescription
The Multi-Timeframe Confluence Predictor is an advanced technical analysis tool designed to identify high-probability price targets and trend directions by analyzing market data across multiple timeframes. Unlike conventional indicators that rely on a single calculation method, this indicator combines trend analysis, cycle detection, and volume profiling to create a comprehensive prediction system.
This indicator stands out by finding "confluence zones" - areas where multiple prediction methods agree on potential price movements. These zones offer significantly higher probability trading opportunities than any single indicator could provide.
Key Features
Multi-Timeframe Analysis: Combines data from the current timeframe plus three higher timeframes with customizable weights
Adaptive Trend Channels: Uses linear regression with weighted standard deviation to create predictive channels
Cycle Detection: Implements autocorrelation-based cycle finding to identify market rhythms
Volume Profile Integration: Analyzes volume distribution to identify significant price levels
Confluence Zones: Highlights areas where multiple prediction methods agree, with color intensity showing confidence level
Visual Predictions: Shows projected price paths with confidence levels
Alert Conditions: Includes alerts for when price enters high-confluence zones or when cycle patterns change
How It Works
The indicator processes market data through several analytical methods:
Trend Analysis: Linear regression across multiple timeframes identifies the underlying trend direction and strength
Statistical Boundaries: Calculates dynamic standard deviation channels that adapt to changing market volatility
Cycle Detection: Uses autocorrelation to find repeating market patterns without relying on fixed cycle lengths
Volume Analysis: Identifies price levels with significant historical volume to determine potential support/resistance
Confluence Calculation: Combines all analyses to find where multiple methods predict the same outcome
Optimization Tips
Adjust timeframe weights to match your trading style (higher weights for longer timeframes create smoother predictions)
Increase Channel Width Factor for more conservative entries/exits
Decrease Prediction Length for shorter-term trading
Enable/disable Volume Analysis based on the asset being traded (more effective for stocks and major cryptocurrencies)
Cycle Detection works best in ranging or cyclical markets
This indicator combines the power of multi-timeframe analysis, statistical prediction, and volume profiling to give you a comprehensive view of potential price movements. By focusing on areas of confluence, you can significantly improve your trading accuracy and confidence.
Created by @crypto.erke - Follow for more advanced trading indicators and strategies.
STOCK SCHOOL SUPPORT & RESISTANCE ZONEThis indicator automatically detects and plots key Support and Resistance Zones directly on the chart. It helps traders identify potential reversal areas, consolidation regions, and breakout zones. The zones are calculated using recent price action highs and lows, adapting dynamically as new data becomes available.
Key Features:
Automatically plots support and resistance zones as shaded areas
Works across all timeframes and asset classes
Visually distinguishes between support (green zones) and resistance (red zones)
Helps spot potential breakout or bounce areas
Ideal for price action traders, swing traders, and anyone who wants a clear visual of where the market might react.
Wyckoff Accumulation Distribution Wyckoff Accumulation & Distribution Indicator (RSI-Based)
This Pine Script is a technical analysis indicator built around the Wyckoff Method, designed to detect accumulation and distribution phases using RSI (Relative Strength Index) and pivot points. It automatically marks key structural turning points on the chart and highlights relevant zones with colored boxes.
What Does It Do?
Draws accumulation and distribution boxes based on RSI behavior.
Automatically detects Wyckoff structural signals:
SC (Selling Climax)
AR (Automatic Rally)
ST (Secondary Test)
BC (Buying Climax)
DAR (Automatic Reaction)
DST (Secondary Test - Distribution)
Identifies trend transitions by detecting sideways RSI movement.
Attempts to detect spring and UTAD-like deviations based on RSI reversals.
Uses RSI extremes in conjunction with pivot points to generate Wyckoff signals.
How Does It Work?
RSI Zone: It identifies sideways markets when RSI stays within ±20 of the 50 level (this range is configurable).
Pivot Points: It detects pivot highs/lows that sync with RSI values (pivotLen is adjustable).
Trend Box Drawing:
When RSI exits the sideways zone, the script draws a gray box between the highest high and lowest low within that range.
If RSI breaks upward, the box becomes green (Accumulation); if downward, it becomes red (Distribution).
Wyckoff Structural Points:
SC/BC: Detected when a pivot occurs with RSI below/above a threshold.
AR/DAR: The next opposite pivot after SC or BC.
ST/DST: The next same-direction pivot after AR or DAR.
How to Use It
Works best on 4H or daily charts for more reliable signals. Shorter timeframes may generate noise.
Primarily used for interpreting RSI structures through the lens of Wyckoff methodology.
Box colors help quickly identify market phase:
Green box: Likely Accumulation
Red box: Likely Distribution
Triangular markers show key signals:
SC, AR, ST: Accumulation points
BC, DAR, DST: Distribution points
Use these signals alongside price action to manually interpret Wyckoff phases.
image.binance.vision
image.binance.vision
What Is the Wyckoff Method?
The Wyckoff Method, developed in the 1930s by Richard Wyckoff, is a market analysis approach that focuses on supply and demand dynamics behind price movements.
Wyckoff’s 5 Phases:
Accumulation: Smart money gradually buying at low prices.
Markup: Price begins trending upwards.
Distribution: Smart money selling to retail traders.
Markdown: Downtrend begins as supply outweighs demand.
Re-accumulation / Re-distribution: Trend-continuation phases with consolidations.
This indicator is specifically designed to detect phase 1 (Accumulation) and phase 3 (Distribution).
Extra Notes
Repainting is minimal, as pivots are confirmed using historical candles.
Labels use plotshape for a clean, minimalist visual style.
Other Wyckoff events (like SOS, LPS, UT, UTAD) could be added in future updates.
This script does not generate buy/sell signals; it is meant for structural interpretation.
MM Day Trader Levels Signal IndicatorVisual elements (CALL/PUT labels and markers) are now prioritized at the top of the chart for improved readability and immediate trade signal clarity.
COTE 1composite scan of bist stocks
You can set the condition in the screening code as you wish according to the data defined in the code.
DOC & DOS 30m RangesDailyOpenCrypto & DailyOpenStocks 30m Ranges once you confirm closes outside or range a daily bias is determined
DOC & DOS 30m Rangesthe lines on the screen indicate the 30 min rande on the daily opens for stocks and crypto