指標和策略
Forza Relativa Nasdaq vs S&PThe relative strength indicator shows the strength between the Nasdaq and the S&P 500. Above zero and colored green, the Nasdaq is stronger; below zero and colored red, the S&P 500 is stronger.
All in ONE (RSI, Stoch, MACD×Mutiplier, CCI, Momentum)Hi Traders,
This is an all-in-one oscillator, showing RSI, Stochastics, MACD, CCI and Momentum.
Because MACD values are much smaller than the other oscillator's values, we multiplied the MACD by 100,000 for visibility. You can change the multiplier in the input section.
Hope this assists. GraceAlgo
RR1:3 /-/ Hành Trình Về BờIn my personal view
Trading is a discipline-driven journey and it calls for an effective money-management approach.
This is a simple indicator that suggests entry points in line with the prevailing trend. However, it should be used for reference only—your trade entries must be based on your own analysis and decisions; do not depend too heavily on any indicator.
Wishing you great success in your trading.
Croisement EMA 8/13/21 > EMA55 (non simultané)Pour du SWING H4 mini
Entrée et sortie sur chaque croisement de la 55 avec toutes les autres EMA
[K]Pips LevelsIndicator to Display Price Lines and Values at Specified Pips Above and Below Current Price
This describes an indicator that shows lines and their corresponding price values a specified number of pips above and below the current market price.
Here are some good options, depending on the exact nuance you're looking for:
Pips Offset Price Lines Indicator: This is a concise and commonly understood way to name it.
Current Price with Adjustable Pips Offset Lines Indicator: More descriptive, emphasizing the "adjustable" aspect.
Indicator Showing Price Lines at X Pips Above/Below Current Price: This directly explains what it does.
Stable Dual SMA Cloud with Williams FractalsThis advanced indicator combines dual moving averages with intelligent trend visualization and Bill Williams' Fractals for comprehensive market analysis. The tool features:
Dual SMA System
Plots customizable fast and slow SMAs with adjustable periods, colors, and thickness
Visualizes trend direction through SMA positioning
- Smart Color Cloud
Dynamic cloud fills between SMAs with 3 color modes:
🟩 Green during bullish trends (fast SMA > slow SMA)
🟥 Red during bearish trends (fast SMA < slow SMA)
⬜ Gray in low volatility conditions (using ATR-based detection)
Neutral zone activates when price range ≤ (ATR Period × Multiplier)
- Official Williams Fractals
Accurate implementation of Bill Williams' fractal system
Customizable lookback period (default 2 bars)
Toggle on/off for clean chart viewing
- Trading Alerts
- Built-in alerts for SMA crossovers
- Ready for strategy automation
- Input Parameters:
Fast/Slow SMA Periods: Customize moving average lengths
ATR Period/Multiplier: Adjust neutral zone sensitivity
Cloud Colors: Personalize trend visualization
Fractal Lookback: Set fractal significance level (2-5 bars)
Show Fractals: Toggle fractal visibility
Ideal For:
Trend identification and confirmation
Volatility-based range detection
Spotting potential reversal points
Swing trading and position trading
Usage Tips:
Use cloud + bullish/bearish SMA crossover as trend confirmation
Gray cloud indicates consolidation - consider reducing position size
Combine fractal signals with cloud color for high-probability reversals
Adjust ATR multiplier based on asset volatility
Script Features:
Precise price anchoring in all chart modes
Optimized performance for all timeframes
Professional color-coding system
Official Williams Fractals implementation
Customizable alerts for strategy building
All In ONE GMMA + LongMA + VWAP + BandsHello Traders,
This indicator shows the multiple types of moving averages.
1. GMMA
Green when it is upward, Red when it is downward.
You can change the average period from input.
You can select between EMA and SMA.
You can delete certain GMMA and change the average period to show only certain MAs (e.g., EMA20, EMA 50, EMA100 etc)
2. LongMA
You can select one more moving average, such as EMA 200, EMA 1000 etc, to observe long-term trend.
Like GMMA,
Green when it is upward, Red when it is downward.
You can change the average period from input.
You can select between EMA and SMA.
3. VWAP and VWAP Bands
It also displays VWAP and its Bands.
VWAP itself: Green when it is upward, Red when it is downward.
Bands: You can select the Band levels.
Hope this assists. GraceAlgo
[K]StochRSI ATR-Exit Signal v4Indicator to Display TP and SL Lines Upon Entry Signal Using ATR and STOCH
This describes an indicator that generates entry signals based on the Average True Range (ATR) and Stochastic Oscillator (STOCH), and then automatically displays Take Profit (TP) and Stop Loss (SL) lines on the chart at the time of the entry.
Here are a few ways to phrase it, depending on the exact nuance you're looking for:
ATR and STOCH-based Entry Signal Indicator with TP/SL Line Display (More concise, common for indicator names)
Indicator for Displaying TP and SL Lines Upon ATR/STOCH Entry Signals (Slightly more descriptive)
An Indicator that Shows Take Profit and Stop Loss Lines When ATR and Stochastic Generate an Entry Signal (More explanatory)
You could also use "plot" or "draw" instead of "display" for the lines, e.g., "plot TP and SL lines."
Which phrasing best fits your needs?
13/20 EMA Crossover + Trend Check//@version=5
indicator("13/20 EMA Crossover + Trend Check", overlay=true)
ema13 = ta.ema(close, 13)
ema20 = ta.ema(close, 20)
ema100 = ta.ema(close, 100)
plot(ema13, color=color.green, title="EMA 13")
plot(ema20, color=color.orange, title="EMA 20")
plot(ema100, color=color.blue, title="EMA 100")
crossover = ta.crossover(ema13, ema20) and ema13 > ema20 and ema20 > ema100
bgcolor(crossover ? color.new(color.green, 80) : na, title="Buy Signal Background")
Fall from Recent Top & ATH (Latest Only)Fall from Recent Top & ATH (Latest Only)
This indicator calculates and displays the percentage drop from two key peaks—the most recent swing high and the all-time high (ATH)—but only for the latest occurrences. Use it to instantly assess how far price has retraced from these critical levels.
Features:
• Recent Top Fall % – Measures the drop from the last pivot high over your chosen lookback
• ATH Fall % – Shows the decline from the highest price on the chart (or a defined range)
• Latest Only Mode – Automatically clears prior values so you only see the current falls
• Custom Pivot Settings – Pick your data source (high, close, etc.) and lookback period
• Inline Labels & Data Window – Display fall percentages directly on the chart or in the info panel
• Style Controls – Adjust font size, label position, line styles and colors independently
• Alert Support – Set alerts when either fall exceeds your specified threshold
How to Use:
1. Open the indicator’s Inputs and set “Pivot Lookback” for recent swing detection.
2. Choose your “Source” series (default = high).
3. Toggle “Show Recent Top Fall” and “Show ATH Fall” on or off.
4. Enable “Latest Only” to remove old labels and focus on the newest data.
5. (Optional) In the Create Alert dialog, choose “Fall from Recent Top” or “Fall from ATH” and set your threshold.
Interpretation Guide:
- **Recent Top Fall %** helps gauge short-term retracement strength—ideal for timing entries after pullbacks.
- **ATH Fall %** reveals long-term correction severity, useful for spotting major support zones or oversold conditions.
#TradingView #PineScript #Retracement #ATH #SwingHigh #TechnicalAnalysis
A-B-C-D Levels with Customizable Pct & Price LineA-B-C-D Levels with Customizable Pct & Price Line
This indicator plots four dynamic “fall” levels (A, B, C and D) based on percentage dips from your chosen pivot, plus an optional live price line. Use it to see at a glance exactly how far price has retraced from a recent high (or other reference).
Features:
• Customizable Dip Percentages – Define your own fall % for Levels A, B, C and D
• Flexible Pivot Source – Reference the highest high, lowest low, close or any other series
• Price Line Overlay – Optionally display a continuous current‐price line for real-time context
• Style & Visibility Controls – Independently tweak colors, widths and line styles
• Alert Conditions – Trigger alerts when price crosses above or below any fall level
• Universal Compatibility – Works on any timeframe or instrument
How to Use:
1. Open Inputs and set your desired dip percentages (e.g. A = 10%, B = 20%, etc.).
2. Choose your pivot source and lookback period.
3. Toggle “Show Price Line” to overlay the live price.
4. (Optional) In the “Create Alert” dialog, set alerts on any level crossing.
Interpretation Guide:
- **Level A** = first dip from pivot (e.g. 10% fall)
- **Level B** = deeper retracement (e.g. 20% fall)
- **Level C/D** = even deeper fall benchmarks (e.g. 30%, 40%)
- The **Price Line** shows current price relative to your fall levels
Happy trading!
#TradingView #PineScript #DipLevels #PriceLine #TechnicalAnalysis
Daily ATR Bands @langshen Daily ATR Bands for Intraday Traders (5min Chart)
Description:
This indicator is designed for intraday traders who want to incorporate daily ATR (Average True Range) levels into their lower timeframe analysis, specifically the 5-minute chart.
It calculates:
The daily ATR using your selected period (default: 14).
An upper band: Daily close + ATR × multiplier (default: 2.0).
A lower band: Daily close – ATR × multiplier (default: 2.0).
These bands serve as dynamic support and resistance zones, helping traders identify potential stop-loss areas or exhaustion levels during the trading day.
🔹 Ideal for scalpers and day traders
🔹 Visualizes higher timeframe volatility boundaries
🔹 Useful for risk management and breakout validation
Multiple Assets RSI, SMA & Stochastic v6Multi-Source RSI, SMA, and Stochastic Indicator
This versatile indicator combines three popular technical analysis tools—RSI (Relative Strength Index), SMA (Simple Moving Average), and Stochastic Oscillator—and allows you to apply them to any of up to 10 different input sources. Perfect for traders who want to analyze a variety of price or custom data streams within a single, streamlined tool.
Features
RSI, SMA, and Stochastic plots: Visualize trend, momentum, and overbought/oversold conditions in one panel.
Up to 10 Input Sources: Choose from close, open, high, low, or any custom source you define. Apply the calculations to any selected series.
Customizable Settings: Configure periods, smoothing, and levels for each indicator to suit your trading strategy.
Clear Signals: Easily identify potential entry and exit points based on classic indicator logic.
How to Use
Select your source(s):
Use the input dropdowns to pick which data series (e.g., close, open, high, low, or custom) each indicator will use.
Set indicator parameters:
Adjust length, smoothing, and threshold values as needed for RSI, SMA, and Stochastic calculations.
Interpret the plots:
RSI: Values above 70 suggest overbought, below 30 oversold.
SMA: Spot trend direction and dynamic support/resistance.
Stochastic: Overbought/oversold levels and potential reversals.
Inputs
Source 1 – Source 10: Select up to ten different price or custom sources for indicator calculation.
RSI Settings: Length, overbought/oversold levels, applied source.
SMA Settings: Length, source.
Stochastic Settings: K and D periods, smoothing, overbought/oversold levels, source.
Best For
Traders who use multi-timeframe or multi-source analysis.
Those who want to compare indicator behavior across different price series.
All markets: stocks, forex, crypto, futures, and more.
Note:
This tool is for educational and informational purposes only. No single indicator guarantees profitable trades—always combine with risk management and your own analysis.
Created by @ilyasazmi. If you found this indicator useful, please leave a comment or follow for updates!
Palace Fast BWAL signalsKey Features:
1. VWAP Calculation: Uses hlc3 (typical price = `(high + low + close)/3`) as the input for the VWAP.
2. 5-period EMA: Standard exponential moving average of closing prices.
3. Combined Line: The bothWorldsLine is the arithmetic mean of VWAP and EMA5.
4. Visuals: Plotted as a thick red line for clear visibility.
### How to Use:
1. Add this script to a 1-minute ES futures chart.
2. The line dynamically balances intraday sentiment (VWAP) with short-term momentum (EMA5).
3. Use it to identify:
- Support/Resistance: Price often reacts near this line.
- Trend Bias: Price above the line suggests bullish bias; below indicates bearish bias.
- Mean Reversion: Fades when price deviates excessively from the line.
### Example:
- Bullish Confirmation: Price holds above the line while VWAP & EMA5 are rising.
- Bearish Rejection: Price rejects the line with volume during a downtrend.
This line combines the strengths of VWAP (volume-weighted context) and EMA5 (responsiveness) into a single powerful indicator.
Tweezer Top & Bottom (Adjustable Wick & Body Filter)🛠️ How It Works:
tickTolerance lets you define how many ticks difference is allowed between highs/lows.
bodyMinTicks ensures the second candle's body is large enough (default: 10 ticks = 0.10 on CL).
Only if both the tweezer condition and body size pass will the signal be marked.
ATR Overlay LabelShows ATR in number. It shows AT on chart in numbers. This helps in identifying the trend based on ATR that is formation of big or small coandles
Palace BWAL signalsKey Features:
1. VWAP Calculation: Uses hlc3 (typical price = `(high + low + close)/3`) as the input for the VWAP.
2. 20-period EMA: Standard exponential moving average of closing prices.
3. Combined Line: The bothWorldsLine is the arithmetic mean of VWAP and EMA20.
4. Visuals: Plotted as a thick red line for clear visibility.
### How to Use:
1. Add this script to a 1-minute ES futures chart.
2. The line dynamically balances intraday sentiment (VWAP) with short-term momentum (EMA20).
3. Use it to identify:
- Support/Resistance: Price often reacts near this line.
- Trend Bias: Price above the line suggests bullish bias; below indicates bearish bias.
- Mean Reversion: Fades when price deviates excessively from the line.
### Example:
- Bullish Confirmation: Price holds above the line while VWAP & EMA20 are rising.
- Bearish Rejection: Price rejects the line with volume during a downtrend.
This line combines the strengths of VWAP (volume-weighted context) and EMA20 (responsiveness) into a single powerful indicator.
Triple Bollinger [SimpleTrade]Triple Bollinger Bands is an advanced volatility-based indicator that extends the standard Bollinger Bands into three layers. It helps identify overbought and oversold zones with greater precision and provides insight into trend strength and potential reversals.
Big Player Strategy TableFor Indian Market
This script displays a strategy decision table used by big option traders and institutions, based on India VIX and ADX (trend strength). It automatically fetches live INDIAVIX data and calculates ADX manually, ensuring compatibility across any chart (NIFTY, BANKNIFTY, options, etc.).
Key Features:
Auto-fetches daily India VIX (no manual input)
Calculates ADX trend strength on your current chart
Displays a 5-row strategy table based on market conditions
Highlights the active signal row in yellow, based on VIX + ADX match
Suitable for understanding when big players prefer:
Straddles & Strangles
Iron Condors & Butterflies
IV Crush plays (Reverse Iron Condor, Calendar)
When to stay out (range or trap zones)
Use this tool to align your option buying/selling strategies with the market environment preferred by experienced traders and institutions.
BB + RSI + Supertrend BreakoutSimple Trend Follow Logic
Buy when
Price is above Bands, RSI, and Supertrend is Green
Sell when
Price is below Bands, RSI and Supertrend is Red