DJ BTC DailyThis Strategy only works on BTC daily. The only concern is the low winrate that could be a psycological hurdle. Please do comment for adjustments I should try and incorprate and let's find a killer strategy together :-)
移動平均線
Multi EMA and SMA with VWAP Indicator📊 Custom Multi-MA & VWAP Indicator
A comprehensive and fully customizable moving average indicator that combines 6 Exponential Moving Averages (EMAs), 3 Simple Moving Averages (SMAs), and VWAP in one clean, easy-to-use tool.
✨ Features:
6 Configurable EMAs:
• Default periods: 9, 21, 50, 100, 150, 200
• Fully adjustable lengths
• Individual color customization
• Show/hide toggles for each EMA
3 Configurable SMAs:
• Default periods: 20, 50, 100
• Fully adjustable lengths
• Individual color customization
• Show/hide toggles for each SMA
• Thicker lines for easy distinction from EMAs
VWAP (Volume Weighted Average Price):
• Toggle on/off
• Customizable color and line width
• Essential for intraday trading and institutional levels
🎯 Use Cases:
• Trend identification and confirmation
• Support and resistance levels
• Entry and exit signals
• Multi-timeframe analysis
• Day trading and swing trading strategies
• Institutional price levels (VWAP)
⚙️ Fully Customizable:
Every aspect of this indicator is configurable through the settings panel:
• Adjust any MA period to fit your trading strategy
• Choose your preferred colors for better chart visualization
• Enable/disable specific MAs to reduce chart clutter
• Customize VWAP line thickness
📈 Perfect For:
• Traders who use multiple moving averages in their strategy
• Those seeking an all-in-one MA solution
• Clean chart organization with one indicator instead of multiple
• Both beginners and experienced traders
💡 Tips:
• Use shorter EMAs (9, 21) for quick trend changes
• Longer EMAs (100, 150, 200) act as strong support/resistance
• VWAP is particularly useful for intraday trading
• Customize colors to match your chart theme
Version: Pine Script v6
Overlay: Yes (plots directly on price chart)
EMA CrossMoving averages based trend indicator
Plots
Hull Moving average 34
Simple MA 200
Exponential MA 5
Signals on crossing and turn around points.
MA Crossover Scalper [4H]//@version=5
indicator("MA Crossover Scalper ", overlay=false)
// Market Cap Filter (Volume as proxy)
volumeValid = volume >= 500000 and volume <= 4000000
// MA Crossover System
ma9 = ta.sma(close, 9)
ma21 = ta.sma(close, 21)
bullishCross = ta.crossover(ma9, ma21) and close > ma21
bearishCross = ta.crossunder(ma9, ma21) and close < ma21
// Volume Confirmation
volumeSpike = volume > ta.sma(volume, 20) * 1.3
// Final Signals
bullSignal = bullishCross and volumeSpike and volumeValid
bearSignal = bearishCross and volumeSpike and volumeValid
// Output for Screener
plot(bullSignal ? 1 : 0, "Bull MA Cross", color=color.green)
plot(bearSignal ? 1 : 0, "Bear MA Cross", color=color.red)
50 & 200 SMA + RSI Average Strategy (Long Only, Single Trade)It works better in trending markets. It delivers its best performance in the 4-hour to 1-day timeframes.
ORB indicatorthis indicator marks out the first 15 min high and low on the candle that opens in each session, very easy to read and minimalist
ema_sw_alligatorA powerful and visually intuitive trading indicator that plots four exponential moving averages (EMA 8, 13, 48, 200) with customizable offsets and dynamic gradient visualization between the fast EMAs.
key features:
- four ema periods: displays ema 8, 13, 48, and 200 with customizable lengths
- customizable offsets: each ema can be shifted forward or backward in time (default: ema 200 offset 20, ema 48 offset 5, ema 13 offset 10, ema 8 offset 0)
- dynamic gradient system: visual color gradient between ema 8 and ema 13 that changes based on momentum:
-- green gradient when ema 8 crosses above ema 13 (bullish momentum)
-- red gradient when ema 8 crosses below ema 13 (bearish momentum)
- full customization:
- toggle individual ema visibility on/off
- customize colors for each ema line
- adjust gradient colors and transparency
- modify offset values for each ema
trading strategy:
ENTRY (Long)
- DAILY Chart
- 8 EMA crosses above 200 and 13 EMA
- Price remains above 200 EMA
- Break of Structure
Stay in:
- IF price stays above 8/13 and 48EMA after Entry
EXIT / STOP:
- Stop under recent swing low
- Exit when price crosses below 13 EMA IF under Entry
- Exit when price crosses below 48 EMA IF under Entry
trading applications:
- identify trend direction using the ema alignment
- spot potential entry points when ema 8 crosses ema 13 with gradient color confirmation
- use ema 48 and ema 200 as longer-term trend filters
- the offset feature helps anticipate potential support/resistance levels
- clear entry and exit rules based on EMA crossovers and price structure
settings overview:
- adjust ema lengths according to your trading style
- modify offsets to fine-tune the indicator's responsiveness
- customize colors for better visual clarity
- control gradient transparency to balance visibility and chart readability
perfect for swing traders, day traders, and anyone who uses moving average crossovers in their trading strategy. the visual gradient makes it easy to identify momentum shifts at a glance, while the clear trading rules provide a systematic approach to entries and exits.
5 MA Length Custom [wjdtks255]Indicator Title: 5 MA Length Custom
This indicator is a minimalist tool designed for pure trend visualization across five user-defined periods using Simple Moving Averages (SMAs). It contains no built-in signals or dynamic features—it serves strictly as a trend filter and confirmation layer.
Key Features and Customization
The indicator plots five fixed-color, fixed-thickness moving average lines. Only the Length (period) of each MA can be changed in the settings, offering clean, focused market analysis.
MA 1 (Default 5): Immediate price action.
MA 2 (Default 20): Short-term momentum.
MA 3 (Default 60): Key Mid-term Trend Line.
MA 4 (Default 40): Proxy for the standard Bollinger Band Center Line.
MA 5 (Default 120): Major Long-term Trend.
🧭 Trading Strategy: MA Filtered Reversion
This strategy uses the MA hierarchy for trend filtering and bias confirmation when executing trades based on an external signal indicator (e.g., a volatility/reversal signal like BB OPT EN).
🟢 Long Bias Confirmation (Buy)
The short-term trend must support the mid-term trend. This is confirmed when MA 2 (20) is positioned above MA 3 (60). When this alignment occurs, you should only take external Buy signals (reversal signals) for higher probability trades.
🔴 Short Bias Confirmation (Sell)
The short-term trend must align with the bearish direction. This is confirmed when MA 2 (20) is positioned below MA 3 (60). When this alignment occurs, you should only take external Sell signals (reversal signals) for higher probability trades.
Triple Moving Averages Daily on Timeframe (10/20/50 with LabelsUnlike other MA's this give me on daily time frame irrespective of chart time
Multi MAThis TradingView indicator displays four customizable moving averages on your price chart: two Exponential Moving Averages (EMAs) and two Simple Moving Averages (SMAs).
The default settings show a 10-period EMA (aqua), 21-period EMA (orange), 50-period SMA (green), and 200-period SMA (red), which are commonly used timeframes for trend analysis.
Each moving average can be individually toggled on or off, and their lengths and colors are fully adjustable through the indicator settings.
The EMAs react more quickly to price changes while the SMAs provide smoother, more gradual trend indicators, making this useful for identifying support/resistance levels and trend direction.
Traders often watch for crossovers between these moving averages as potential entry or exit signals, with the 50/200 SMA cross being particularly significant as the "golden cross" or "death cross."
EMA Stack Background HighlighterThis is a simple script that highlights my backround when my criteria for my context timeframe is met, specifically, price is above the 10 EMA, the 10 is above the 20, and the 20 is above the 50 for green and vice versa for red. I use this in a multi timeframe approach similar to mentfx's EVC criteria
Sabitri GuideIndicator - "Sabitri Guide"
It's a colaboration of more than one Indicator.
Applicable for all sectors.
Just follow the signal.
After appear "Buy" signal when next green candle crosses high and close to the signal candle then active buy.
And after appear "Sell" signal when next red candle crosses low and close to the signal candle then active sell.
Vantage-X (2.0)Vantage-X (2.0) — The Clean-Chart Trading Dashboard
Vantage-X (2.0) is a next-generation, all-in-one chart optimization dashboard designed for traders who want clarity, precision, and zero clutter. Whether you scalp, day trade, or swing trade, this indicator removes the noise and gives you the exact market signals that matter, all from one clean, minimal interface.
Built for traders who are tired of overcrowded charts filled with lines, clouds, bands, and unnecessary indicators, Vantage-X (2.0) brings everything together into a powerful visual dashboard — so you can focus on price action, not distraction.
⸻
🔹 What’s New in Version 2.0
Vantage-X (2.0) adds several high-value trend-tracking systems to improve timing, confirmation, and momentum detection:
• EMA 50 / EMA 200 Cross
A classic long-term momentum and directional bias filter.
Perfect for identifying macro trend shifts or avoiding trades against the dominant trend.
• EMA 20 / EMA 50 Cross
A medium-term trend confirmation system used by professional intraday traders to time pullbacks, continuations, and structure-based setups.
• EMA 5 / EMA 13 Cross
A fast-reaction signal for sudden bursts of volatility.
Ideal for scalpers catching early momentum, breakouts, retests, and reversal flips.
All three systems come with full toggles, so you can enable or disable any layer depending on your style.
All three EMA Crosses work on the current timeframe you are looking at.
⸻
🔹 Core Purpose
The purpose of Vantage-X is simple:
Give traders a clean, powerful dashboard that replaces multiple indicators — without ever touching the price chart.
No more overlapping lines.
No more stacked indicators taking up screen space.
No more analysis paralysis.
Just fast, easy, intuitive signals displayed in a compact table so you can instantly read the market’s story.
⸻
🔹 Features
✔ Ultra-clean dashboard layout (does not clutter your chart)
✔ Trend direction & EMA cross signals
✔ Color-coded bias detection (bullish, bearish, neutral)
✔ Adjustable toggle system for full customization
✔ Works on all markets & timeframes
✔ Designed for scalpers, day traders, and swing traders
✔ Perfect for traders who rely on price action but still want smart confirmation
⸻
🔹 Why Traders Love It
Vantage-X is built for the modern trader — the type who values simplicity, clarity, and speed. Every feature in this dashboard is made to:
• Reduce hesitation
• Improve timing
• Simplify decision-making
• Keep charts visually clean
• Remove emotional noise
• Increase confidence in entries and exits
If you want a chart that stays clean but still gives high-precision market signals, Vantage-X is built for you.
⸻
🔹 Free to Use — For the Trading Community
Vantage-X (2.0) is completely free.
No paywalls. No locked features.
This release is my contribution to traders who want a cleaner, more efficient way to interpret the market without relying on a dozen indicators layered on top of each other.
⸻
🔹 Final Notes
Vantage-X (2.0) is continuously evolving, and future versions will bring even more flexibility, signal refinement, and dashboard intelligence. Feedback is always welcomed — I want this to be one of the most useful and clean charting tools available on TradingView.
🔥 {COMING SOON: You will be able to set different timeframes for each EMA cross Signal. So if you are looking at 5min timeframe but you want to know 15min 20/50 EMA cross. You will be able to adjust that in settings. SO NO SWITCHING BACK AND FORTH BETWEEN DIFFERENT TIMEFRAME CHARTS!!} 🔥
Shock Wave EMA Ribbon.29 ema and 21 ema script, with background plot. All colors, and settings toggle on and off. Simple but effective.
Shock Wave 9/21 EMA Ribbon9 ema and 21 ema script, with background plot. All colors, and settings toggle on and off. Simple but effective.
DarkPool's Gann High Low Activator DarkPool's Gann High-Low Activator.
It enhances the traditional trend-following logic by integrating Heikin Ashi smoothing, Multi-Timeframe (MTF) analysis, and volatility filtering. It is designed to filter out market noise and provide clearer trend signals during volatile conditions.
Underlying Concepts
Heikin Ashi Smoothing: Standard price candles can produce erratic signals due to wicks and short-term volatility. This script includes a "Calculation Mode" setting that allows the Gann logic to run on Heikin Ashi average prices. This smoothes out price data, helping traders stay in trends longer by ignoring temporary pullbacks.
Gann High-Low Logic: The core algorithm tracks the Simple Moving Average (SMA) of Highs and Lows over a user-defined period.
Bullish Trend: Price closes above the trailing SMA of Highs.
Bearish Trend: Price closes below the trailing SMA of Lows.
Volatility & Trend Filtering: To reduce false signals during sideways markets, this tool employs two filters:
ADX Filter (Choppiness): Uses the Average Directional Index to detect low-volatility environments. If the ADX is below the defined threshold (default 20), the indicator identifies the market as "choppy" and suppresses signals to preserve capital.
EMA Filter (Baseline): An optional Exponential Moving Average filter ensures trades are only taken in the direction of the longer-term trend (e.g., Longs only above the 200 EMA).
Features
Dual Calculation Modes: Switch between Standard price logic and Heikin Ashi smoothing logic.
Multi-Timeframe (MTF): Calculate the trend based on a higher timeframe (e.g., 4-Hour) while viewing a lower timeframe chart (e.g., 15-Minute).
Automated JSON Alerts: Generates machine-readable JSON alert payloads compatible with external trading bots and webhooks.
Live Dashboard: A data table displaying the current Trend State, Calculation Mode, ADX Value, and risk percentage.
How to Use
Buy Signal: Generated when the trend flips Bullish, provided the ADX indicates sufficient momentum and the price satisfies the EMA filter (if enabled).
Sell Signal: Generated when the trend flips Bearish, subject to the same momentum and trend filters.
Neutral State (Gray Cloud): When the cloud fill turns gray, the market is in consolidation. It is recommended to avoid entering new positions during this state.
Trailing Stop: The Gann Line serves as a dynamic trailing stop-loss level. A close beyond this line invalidates the current trend.
Settings Configuration
Calculation Mode: Select "Standard" for raw price action or "Heikin Ashi" for smoothed trend following.
Gann Length: Lower values (3-5) are suitable for short-term scalping; higher values (10+) are better for swing trading.
MTF Mode: Enable to lock the calculation to a specific higher timeframe.
ADX Threshold: Adjust based on asset volatility. Recommended: 20-25 for Crypto, 15-20 for Forex/Indices.
Disclaimer
This source code and the information presented here are for educational purposes only. This script does not constitute financial advice, trading recommendations, or a solicitation to buy or sell any financial instruments. Trading in financial markets involves a high degree of risk and may not be suitable for all investors. Past performance is not indicative of future results. The author assumes no responsibility for any losses incurred while using this indicator. Use this tool at your own discretion and risk.
MYPYBiTE.com – Cloud + VWAPFor Bitcoin we found that the 3 day chart consistently indicates a pattern that anyone can back test and determine the trend confirmation is broken. Of course we won't tell you here what it is because you have to do the work or be familiar with the communities I participate in.
We decided to make this available because we realized many folks do not incorporate cloud charting. This is to help noobies and we hope to incorporate other factors in time.
10/20 EMA 50/100/200 SMA — by mijoomoCreated by mijoomo.
This indicator combines EMA 10 & EMA 20 with SMA 50/100/200 in one clean package.
Each moving average is toggleable, fully labeled, and alert-compatible.
Designed for traders who want a simple and effective multi-MA trend tool.
50-Week EMA & 100-Week MA (any TF)50-Week EMA & 100-Week MA
EMA 50W retains your stepline style.
MA 100W uses a normal smooth line (you can change style to stepline if you want).
Works on any timeframe — weekly calculation
Gold Master: Swing + Daily Scalp (Fixed & Working)How to use it correctly
Daily chart → Focus only on big green/red triangles (Swing trades)
5m / 15m / 1H chart → Focus on small circles (Scalp trades)
You can turn each system on/off independently in the settings
Works perfectly on XAUUSD, GLD, GC futures, and even DXY (inverse signals).
𝐃𝐀𝐑𝐊 - 𝐓𝐄𝐑𝐌𝐈𝐍𝐀𝐋 🥷✅ DARK TERMINAL™ — Adaptive Liquidity & Trend Intelligence System
A multi-layered market analysis framework for professional traders
DARK TERMINAL™ is an advanced, all-in-one market intelligence system designed to help traders interpret market structure, trend pressure, and liquidity zones with exceptional clarity. Built with a hybrid logic of dynamic trend mapping and liquidity-based zones, this indicator assists traders in quickly understanding real-time directional bias, potential reversal areas, and high-probability continuation zones.
This system is engineered to simplify complex price behavior into clean, actionable visual layers — making it suitable for scalpers, intraday traders, and swing traders.
🔥 Core Components
1. Trend Cloud Mapping
The multi-shade trend cloud automatically adapts to momentum direction and volatility shifts.
It highlights real-time:
Bullish / Bearish phases
Transitional zones
Momentum compression areas
Potential breakout conditions
2. Dynamic Support & Resistance Levels
Automatically plotted zones update in real time and act as:
Liquidity reaction points
Smart breakout & breakdown levels
Trend continuation confirmation zones
3. Auto Buy/Sell Pressure Markers
The system identifies key price behavior shifts such as:
Momentum weakening
Liquidity grabs
Exhaustion zones
Reversal signals
These markers are NOT signals, but help visualize directional pressure.
4. Price Flow Ribbon (Midline Engine)
The mid-structure ribbon shows micro-trend behavior:
Price stability
Short-term reversal intention
Trend smoothing
Entry refinement zones
5. Algorithmic Zone Identification
Smart zone labeling automatically identifies:
Support zones
Resistance zones
Reaction clusters
Consolidation pockets
Useful for planning entries, exits, and risk levels.
🎯 How Traders Typically Use DARK TERMINAL™
Scalpers: Use micro trend shifts + support/resistance zones
Intraday traders: Use trend cloud direction + pressure markers
Swing traders: Use liquidity zones + structural transitions
Risk managers: Use dynamic volatility zones for stop placement
DARK TERMINAL™ is created to complement any existing trading strategy or work as a standalone market-reading toolkit.
📘 Important Notes
The Buy/Sell markers represent algorithm-detected behavioral shifts, not guaranteed trading signals.
Support/Resistance zones represent liquidity reactions, not fixed market levels.
Trend clouds adjust based on volatility, so shades may vary with market conditions.
⚠️ Disclaimer :
This indicator is provided strictly for educational and informational purposes only. Nothing in this tool, including but not limited to Buy/Sell markers, support/resistance labels, clouds, or any visual elements, should be interpreted as financial advice, trading signals, invitations to invest, or recommendations to buy or sell any instrument.
Trading and investing involve substantial risk, including the possible loss of capital. Market behavior is unpredictable, and past visual patterns or indicator behavior do not guarantee future performance. The developer of this script does not guarantee accuracy, profitability, or performance of this indicator and is not liable for any losses, damages, or decisions made based on the information displayed.
Users are solely responsible for their own trading decisions and must perform independent research, apply proper risk management, and consult a licensed financial advisor if necessary. By using this indicator, you agree that all trades you take are fully at your own risk.
Moving Average Ribbon x10his script is a highly customizable Moving Average Ribbon that allows you to plot up to 10 independent Moving Averages (MAs) on your chart simultaneously.
Key Features:
10 Customizable MAs: Configure each of the 10 MAs with unique settings.
5 MA Types: Choose from Simple (SMA), Exponential (EMA), Smoothed (SMMA/RMA), Weighted (WMA), and Volume-Weighted (VWMA) for every line.
Flexible Inputs: Easily adjust the Length, Source (e.g., close), Color, and Visibility for each Moving Average directly from the indicator settings.
Trend Analysis: Use the ribbon to quickly visualize trend strength, potential support and resistance zones, and changes in market momentum based on the spread and order of the MAs.
How to Use:
The first four MAs (MA #1 to MA #4) are enabled by default with common lengths (20, 50, 100, 200). You can enable and customize the remaining MAs (MA #5 to MA #10) in the input settings to build your ideal ribbon setup.
EMA and Swings with volatility-Multi-TF Trend Alerts by cryptdozTraces the EMA 200 and clearly marks all swings highs and lows for easy references. Includes a volatity index (like ADX) and marks the trend on multi time frame (from 1H to 5M) - ideal for scalping to intraday and day trading.






















