30-Day VWAP with StdDev Bands30-day VWAP script with ±1, ±2 standard deviation bands and shading between them. You can also customize the number of deviations if you like.
指標和策略
Moving Average StrategyFollow me on X! - @TheExpedTrader
For information or questions, reach me at theexpeditiontrader@gmail.com
Moving Average Strategy Indicator
A comprehensive EMA strategy tool to identify market trends with the following setup parameters:
1. Display EMA for current chart time period with graphical overlay showing fill colors for positive/negative correlation (defaulted to 50 for Fast EMA/200 for Slow EMA)
2. Overlay background time frame to show correlation with EMA on different time frame than chart value (defaulted to hourly).
3. Display BB bands with customization as well as a BB Band Cross Up and Cross down test (shows unusual and fast moving market activity by marking BB band intercept with symbol).
4. Display VWAP.
I use this tool primarily with the following configuration:
Daily charts
Fast EMA - 50
Slow EMA - 200
BG Time Frame - Weekly
BG Fast EMA - 3
BG Slow EMA - 9
BB Length - 20
BB Deviation - 4
BG Fast/Slow Crossover enabled
BG Fast/Slow Crossunder enabled
BB Dev Cross Up Test enabled
BB Dev Cross Down Test enabled
Configuration issues:
For some reason there are plot values that cannot be set to absolute. I need to dig deeper into that and will plan to post it out when I resolve the issue. I just set the values to above and below to mitigate for that.
GTI Buy/SellGTI Buy and Sell Indicator
It´s an indicator that suggests where to buy and sell, based on the market conditions.
There are two signals, the second one is stronger than the first one. Combine both.
True Strength Index (TSI)%📌 Script Name: TSI Percentuale
This script is a custom True Strength Index (TSI) indicator that expresses momentum strength as a percentage from 0% to 100%, instead of the traditional TSI scale.
✅ What the Script Does
Calculates the standard TSI:
Uses double exponential smoothing of price changes and their absolute values.
Formula:
TSI_raw
=
100
×
DoubleSmoothed(ΔPrice)
DoubleSmoothed(|ΔPrice|)
TSI_raw=100×
DoubleSmoothed(|ΔPrice|)
DoubleSmoothed(ΔPrice)
Normalizes TSI to a percentile scale:
Over a user-defined lookback period, the script finds the lowest and highest TSI values.
It then rescales the current TSI to a value between 0% (minimum) and 100% (maximum).
50% represents neutral momentum (i.e., "flat").
Plots the result:
tsi_percent is plotted as a blue line.
Horizontal dashed/dotted lines are drawn at:
0% → strong downward momentum
50% → neutral
100% → strong upward momentum
⚙️ Inputs
Long Length: Long EMA smoothing period (default: 25)
Short Length: Short EMA smoothing period (default: 13)
Signal Length: (not used in this version, can be removed or extended)
Lookback Period: Number of bars to calculate min/max normalization (default: 100)
🧠 Why Use This Indicator
The classic TSI ranges around and can be hard to interpret.
This version makes TSI visually intuitive by converting it to percentile form, allowing easier comparison of momentum strength across time and instruments.
It’s particularly useful for defining zones like:
Above 70% = strong bullish
Below 30% = strong bearish
B-AWACS_RTWPCryptoB-AWACS_2.Purchase Taraması - Only Long + B-AWACS_RTWPCrypto
What Does It Do?
1. Signal Screening for 20 Stocks
The getSignal() function scans 20 different stocks (symbol1 to symbol20).
Stocks with buy/sell signals are added to the longArray and shortArray lists.
A summary table is displayed in the top-right corner, showing which stocks have active buy or sell signals.
2. Displaying Buy Levels in Oversold RSI Zones (RSI < 30)
When the RSI value drops below 30:
Target buy prices (targetBuyPrice, targetBuyPrice2) are calculated.
Labels and lines can be placed at these price levels (currently commented out in the code).
3. Price Level Tracking Based on RSI (Labels and Lines)
Based on RSI values:
Counters such as upperTouchCount and lowerTouchCount track how many times certain levels are touched.
Resistance and support zones can be identified and visualized with horizontal lines.
This section sets the groundwork and is meant to be completed in later parts of the code.
GTI TrendGTI Trend is an indicator that indicates where market is probably going, up or down.
Please use it with moving averages and vwap indicators.
Please disable borders, body and wick candle colors on Symbol Settings of the chart.
Ultimate Crossover Indicator (Tablolu & Bar Hizalı)Komut dosyası tüm geçerli indikatörleri orta ve kısa vade için toplu olarak grafik üzerinde gösteriyor. tablo üzerinde çizgi açıklamaları var. İnceleyip kullanabilirsiniz. :)
Ultimate Crossover Indicator (EMA, MACD, RSI, QQE, ATR)
📌 This indicator analyzes trend direction and momentum crossovers to generate the most reliable buy and sell signals.
✅ A live indicator panel is displayed at the top center of the chart showing real-time EMA, MACD, RSI, QQE, and ATR values.
✅ Indicators are aligned with price levels for better readability and accuracy.
✅ MACD and QQE crossovers confirm trend reversals with greater precision.
✅ RSI identifies overbought and oversold conditions to filter out false signals.
✅ ATR measures volatility, helping set safer stop-loss levels.
💡 Optimized for minute and hourly charts! This is a perfect tool for traders looking to enhance their market analysis on TradingView.
🚀 Use this indicator on TradingView to identify buy and sell opportunities more clearly! 📊
✅ This description is ready for publishing! Let me know if you need any refinements. 🚀😃
B-AWACS_2.Purchase Taraması - Only Long"Finds stocks with RSI>30. Works with "B-AWACS_RTWPCrypto"
What Does It Do?
1. Signal Screening for 20 Stocks
The getSignal() function scans 20 different stocks (symbol1 to symbol20).
Stocks with buy/sell signals are added to the longArray and shortArray lists.
A summary table is displayed in the top-right corner, showing which stocks have active buy or sell signals.
2. Displaying Buy Levels in Oversold RSI Zones (RSI < 30)
When the RSI value drops below 30:
Target buy prices (targetBuyPrice, targetBuyPrice2) are calculated.
Labels and lines can be placed at these price levels (currently commented out in the code).
3. Price Level Tracking Based on RSI (Labels and Lines)
Based on RSI values:
Counters such as upperTouchCount and lowerTouchCount track how many times certain levels are touched.
Resistance and support zones can be identified and visualized with horizontal lines.
This section sets the groundwork and is meant to be completed in later parts of the code.
DDDDD: SMI Quad Sync📄DDDDD: SMI Quad Sync
A multi-timeframe momentum synchronization indicator using 4 Stochastic Oscillators with different lengths (9, 14, 40, 60) to detect collective oversold and overbought zones.
✅ Key Features:
Plots 4 stochastic lines with vertical offsets for better visual separation.
Generates a Long Signal (green square) when all 4 stochastics are below the oversold level.
Generates a Short Signal (red square) when all 4 stochastics are above the overbought level.
Use signals to confirm multi-timeframe momentum alignment or exhaustion.
🎯 How to Use:
Look for green square → potential LONG entry: signals multi-timeframe oversold condition.
Look for red square → potential SHORT entry: signals multi-timeframe overbought condition.
Combine with trend analysis, price action, or other confirmation for optimal entries.
📝 Notes:
The plotted stochastic lines are visually shifted (offset) for clarity; signals are computed from raw, unshifted values.
Designed for traders who prefer confluence across different stochastic lookback periods to improve confidence.
👉 Ideal for scalping, swing trading, or as a momentum filter in broader strategies.
B-AWACS_Alarm📡Increase your number of Alarms with your membership on Tradingview (paid). An ideal ALARM setting indicator for those who use Fibonacci, Harmonic and XABCD Formations. Set 10 alarms for the same stock, independent of each other.
Spot Vs Perp PremiumThis indicator visualizes the price premium or discount between spot and perpetual futures markets for any crypto asset, using data from Binance, OKX, and Bybit. It helps traders track sentiment shifts, uncover arbitrage signals, and identify potential short-term reversals or continuation moves based on how aggressively traders are positioned in derivatives relative to the spot market.
What It Does
- Calculates the premium:
The difference between spot price and perp price is shown as a histogram. A positive premium (spot > perp) suggests cautious or bearish perp traders, while a negative premium (perp > spot) may indicate aggressive long positioning or speculative activity.
Supports multiple venues:
You can toggle between Binance, OKX, Bybit, or view a 3-exchange average for a more smoothed view.
Automatic pair detection:
The script auto-detects the base and quote currency from your active chart, dynamically tracking the correct spot and perp contracts for the asset you're analyzing.
Invert option:
Flip the calculation to view the perp premium instead of the spot premium, useful for comparing directional funding bias or for personal preference in visual analysis.
Optional moving average:
Smooth the premium signal over time to track sustained shifts in sentiment and filter out noise.
Table display:
Displays the real-time premium value in the corner of the chart for clarity.
Why It's Useful
This tool gives insight into derivatives trader behavior vs real market pricing. Spot prices reflect actual buying/selling of assets, while perpetual futures are often driven by speculation, leverage, and short-term positioning. When these diverge significantly, it often precedes market inflection points:
- Perp trading above spot (negative premium): excessive long exposure, potential for mean reversion or liquidations.
- Perp trading below spot (positive premium): risk-off behavior or hedging, potential for squeeze or unwind.
You can use this indicator to:
- Anticipate liquidation-driven moves
- Spot early signs of trend exhaustion
- Confirm breakout strength with perp alignment
- Monitor crowd positioning in real-time
Inputs
- Exchange – Select from Binance, OKX, Bybit, or average all three
- Inverse Premium – Flip the calculation to see perp - spot instead
- Show MA – Overlay a moving average for premium smoothing
- Show Table – Toggle live premium table display
- MA Period – Customize the smoothing window
Enjoy! Please comment and like!
Algo Ranger Enhanced Volume Trend//@version=5
indicator("Algo Ranger Enhanced Volume Trend", overlay=false)
// Define the trend conditions
uptrend = close > close
downtrend = close < close
// Define the colors for volume bars with a gradient effect
volumeColorUp = color.new(color.green, 0) // Pink color for uptrend
volumeColorDown = color.new(color.yellow, 0) // Yellow color for downtrend
// Define volume bar width and transparency for better aesthetics
barWidth = 2
transparency = 80 // Setting transparency for volume bars
// Plot the volume bars with the specified colors and styles
plot(volume, color=uptrend ? volumeColorUp : (downtrend ? volumeColorDown : na), style=plot.style_columns, title="Volume", linewidth=barWidth, transp=transparency)
// Optional: Volume Moving Average for smoothing the volume trend
smaVolume = ta.sma(volume, 20)
plot(smaVolume, color=color.blue, title="SMA Volume", linewidth=2, style=plot.style_line)
// Add horizontal line for reference to see volume levels
hline(0, "Zero Line", color=color.gray)
Stochastic w/ Crossovers and Deadspace FilterThis is my extremely useful modification of the classic Stochastic indicator. It includes clear signals of crossovers and crossunders of the K/D lines.
Additionally, I added a "deadspace" filter to remove plotting of signals in the middle of the range, which tend to be misleading.
This can be incredibly useful to find entries and trends, especially when using 2 instances of this indicator at different lengths (such as one of 14,1,3 and another of 28,3,6).
The deadspace filter works based on the middle line, so a value of 20 will not plot any crossovers between 30-70.
Tripple cross EMA'sThis indicator is designed to visually highlight key EMA crossovers to assist traders in spotting momentum shifts and trend confirmations at a glance.
✅ Plots three key Exponential Moving Averages:
EMA 20 (White) → short-term trend
EMA 50 (Light Blue) → medium-term trend
EMA 200 (Red) → long-term trend
✅ Displays signals with easy-to-read symbols:
🟡 Yellow Diamond → Golden Cross between EMA 20 and EMA 50 (short-term bullish signal)
🔵 Blue Diamond → Golden Cross between EMA 50 and EMA 200 (medium-term bullish signal)
❌ Pink X → Death Cross between EMA 20 and EMA 50 (short-term bearish signal)
❌ Red X → Death Cross between EMA 50 and EMA 200 (medium-term bearish signal)
✅ Alerts included for each crossover event → get notified immediately when a cross occurs.
➕ Ideal for traders who want clean, visual confirmation of trend shifts without cluttering the chart.
Works across all timeframes and instruments (Forex, indices, crypto, stocks).
How to use: Trade in the direction of the cross or combine with price action, support/resistance, or other confluence factors for best results.
Disclaimer:
This indicator is provided for informational and educational purposes only and does not constitute financial advice, investment advice, or trading recommendations.
Past performance is not indicative of future results. Trading financial markets involves risk, including the potential loss of capital.
Always do your own research and consult with a qualified financial advisor before making trading decisions.
The creator of this indicator is not liable for any losses or damages arising from the use of this tool.
OTE & A-B-C Zone Indicator SwiftEdgeOTE & A-B-C Zone Indicator SwiftEdge
Overview
The OTE & A-B-C Zone Indicator SwiftEdge is a versatile tool designed to help traders identify high-probability trading setups using a combination of Optimal Trade Entry (OTE) zones, Fibonacci levels, and A-B-C price patterns. This indicator is particularly useful for traders who rely on price action and Fibonacci-based strategies to find entry points, set stop-losses, and target potential take-profit levels. By integrating swing point detection, trend analysis, and Fibonacci projections, SwiftEdge provides a clear visual framework for making informed trading decisions across various timeframes.
What It Does
SwiftEdge identifies key price levels and zones to guide your trading:
OTE Zone: Highlights the Optimal Trade Entry zone between swing points A (swing high) and B (swing low) using Fibonacci retracement levels (default: 0.618 to 0.786). This zone represents a high-probability area for price reversals, making it an ideal entry point for trades.
A-B-C Pattern: Marks the latest swing points as A (swing high), B (swing low), and C (projected take-profit level) with dashed lines and labels. A solid line connects A to B to C, visually illustrating the price movement from entry to target.
Take-Profit Zones: Projects three customizable take-profit levels (TP1, TP2, TP3) based on Fibonacci extensions (default: 1.272, 1.618, 2.0) from the A-B swing, helping traders plan exits with favorable risk-reward ratios.
How It Works
SwiftEdge combines several technical components to create a cohesive trading system:
Swing Point Detection: Identifies significant swing highs (A) and swing lows (B) using a dynamic lookback period that adjusts to the selected timeframe. On lower timeframes like 1-minute charts, an ATR-based filter reduces noise by requiring price movements to exceed a threshold (0.5 * ATR(14)).
Trend Analysis: Uses an Exponential Moving Average (EMA) to determine the trend direction (default: 50-period EMA on 1H). The indicator marks uptrends (price above EMA) in green and downtrends (price below EMA) in red, ensuring trades align with the market's direction.
Fibonacci Levels: Applies Fibonacci retracement to define the OTE zone between A and B, and Fibonacci extensions to project take-profit levels (C) beyond the initial swing. This approach leverages the natural tendency of markets to respect Fibonacci ratios for reversals and extensions.
Visual Clarity: Displays only the latest A-B-C pattern with three dashed lines (A, B, C) and a solid connecting line, ensuring the chart remains uncluttered and easy to interpret.
The combination of these elements creates a structured setup where the OTE zone (between A and B) serves as an entry point, while the projected C level offers a target, all within the context of the prevailing trend. This synergy makes SwiftEdge a powerful tool for traders seeking to combine price action, trend analysis, and Fibonacci strategies.
How to Use
Add the Indicator: Apply the indicator to your chart via TradingView's indicator menu.
Identify the Trend: The OTE zone and A-B-C pattern will be colored green in uptrends (price above EMA) or red in downtrends (price below EMA). Use this to determine the market direction.
Entry Point: Look for price reversals within the OTE zone (between A and B). This zone is typically between the 0.618 and 0.786 Fibonacci retracement levels of the A-B swing, making it a high-probability area for entries.
Stop-Loss: Place your stop-loss below the OTE zone in an uptrend (or above in a downtrend) to protect against false breakouts.
Take-Profit Targets: Use the projected take-profit zones (TP1, TP2, TP3) as potential exit levels. These are based on Fibonacci extensions and can be toggled on/off in the settings.
Customization:
Adjust the Fibonacci levels for the OTE zone (Fibonacci Level 1 and Fibonacci Level 2) to suit your strategy.
Modify the take-profit levels (Fibonacci Extension Level for TP1/TP2/TP3) to target different extension ratios.
Change the lookback period (Base Lookback Period) and EMA period (Base EMA Period) to fine-tune swing point detection and trend sensitivity.
Customize colors for uptrends, downtrends, and A-B-C lines to match your preferences.
What Makes It Unique
SwiftEdge stands out by integrating swing point detection, Fibonacci-based OTE zones, and A-B-C price patterns into a single, visually intuitive indicator. Unlike standalone Fibonacci tools or trend indicators, SwiftEdge combines these elements to provide a complete trading setup: it identifies entry zones (OTE), confirms trend direction (EMA), and projects take-profit targets (Fibonacci extensions). The dynamic timeframe adjustment ensures consistent performance across all chart intervals, while the clean A-B-C visualization (with only the latest pattern displayed) prevents chart clutter, making it easier to focus on the most relevant price levels.
Notes
This indicator is designed for traders familiar with price action and Fibonacci strategies. It does not guarantee profits and should be used in conjunction with other analysis tools and proper risk management.
Performance may vary depending on market conditions and timeframe. Test the indicator on a demo account before using it in live trading.
ForexRobootthis indicator trade on crypto and forex
trade on neo usdt winrate 100%
trade on btc usdt winrate 90%
trade on cardano usdt winrate 90%
trade on floki usdt winrate 90%
and very coin other
ForexRobootthis indicator trade on crypto and forex
trade on neo usdt winrate 100%
trade on btc usdt winrate 90%
trade on cardano usdt winrate 90%
trade on floki usdt winrate 90%
and very coin other
ICT Core Macro Times (EST)ICT Core Macro Times where there's reversals and liquidity lies. Shows deadzones as well.
My script//@version=5
indicator("12M High Volume Screener", overlay=false, screen=true)
// Calculate 12-month window dynamically
var int lookbackDays = 252
var int maxBarsBack = 5000
// Define timeframe for volume analysis (daily regardless of chart TF)
dailyVolume = request.security(syminfo.tickerid, "D", volume, lookahead=barmerge.lookahead_on)
// Calculate highest volume over trailing 12 months (excl. current bar)
highestVol = ta.highest(dailyVolume , lookbackDays)
// Detect volume breakout condition
volumeBreakout = dailyVolume > highestVol and barstate.isrealtime
// Screener output formatting
screener_output = volumeBreakout ? 1 : 0
// Visual confirmation (optional)
plot(screener_output, "Volume Breakout", plot.style_columns,
color=volumeBreakout ? color.new(color.green, 70) : color.gray)