Swing Elite Macro Valuation ToolThis tool evaluates macro valuation conditions by comparing the current price of an asset to key macroeconomic instruments (like ZB1 bonds, DXY dollar index, and GC1 gold or more futures, like silver, sf, jpy and many others). It provides normalized valuation readings, plots overvalued/undervalued zones, and includes a live table and alerts.
⸻
Key Features:
1. Macro Valuation Indexes
• Compare the charted asset against up to 3 macro symbols.
• Normalize performance as % move from historical baseline.
• Modes: Short-term or Long-term .
2. Over/Undervaluation Detection
• Choose manual levels or automatic dynamic bands based on standard deviation.
• Default thresholds: Overvalued ≥ 88, Undervalued ≤ 10.
3. Visual Outputs
• Colored plots per macro asset:
• 🔴 Red = Overvalued
• 🟢 Green = Undervalued
• 🔵 Neutral/Normal
• Upper, lower, and mid reference lines.
4. Valuation Table
• Displays each macro asset’s:
• Name
• Current valuation %
• Status (Over / Under / Normal)
• Color signal dot
5. Multi-Timeframe Support
• Choose chart timeframe or set a custom valuation timeframe.
6. Alerts
• Alert conditions for over/undervalued signals per macro symbol.
⸻
Usage Instructions:
1. Select Valuation Mode
• Use "Short-term" for recent sentiment.
• Use "Long-term" to evaluate deeper macro positioning.
2. Choose Comparison Symbols
• Enable/disable ZB1, DXY, GC1 or replace with any symbols you want.
3. Adjust Levels
• Select "ManualLevels" or "AutoLevels".
• Tune Overvalued, Undervalued, Lookback, and Multiplier.
4. Set Table Display
• Enable "Show Table" and select its screen position.
5. Set Alerts
• Configure alert triggers from the alert panel (based on valuation levels).
⸻
Perfect For:
Traders who want to analyze asset pricing in context of macro trends, mean reversion, and relative strength/weakness of bonds, the dollar, or gold. Ideal for intermarket analysis and value-based swing trading.
Göstergeler ve stratejiler
TG Levels @WomWith this indicator you can have all the levels for trading the futures market.
No need more for 10 indicators per chart. all in 1
ENJOY!
Volumetric Compressed MAVCMA (Volumetric Compressed Moving Average) uses the compressor and weighted standard deviation functions originally translated to pinescript by @gorx1 to plot moving averages in order to use for entry confirmation.
🔹 Concepts and Idea:
When we do music we always use different kinds of filters (low-pass, high pass, etc) for equalization and filtering itself. That stuff we use in finance as well. What we also always use in music are compressors, there dynamic processors that automatically adjust volume so it will be more consistent. Almost all the cool music you hear is compressed (both individual instruments (especially vocals) and the whole track afterwards), otherwise stuff will be too quite and too weak to flex on it, and also DJing it would be a nightmare.
🔹 Model:
I don't wanna explain it all in statistical / DSP way for once.
First of all, I think the population of volumes is log-normally distributed, so let's take logs of volumes, now we have a ~ normally distributed data. We take linearly weighted mean, add and subtract linearly weighted standard deviation from it, these would be our thresholds, the borders between different kinds of volumes explained before.
The upper threshold is for downward compression, that will not let volume pass it higher.
The lower threshold is for upward compression, all the volumes lower than this threshold will be brought up to the threshold's level.
Then we apply multipliers to the thresholds in order to adjust em and find the sweet spots. We do it the same way as in sound engineering when we don't aim for overcompression, we adjust the thresholds until they start to touch the signal and all good.
Afterwards, we delete all the number 1 and number 3 volume, leaving us exclusively with the clear main component, ready to be processed further.
We return the volumes to dem real scale.
For more info on Volume Compression it's highly advised to check @gorx1's initial script Volume Compressor
🔹 Settings:
MA Type: Moving average type to be used for comparison after calculating the compressed version of volume. This creates the second line after the compression line, so we can consider crossovers for confirmation entries.
Upward threshold: Upward threshold where the compression of volume is calculated. Increasing usually causes smoother lines.
Downward threshold: Downward threshold where the compression of volume is calculated. Decreasing usually causes smoother lines.
Compression Lookback: The Main lookback window of a volume that is used for compression. Increasing this would provide smoother lines but might cause delayed signals. Decreasing means more signals, but might cause whiplash and distorted signals.
Comparative Lookback: This is our lookback to be used with our ma type selection. There is no static better or worse lookback value for this indicator. It should be adjusted based on the pair.
🔹 Where to use:
This indicator should be used as another confirmation tool for your entry signals in your existing strategy/market following combination. Green dots (crossovers) mean bullish movement is expected, and red dots (crossbounders) mean bearish movement is expected. Automated crossover alerts are available. A reminder is that this kind of indicator should not be used on its own for trading, but rather should be used as a confirmation along with your trend detection and main entry indicators to provide additional confidence.
If you want to know under the hood, read the How it works section below.
🔹 How it works:
//This is our main compression calculation, which is used for the first line.
Compressed_out = compressor(volume, len_window, up_thresh, down_thresh)
//This is the secondary ratio calculation that we use for the second line.
Comp_ma = ma(ma_type, close * compressed_out, len_ml) / ma(ma_type, compressed_out, len_ml)
Vwma = ma(ma_type, close, len_window)
We calculate the ratio of the compressed volume and plot it against the base MA. Base MA's length is determined by the Compression Lookback input compared to the Comperative Lookback that is used for the compressed version. This provides us with another possible confirmation indicator that can be used to take advantage of volume ranges.
Multiple Divergence Scanner (move to candles and merge scales)This indicator detects and visualizes multiple types of RSI-based divergences, including Regular, Hidden, and Dual-source (Multi) Bullish/Bearish signals. Not limited with RSI only. You can add move functions and it will automaticly combine your options.
It offers customizable score filtering, label positioning, and visual styling.
Ideal for traders who seek both technical precision and symbolic clarity in their charts.
You have to drag it to your candles after adding to your chart. Then right click on price->Merge all scales to right/left.
Stop Loss vs Take Profit Probability and EVThis stop loss and take profit calculator uses a Monte Carlo simulation to calculate the probability of hitting your Stop Loss or Take Profit levels across different time horizons (expressed in bars).
It provides data-driven insights to optimize your risk management and position sizing by showing Expected Value for each scenario.
As a quant, I love using statistical data to help my decisions and get better EV from my trades.
🔬 How It's Calculated
Monte Carlo Simulation: Runs 1,000-10,000 price simulations using a random walk model
Volatility Analysis: Combines ATR-based and Historical Volatility for accurate price movement modeling
Expected Value: Calculates profit/loss expectation using formula: (TP_Probability × Reward) - (SL_Probability × Risk)
Time Horizons: Tests multiple timeframes (1, 5, 10, 20, 50 bars) to find optimal holding periods
Risk/Reward Ratios: Automatically calculates and displays R:R ratios for quick assessment
💡 Use Cases
Position Sizing - Determine optimal risk per trade based on Expected Value
Time Horizon Optimization - Find the best holding period for your strategy
Stop Loss Placement - Validate SL levels using probability analysis
Take Profit Optimization - Set TP levels with statistical backing
Strategy Backtesting - Compare different R:R setups before entering trades
Risk Management - Avoid trades with negative Expected Value
Swing vs Day Trading - Choose timeframes with highest success probability
🎯 How to Use
Setup Trade: Enter your entry price, stop loss, and take profit levels
You can add or remove time horizons denominated in bars. Say you are looking at 1h candles, adding a 24-bar time horizon means you are looking into 24 hours
Choose Direction: Select Long or Short position
Review Table
Analyze Expected Value: Focus on positive EV scenarios (green background)
Optimize Timing: Select time horizons with best risk/reward profile
Adjust Parameters: Modify volatility calculation method and simulation count if needed
Examples
Here's how you can read the tables.
Example 1:
In this chart, we are analyzing the TP and SL probabilities as well as the EV (expected value) for a stock. I want to check what the likelihood is that my SL and TP get triggered over the next 5 days. The stock market is open for 6.5 hours per day, which is 13 bars in this 30-minute bar chart. 26 bars is 2 days, 39 bars is 3 days and so on.
Although this trade is more likely to trigger my SL than my TP, in some of the time horizons we have a positive expected value because of the risk/reward of our trade (i.e. distance of the SL and TP from the price) and the probability of hitting SL and TP.
Example 2:
In this example, we have applied the indicator to gold. Because the TP is much closer to the price, the probability of hitting the TP is much higher.
We can also observe that the expected Value in the shorter time frames is better than in the longer ones. This can give us some clues to set up our trade. If we know that the EV is positive, we can allocate more to that specific trade.
Enjoy, and please let me know your feedback! 😊🥂
Dusk Wave🌊 Dusk Wave (시각적 분석 도구)
개요
기반 기술: 8단계 추세 파도 시각화
시간대: 모든 시간대 호환
신호: 신호 없음 (분석 전용)
용도: 추세 방향 및 강도 분석
Wave 테이블 설명
DUSK WAVE | TREND ANALYSIS
├─ Wave Alignment: 8개 파도 정렬 상태
├─ Trend Strength: 추세 강도 (Strong/Medium/Weak)
├─ Wave Direction: 파도 전체 방향 (Up/Down/Sideways)
├─ Fast Waves: 단기 파도 상태 (1-4번)
├─ Slow Waves: 장기 파도 상태 (5-8번)
├─ Convergence: 파도 수렴/발산 상태
└─ Trend Quality: 추세 품질 등급 (A/B/C/D)
Wave 해석 가이드
파란색 그라데이션: 8개 EMA 파도 표시
정렬 상태: 모든 파도가 같은 방향 = 강한 추세
파도 간격: 좁을수록 강한 추세, 넓을수록 약한 추세
색상 변화: 파도별 속도 차이 시각화
🌊 Dusk Wave (Visual Analysis Tool) - English Version
Overview
Core Technology: 8-Stage Trend Wave Visualization
Timeframe: Compatible with all timeframes
Signals: No signals (Analysis only)
Purpose: Trend direction and strength analysis
Wave Table Description
DUSK WAVE | TREND ANALYSIS
├─ Wave Alignment: 8 wave alignment status
├─ Trend Strength: Trend intensity (Strong/Medium/Weak)
├─ Wave Direction: Overall wave direction (Up/Down/Sideways)
├─ Fast Waves: Short-term wave status (Waves 1-4)
├─ Slow Waves: Long-term wave status (Waves 5-8)
├─ Convergence: Wave convergence/divergence state
└─ Trend Quality: Trend quality grade (A/B/C/D)
Wave Interpretation Guide
Blue Gradient: 8 EMA waves display
Alignment Status: All waves same direction = Strong trend
Wave Spacing: Closer = Stronger trend, Wider = Weaker trend
Color Changes: Visualizes speed differences between waves
ETFs Sector PerformanceDisplays a table of the Top 8 performing ETFs over a selected period (1M / 2M / 3M / 6M) to quickly identify industry strength.
Pre-Set Universe (39 ETFs)
ITA — iShares U.S. Aerospace & Defense ETF
DBA — Invesco DB Agriculture Fund
BOTZ — Global X Robotics & Artificial Intelligence ETF
JETS — U.S. Global Jets ETF
XLB — Materials Select Sector SPDR Fund
XBI — SPDR S&P Biotech ETF
PKB — Invesco Dynamic Building & Construction ETF
ICLN — iShares Global Clean Energy ETF
SKYY — First Trust Cloud Computing ETF
DBC — Invesco DB Commodity Index Tracking Fund
XLY — Consumer Discretionary Select Sector SPDR Fund
XLP — Consumer Staples Select Sector SPDR Fund
BLOK — Amplify Transformational Data Sharing ETF
KARS — KraneShares Electric Vehicles & Future Mobility ETF
XLE — Energy Select Sector SPDR Fund
ESPO — VanEck Video Gaming and eSports ETF
XLF — Financial Select Sector SPDR Fund
PBJ — Invesco Dynamic Food & Beverage ETF
ITB — iShares U.S. Home Construction ETF
XLI — Industrial Select Sector SPDR Fund
PAVE — Global X U.S. Infrastructure Development ETF
PEJ — Invesco Dynamic Leisure & Entertainment ETF
LIT — Global X Lithium & Battery Tech ETF
IHI — iShares U.S. Medical Devices ETF
XME — SPDR S&P Metals & Mining ETF
FCG — First Trust Natural Gas ETF
URA — Global X Uranium ETF
PPH — VanEck Pharmaceutical ETF
QTUM — Defiance Quantum Computing & Machine Learning ETF
IYR — iShares U.S. Real Estate ETF
XRT — SPDR S&P Retail ETF
SOXX — iShares Semiconductor ETF
BOAT — SonicShares Global Shipping ETF
IGV — iShares Expanded Tech-Software Sector ETF
TAN — Invesco Solar ETF
SLX — VanEck Steel ETF
IYZ — iShares U.S. Telecommunications ETF
IYT — iShares U.S. Transportation ETF
XLU — Utilities Select Sector SPDR Fund
Bollinger Breakout A3 updateBollinger Breakout A3 update from LuxAlgo signal
You can try it with some another signal.
Ajay Nayak - EMA ATR Trailinge strategy RSI aur RSI ke SMA ke crossover par CALL aur PUT signal generate karti hai.
Saath me ATR based stoploss aur crossover target bhi diya gaya hai.
Algo trading ke liye useful hai.
All-In-One MA Stack ScalperWhat is this Indicator?
This tool is an advanced, multi-layered breakout and trend-following indicator designed for lower timeframes. It identifies high-conviction buy and sell signals by combining moving average stacking with a suite of professional-grade filters.
How Does It Work?
A signal is generated only when ALL of the following conditions are met:
Moving Average Stack (5M Chart):
Buy: The close price is above all five moving averages (MAs: 100, 48, 36, 24, 12).
Sell: The close price is below all five MAs.
Volatility Filter (ATR):
Signals only print when the current ATR (14) is at least 80% of its 100-period average, ensuring you only trade in actively moving markets.
Candle Structure Filter:
The current candle must have a real body that is at least 35% of the candle’s total range, filtering out dojis and indecision bars.
Big Candle Filter:
The candle’s total range must be at least 40% of the current ATR, avoiding signals on minor, insignificant moves.
Volume Filter:
The current volume must be at least 80% of its 50-period average, filtering out signals during illiquid or quiet market conditions.
Minimum Distance from All MAs:
Price must be a minimum distance (20% ATR) away from each MA, confirming a clean breakout and avoiding signals in tight MA clusters or ranging markets.
RSI Momentum Filter:
Buy: RSI(14) must be greater than 55.
Sell: RSI(14) must be less than 45.
This ensures trades are only taken in the direction of momentum.
ADX Trend Filter:
ADX(14,14) must be above 20, ensuring signals only print in trending conditions (not in chop/range).
Minimum Bars Between Signals:
Only one signal per direction is allowed every 10 bars to avoid overtrading and signal clustering.
What Does This Achieve?
Reduces noise and false signals common in basic MA cross or stack systems.
Captures only strong, high-momentum, and high-conviction moves.
Helps you avoid chop, range, and news whipsaws by combining multiple market filters.
Perfect for advanced scalpers, intraday trend followers, or as a trade filter for algos/EAs.
How to Use It:
Apply to your 5-minute chart.
Green BUY signals: Only when all bullish conditions align.
Red SELL signals: Only when all bearish conditions align.
Use as a stand-alone system or as a filter for your own entries.
Recommended For:
Scalpers & intraday traders who want only the best opportunities.
EA and bot builders seeking reliable signal logic.
Manual traders seeking confirmation of high-probability breakouts.
Tip:
Adjust any of the filters (e.g., RSI/ADX thresholds, minBars, minDist) to make it more/less selective for your style or market.
TradeIQ 3.29 • Smart Market Direction [KO]TradeIQ is designed to guide traders with predictive arrows that highlight potential market peaks and reversal zones. It also provides entry point guidance along with suggested TP/SL zones, giving you a practical framework for trade planning.
✅ Key Features:
• Predictive arrows for possible turning points
• Visual guide for entry opportunities
• Suggested TP/SL zones for trade management
• Works across Forex, Gold, Crypto, and Indices
• Fully customizable to match your trading style
Built from years of trading experience, TradeIQ gives traders a clear visual roadmap to support decision-making — not rigid signals.
👉 Perfect for traders who want guidance, structure, and clarity in the markets.
TF Sesje HandloweTF Sesje Handlowe – Timeframe & Session Zones Indicator
TF Sesje Handlowe is an advanced TradingView indicator that visualizes market session zones (Asia, London, New York) and key session, day, week, and month levels. It helps traders quickly identify important trading areas and potential reversal points.
Key Features:
Session Zones: Displays opening and closing hours of major markets, with customizable colors, labels, and transparency.
Session Lines: Automatically plots session highs, lows, and midpoints, with optional alerts when levels are broken.
Daily/Weekly/Monthly Lines (D/W/M): Shows open, high, and low for D/W/M intervals, with High/Low alert support.
Previous Year High/Low: Plots the previous year’s highs and lows on the chart for historical reference.
Day Labels: Optionally displays day-of-week labels and vertical lines marking the start of a new day.
Highly Customizable: Line style and thickness, colors, transparency, label positions, and more.
Alerts Support: Alerts for session line breaks, High/Low levels, and D/W/M points.
TF Sesje Handlowe is perfect for traders who want to visually analyze market activity across time zones and identify key support and resistance levels.
TF Sesje Handlowe VIPTF Sesje Handlowe VIP – Advanced Session Zones and Pivot Indicator
TF Sesje Handlowe VIP is a comprehensive TradingView indicator designed for professional traders, providing clear visualization of key session zones, pivot levels, High/Low levels, and intraday mini-cycles. It offers full control over multi-timeframe analysis.
Key Features:
Session Zones: Asia, London, NY AM, NY Lunch, NY PM with customizable colors and labels.
Session Pivot Lines: High, Low, and midpoint lines with optional alerts on level breaks.
Intraday Mini-Cycles: Up to 9 additional time segments for more precise intraday analysis.
Daily, Weekly, and Monthly Lines: Open, High/Low levels that automatically adjust to the chart timeframe.
Previous Year High/Low: Display last year’s high and low levels.
Day-of-Week Labels: Optional vertical lines to visualize the start of each day.
Customizable Appearance: Adjust time zones, box transparency, label size, line styles, and more.
Alerts Support: Receive alerts for session zones, pivot breaks, and High/Low levels of selected intervals.
This indicator is fully customizable and dynamically adapts to the chart, providing quick access to critical price levels and helping traders make informed decisions.
Time separator by @alvaro.alemanfxThis indicator draws vertical lines on your chart at specific times you define.
You can customize the timezone, line style, color, thickness, and number of consecutive bars.
It allows setting a date range for drawing and recycles old lines to avoid exceeding limits.
You can also restrict the lines to appear only within your chosen minimum and maximum timeframes.
US30 ORB 5m / 1m StrategyThis is Open range breakout strategy, its tested with Us30 only. You cant optimize or try. it seems profitable
BLITZ JUNK BOND INDICATORThe given indicator considers the fluctuations in the bond market and the spread that are existing as a premium demanded by investors for high risk corporate junk bonds.
1. The junk bond spread indicator precisely anticipates market phases, especially any panic kind of scenario.
2. Junk bond spread indicator often face choppy market zone and entirely we must rely on our portfolio churning skills if such scenario occurs and the broader markets failed to perform even if the indicator has made us to make a buy position
3. Whenever Bullish signal comes, same is to be confirmed with the price action of the broader market index, then same to be confirmed in the junk bond spreads chart if the spreads are going down steadily or is breaking down from the nearest swing low and cooling off. This, scenario indicates we must expose our portfolio to equities
4. Whenever Bearish signal comes, same to be cofirmed with the price action of the broader market index, then same to be confirmed in the junk bond spread charts if the spreads are heating up breaking nearby swing highs or steadily moving up. In such scenario, we must prepare for heavy market drawdowns or must anticipate some panic scenario in the markets and thus should avoid equities.
Ripping and Dipping (Reversal + Trend Signals)Waits for a series of EMAs to be stacking from fastest to slowest for a user input X bars, then signals trend or reversal trades based on a simple close above/below the high/low of the last bar. Designed to catch quick trend trades once strength is confirmed, and quick reversal trades once trend has overextended.
fcsm new AOA clean, rules-based signal tool that combines Bollinger Bands breakouts with a multi-timeframe Awesome Oscillator (AO) filter.
Designed for entries on a lower timeframe (e.g., M15) while confirming trend bias from higher timeframes
Triada: Fibo+pivots+CustomThe indicator Triada: Fibo+pivots+Custom is a multifunctional tool for TradingView that combines several analytical methods into one script. It is designed for traders who need to see both standard and custom levels on the chart, as well as trend and volume indicators.
Key Components and Functions
Pivot and Fibonacci Levels
This section of the indicator calculates and displays classic Pivot levels and Fibonacci levels based on previous time periods (day, week, month). You can:
Enable/disable each set of levels.
Configure the horizontal and vertical offsets for their labels.
Select the timeframe for the calculation.
Custom "Triada" Levels
This is a unique feature of the indicator. It allows you to insert price levels from an external source (e.g., a Telegram channel) as a text string. The indicator automatically reads this data and plots the corresponding lines and labels.
Trend and Volume Indicators
The indicator also includes two popular market analysis tools:
SuperTrend: Displays the trend, helping to determine whether the market is in an uptrend or a downtrend.
VWAP (Volume-Weighted Average Price): Shows the volume-weighted average price, which is an important indicator for determining the "fair" value of an asset. It also includes Fibonacci extensions based on VWAP, which can serve as additional support and resistance levels.