PumpC CBC EMAs + VWAPPumpC CBC EMAs + VWAP Indicator for Tradingview
Introduction
This is an indicator for the Candle By Candle (CBC) Flip strategy , based on the CBC Flip concept taught by MapleStax and inspired by the original CBC Flip indicator by AsiaRoo . The CBC Flip strategy is a simple yet effective approach to gauge if bulls or bears are in control for any given candle.
The logic behind the CBC Flip is as follows:
Bullish Flip : If the most recent candle’s close is above the previous candle’s high, bulls have taken control.
Bearish Flip : If the most recent candle’s close is below the previous candle’s low, bears are now in control.
No Flip : If neither condition is met, the previously dominant side (bulls or bears) remains in control until one of these conditions is satisfied, flipping the market sentiment—hence the name CBC Flip .
The PumpC CBC EMAs + VWAP Indicator enhances this simple strategy by adding trend confirmation filters using EMAs and VWAP , along with time-restricted signal generation and fully customizable alerts.
What Does This Indicator Do?
The PumpC CBC EMAs + VWAP Indicator helps traders identify CBC Flips to spot potential trend continuations or reversals. It combines candlestick logic , trend filters , and time-based restrictions to provide high-probability trade signals.
CBC Flip Detection
Bullish Flip : Current close is above the previous candle’s high.
Bearish Flip : Current close is below the previous candle’s low.
Strict Flips : Require a liquidity sweep for higher accuracy.
All Flips : Looser conditions that generate more frequent signals.
EMA and VWAP Trend Confirmation (Optional)
This filter ensures that long signals only trigger when the Slow EMA is above the VWAP , confirming an upward trend. For short signals, the Slow EMA must be below the VWAP.
Time-Based Filtering
The indicator allows you to set a specific trading window (e.g., 9:00 AM to 3:00 PM), helping you avoid low-volume or high-risk periods.
Visual Labels and Alerts
Labels : Arrows (▲ for long and ▼ for short) mark CBC Flip points on the chart.
Alerts : Fully customizable notifications for each signal type, based on your chosen filters.
Key Features
CBC Flip Detection : Identify potential reversals and trend continuations.
Strict vs. All Flips : Choose between higher-accuracy strict flips or more frequent all flips.
EMA-to-VWAP Filter : Optional trend confirmation filter to reduce false signals.
Customizable EMAs and VWAP : Configure lengths and colors for visual clarity.
Time-Restricted Signals : Focus on your preferred trading session.
Custom Alerts : Notifications for long and short signals based on filter settings.
Credits and Inspiration
The CBC Flip strategy was created by MapleStax .
This indicator is inspired by the original CBC Flip indicator by AsiaRoo .
Additional enhancements include EMA-to-VWAP filtering , custom alerts , and time-restricted signal generation for a more comprehensive trading experience.
Risks and Disclaimer
This indicator is for educational purposes only and does not constitute financial advice.
Trading involves significant risk, and past performance does not guarantee future results. Always test this indicator in a simulated environment before live trading.
Индикаторы и стратегии
Candle Partition Statistics with IQV and Chi2NOTE: THE FORMULA IN THE CHART IS NOT PART OF THE CODE
This Pine Script calculates statistical measures for candle partitions based on whether a candle is bullish or bearish and whether the price is above or below an EMA. It evaluates statistical properties such as the Index of Qualitative Variation (IQV) and the Chi-Square (χ²) statistic to assess variations in price action.
Concept of Index of Qualitative Variation (IQV)
IQV is a statistical measure used to quantify the diversity or dispersion of categorical variables. In this script, it is used to measure how evenly the four categories of candles (green above EMA, red above EMA, green below EMA, red below EMA) are distributed.
Purpose of IQV in the Script:
IQV ranges from 0 to 1, where 0 indicates no variation (one category dominates) and 1 indicates maximum variation (categories are equally distributed).
A high IQV suggests balanced distributions of bullish/bearish candles above/below the EMA, indicating market uncertainty or mixed sentiment.
A low IQV suggests dominance of a particular candle type, indicating a strong trend.
Concept of Chi-Square (χ²) Test
Chi-square (χ²) is a statistical test that measures the difference between expected and observed frequencies of categorical data. It assesses whether short-term price behavior significantly deviates from historical trends.
Purpose of Chi-Square in the Script:
A high χ² value means that short-term candle distributions are significantly different from historical patterns, indicating potential trend shifts.
If χ² exceeds a predefined significance threshold (chi_threshold), an alert (Chi² Alert!) is triggered.
It helps traders identify periods where recent price behavior deviates from historical norms, possibly signaling trend reversals or market regime changes.
Key Takeaways:
IQV helps measure the diversity of price action, detecting whether the market is balanced or trending.
Chi-square (χ²) identifies significant deviations in short-term price behavior compared to long-term trends.
Both metrics together provide insights into whether the market is stable, trending, or shifting.
The Nasan C-score enhances trend strength by incorporating volatility. It is calculated as:
enhanced_t_s =(𝑡𝑠 × avg_movement x 100)/SMA(𝑐lose)
Key Components:
𝑡𝑠 : Measures trend strength based on price movements relative to EMA.
ts=green_EMAup_a+0.5×red_EMAup_a−(0.5×green_EMAdown_a+red_EMAdown_a)
avg_movement: The SMA of absolute close-open differences, capturing volatility.
Normalization: The division by SMA(close) adjusts the score relative to price levels.
Purpose of the Nasan C-score
Enhanced Trend Strength
It amplifies the trend strength value by factoring in volatility (price movement).
If price volatility is high, trend strength variations have a greater impact.
Volatility-Adjusted Momentum
By scaling 𝑡𝑠 with average movement, the score adjusts to changing price dynamics.
Higher price fluctuations lead to a higher score, making trend shifts more prominent.
How It Can Be Used in Trading
Higher values of Nasan C-score indicate strong bullish or bearish trends.
Comparing it with past values helps determine whether momentum is increasing or fading.
Thresholds can be set to identify significant trend shifts based on historical highs and lows.
Advanced Liquidity Trap & Squeeze Detector [MazzaropiYoussef]DESCRIPTION:
The "Advanced Liquidity Trap & Squeeze Detector" is designed to identify potential liquidity traps, short and long squeezes, and market manipulation based on open interest, funding rates, and aggressive order flow.
KEY FEATURES:
- **Relative Open Interest Normalization**: Avoids scale discrepancies across different timeframes.
- **Liquidity Trap Detection**: Identifies potential bull and bear traps based on open interest and funding imbalances.
- **Squeeze Identification**: Highlights conditions where aggressive buyers or sellers are trapped before a reversal.
- **Volume Surge Confirmation**: Alerts when abnormal volume activity supports liquidity events.
- **Customizable Parameters**: Adjust thresholds to fine-tune detection sensitivity.
HOW IT WORKS:
- **Long Squeeze**: Triggered when relative open interest is high, funding is negative, and aggressive selling occurs.
- **Short Squeeze**: Triggered when relative open interest is high, funding is positive, and aggressive buying occurs.
- **Bull Trap**: Triggered when relative open interest is high, funding is positive, and price crosses above the trend line but fails.
- **Bear Trap**: Triggered when relative open interest is high, funding is negative, and price crosses below the trend line but fails.
USAGE:
- This indicator is useful for traders looking to anticipate reversals and avoid being caught in market manipulation events.
- Works best in combination with order book analysis and volume profile tools.
- Can be applied to crypto, forex, and other leveraged markets.
**/
trend sinyalleri-v6 versionyatırım tavsiyesi niteliğinde değildir.test aşamasındadır.testler devam etmektedir.1-2-3-4 saatlik trendin yönünü genel olarak analiz eder ve buna göre genel bir trend analizi sunar. destek olmayı unutmayalım.
[SHORT ONLY] Internal Bar Strength (IBS) Mean Reversion Strategy█ STRATEGY DESCRIPTION
The "Internal Bar Strength (IBS) Strategy" is a mean-reversion strategy designed to identify trading opportunities based on the closing price's position within the daily price range. It enters a short position when the IBS indicates overbought conditions and exits when the IBS reaches oversold levels. This strategy is Short-Only and was designed to be used on the Daily timeframe for Stocks and ETFs.
█ WHAT IS INTERNAL BAR STRENGTH (IBS)?
Internal Bar Strength (IBS) measures where the closing price falls within the high-low range of a bar. It is calculated as:
IBS = (Close - Low) / (High - Low)
- Low IBS (≤ 0.2) : Indicates the close is near the bar's low, suggesting oversold conditions.
- High IBS (≥ 0.8) : Indicates the close is near the bar's high, suggesting overbought conditions.
█ SIGNAL GENERATION
1. SHORT ENTRY
A Short Signal is triggered when:
The IBS value rises to or above the Upper Threshold (default: 0.9).
The Closing price is greater than the previous bars High (close>high ).
The signal occurs within the specified time window (between `Start Time` and `End Time`).
2. EXIT CONDITION
An exit Signal is generated when the IBS value drops to or below the Lower Threshold (default: 0.3). This prompts the strategy to exit the position.
█ ADDITIONAL SETTINGS
Upper Threshold: The IBS level at which the strategy enters trades. Default is 0.9.
Lower Threshold: The IBS level at which the strategy exits short positions. Default is 0.3.
Start Time and End Time: The time window during which the strategy is allowed to execute trades.
█ PERFORMANCE OVERVIEW
This strategy is designed for Stocks and ETFs markets and performs best when prices frequently revert to the mean.
The strategy can be optimized further using additional conditions such as using volume or volatility filters.
It is sensitive to extreme IBS values, which help identify potential reversals.
Backtesting results should be analyzed to optimize the Upper/Lower Thresholds for specific instruments and market conditions.
High/Low of Last N CandlesThis indicator analyses the last candles (by default 20) to identify the highest high and the lowest low.
It is useful in trading methods which are using breakouts.
MFI Trend & Volatility Candle Chart🎯 Key Features:
- Incorporates Money Flow Index (MFI) with multi-timeframe support
- Dynamically adjusts overbought and oversold levels based on volatility
- Identifies uptrend, downtrend, and neutral market conditions
- Plots MFI-based candles with trend-sensitive coloring
- Provides alerts for overbought and oversold signals
🎯 How to Use in TradingView:
1. Open TradingView and apply this script as a custom indicator.
2. Select your desired timeframe (works best on 15m, 1H, 4H, and 1D charts).
3. Observe the MFI candles—green indicates an uptrend, red a downtrend, and gray for neutral.
4. Monitor the adjusted overbought and oversold levels plotted dynamically.
5. Use alerts to identify potential reversals.
🎯 Understanding MFI Candles:
- The MFI Candles reflect the Money Flow Index, a momentum indicator that measures buying and selling pressure.
- Colors:
- Green: Price is trending upwards based on MFI and SMA.
- Red: Price is trending downwards.
- Gray: Neutral trend with no clear direction.
- Wicks represent the adjusted high and low values based on volatility.
🎯 Best Usage Methods:
- **Trend Confirmation**: Use the indicator alongside moving averages or support/resistance levels.
- **Reversal Trading**: Look for MFI oversold conditions in an uptrend or overbought conditions in a downtrend.
- **Breakout Trading**: Combine with volume analysis to confirm strong breakouts.
- **Volatility Adjustments**: Adapt strategy based on the ATR-driven adjusted overbought/oversold zones.
🎯 Why Use This Indicator?
- Provides **more reliable overbought/oversold levels** by incorporating market volatility.
- **Works across all asset classes**, including stocks, forex, crypto, and indices.
- **Reduces false signals** by filtering MFI readings through trend direction.
- Allows traders to make **data-driven decisions** instead of relying on fixed MFI thresholds.
Price-Aligned Trend Indicator//@version=6
indicator("Price-Aligned Trend Indicator", overlay=true)
// Input parameters
t3Length1 = input.int(5, "Fast T3 Length")
t3Length2 = input.int(13, "Medium T3 Length")
t3Length3 = input.int(34, "Slow T3 Length")
// T3 Moving Average Function
t3(src, len) =>
e1 = ta.ema(src, len)
e2 = ta.ema(e1, len)
e3 = ta.ema(e2, len)
e4 = ta.ema(e3, len)
(e1 + 2 * e2 + 2 * e3 + e4) / 6
// Moving averages
maFast = t3(close, t3Length1)
maMedium = t3(close, t3Length2)
maSlow = t3(close, t3Length3)
// Conditions for trends
bullish = maFast > maMedium and maMedium > maSlow
bearish = maFast < maMedium and maMedium < maSlow
// Trend clouds
pFast = plot(maFast, color=bullish ? color.new(color.green, 0) : bearish ? color.new(color.red, 0) : color.new(color.gray, 0), linewidth=2)
pMedium = plot(maMedium, color=bullish ? color.new(color.green, 30) : bearish ? color.new(color.red, 30) : color.new(color.gray, 30), linewidth=2)
pSlow = plot(maSlow, color=bullish ? color.new(color.green, 60) : bearish ? color.new(color.red, 60) : color.new(color.gray, 60), linewidth=2)
fill(pFast, pMedium, color=bullish ? color.new(color.green, 80) : bearish ? color.new(color.red, 80) : color.new(color.gray, 90))
// Breakout/Breakdown Labels
if ta.crossover(maFast, maMedium) and bullish
label.new(x=bar_index, y=close, text="BREAKOUT", style=label.style_label_up, color=color.green, textcolor=color.white)
if ta.crossunder(maFast, maMedium) and bearish
label.new(x=bar_index, y=close, text="BREAKDOWN", style=label.style_label_down, color=color.red, textcolor=color.white)
Volumatic Variable Index Dynamic Average [Kuuumz]Strategy based on VIDYA buy signal, delta volume >=30% and the break and retest strategy of the pivot line. All 3 criteria need to be met.
EMA50 & SMA200 Cross with Volume AlertHow It Works:
EMA50 crosses above SMA200: Signals potential trend reversal (Golden Cross).
Volume Spike: Must exceed 1.5x the 20-period average volume.
Green Background: Highlights periods when both conditions are met.
Custom Alerts: Alerts you when this occurs.
Optional Customizations:
Adjust Volume Multiplier: Change * 1.5 to * 2 or * 1.2 depending on how strict you want the volume condition.
Color Adjustments: Change color.green to any other color.* you like.
Let me know what you think.
ATR/CCI Adaptive Trend BandsATR/CCI Trend Bands is a dynamic trend-following indicator that combines the power of the Average True Range (ATR) and Commodity Channel Index (CCI) to create adaptive support and resistance bands. The indicator plots upper and lower trend bands based on ATR deviations while using CCI to confirm trend direction. The bands visually highlight areas of trend strength and potential reversals, helping traders identify key price zones."
🔹 Key Features:
✅ ATR-Based Trend Bands – Dynamically adjust to market volatility.
✅ CCI Confirmation – Determines whether price is in an uptrend or downtrend.
✅ Color-Coded Trendline – Blue for bullish trends, red for bearish trends.
✅ Shaded Support & Resistance Zones – Red upper bands (resistance), blue lower bands (support).
✅ Customizable Parameters – ATR length, multipliers, and CCI period can be adjusted.
🔹 How to Use:
Trend Trading: Follow the bands to ride trends with confidence.
Breakout Confirmation: Watch for price breaking above/below the bands for potential strong moves.
Reversal Trading: Use the shaded zones as dynamic support and resistance levels.
This indicator is suitable for all timeframes and markets and is designed to be a versatile tool for both trend-followers and breakout traders. 🚀📈
Automatic Linear Trend Channel sandyAutomatic Linear Trend Channel with Signals
This indicator combines linear regression trends with dynamic standard deviation channels to identify market trends and potential trading opportunities.
Key Features:
- Automatically detects trend changes using 100-period moving average
- Creates dynamic channels based on linear regression and standard deviation
- Shows both standard and real-time channel options
- Generates buy/sell signals based on channel breakouts and trend changes
- Customizable standard deviation factor for channel width
- Color-coded channels (green for uptrend, red for downtrend)
Trading Signals:
Buy Signals (Green Triangles):
- Trend changes to bullish
- Price breaks above upper band in downtrend
- Price bounces off lower band in uptrend
Sell Signals (Red Triangles):
- Trend changes to bearish
- Price breaks below lower band in uptrend
- Price bounces off upper band in downtrend
Settings:
- Standard Deviation Factor: Adjusts channel width
- Offset: Fine-tunes signal generation
- Channel Display: Choose between standard, real-time, or both channels
- Show Trade Signals: Toggle signal display
Perfect for swing trading and trend following strategies across any timeframe.
CBC Strategy with Trend Confirmation & Separate Stop LossCBC Flip Strategy with Trend Confirmation and ATR-Based Targets
This strategy is based on the CBC Flip concept taught by MapleStax and inspired by the original CBC Flip indicator by AsiaRoo. It focuses on identifying potential reversals or trend continuation points using a combination of candlestick patterns (CBC Flips), trend filters, and a time-based entry window. This approach helps traders avoid false signals and increase trade accuracy.
What is a CBC Flip?
The CBC Flip is a candlestick-based pattern that identifies moments when the market is likely to change direction or strengthen its trend. It checks for a shift in price behavior between consecutive candles, signaling a bullish (upward) or bearish (downward) move.
However, not all flips are created equal! This strategy differentiates between Strong Flips and All Flips, allowing traders to choose between a more conservative or aggressive approach.
Strong Flips vs. All Flips
Strong Flips
A Strong Flip is a high-probability setup that occurs only after liquidity is swept from the previous candle’s high or low.
What is a liquidity sweep? This happens when the price briefly moves beyond the high or low of the previous candle, triggering stop-losses and trapping traders in the wrong direction. These sweeps often create fuel for the next move, making them powerful reversal signals.
Examples:
Long Setup: The price dips below the previous candle’s low (sweeping liquidity) and then closes higher, signaling a potential bullish move.
Short Setup: The price moves above the previous candle’s high and then closes lower, signaling a potential bearish move.
Why Use Strong Flips?
They provide fewer signals, but the accuracy is generally higher.
Ideal for trending markets where liquidity sweeps often mark key turning points.
All Flips
All Flips are less selective, offering both Strong Flips and additional signals without requiring a liquidity sweep.
This approach gives traders more frequent opportunities but comes with a higher risk of false signals, especially in sideways markets.
Examples:
Long Setup: A CBC flip occurs without sweeping the previous low, but the trend direction is confirmed (slow EMA is still above VWAP).
Short Setup: A CBC flip occurs without sweeping the previous high, but the trend is still bearish (slow EMA below VWAP).
Why Use All Flips?
Provides more frequent entries for active or aggressive traders.
Works well in trending markets but requires caution during consolidation periods.
How This Strategy Works
The strategy combines CBC Flips with multiple filters to ensure better trade quality:
Trend Confirmation: The slow EMA (20-period) must be positioned relative to the VWAP to confirm the overall trend direction.
Long Trades: Slow EMA must be above VWAP (upward trend).
Short Trades: Slow EMA must be below VWAP (downward trend).
Time-Based Filter: Traders can specify trading hours to limit entries to a particular time window, helping avoid low-volume or high-volatility periods.
Profit Target and Stop-Loss:
Profit Target: Defined as a multiple of the 14-period ATR (Average True Range). For example, if the ATR is 10 points and the profit target multiplier is set to 1.5, the strategy aims for a 15-point profit.
Stop-Loss: Uses a dynamic, candle-based stop-loss:
Long Trades: The trade closes if the market closes below the low of two candles ago.
Short Trades: The trade closes if the market closes above the high of two candles ago.
This approach adapts to recent price behavior and protects against unexpected reversals.
Customizable Settings
Strong Flips vs. All Flips: Choose between a more selective or aggressive entry style.
Profit Target Multiplier: Adjust the ATR multiplier to control the distance for profit targets.
Entry Time Range: Define specific trading hours for the strategy.
Indicators and Visuals
Fast EMA (10-Period) – Black Line
Slow EMA (20-Period) – Red Line
VWAP (Volume-Weighted Average Price) – Orange Line
Visual Labels:
▵ (Triangle Up) – Marks long entries (buy signals).
▿ (Triangle Down) – Marks short entries (sell signals).
Credits
CBC Flip Concept: Inspired by MapleStax, who teaches this concept.
Original Indicator: Developed by AsiaRoo, this strategy builds on the CBC Flip framework with additional features for improved trade management.
Risks and Disclaimer
This strategy is for educational purposes only and does not constitute financial advice.
Trading involves significant risk and may result in the loss of capital. Past performance does not guarantee future results. Use this strategy in a simulated environment before applying it to live trading.
RSI overbought /Oversold Crossover Strategyworks great with bollinger band look for signals near the top and bottom for good entry combining with bollinger band
9 & 15 EMA Crossover Indicator [Educational Purposes]Disclaimer:
Educational Tool Only: The signals generated by this indicator are intended for educational and informational purposes only. They are not a recommendation to buy or sell any security.
No Financial Advice: I am not a licensed financial advisor, and this indicator should not be construed as financial advice.
Risk Warning: Trading in financial markets involves a high level of risk and may not be suitable for all investors. Always conduct your own research and consider your financial situation before making any decisions.
No Guarantees: While every effort has been made to ensure the reliability of this script, no guarantees are made regarding its accuracy or its ability to predict market movements.