S/R Levels with Breaks v 1.0.0725 [JayKay]Support and Resistance Levels with Break Alerts
This script identifies high-probability support and resistance levels based on pivot structures and highlights breakout conditions when accompanied by strong volume momentum. Designed specifically for 15-minute charts, it is ideal for intraday traders looking for clean, actionable levels with visual break alerts.
Key Features:
Automatic S/R Detection: Uses pivot-based logic to plot horizontal support and resistance lines at significant price turning points.
Break Confirmation: Highlights bullish and bearish breaks only when price breaches S/R levels with volume confirmation.
Volume Oscillator Filter: Validates breakout strength using a short-term vs long-term volume EMA oscillator.
Bull & Bear Wick Signals: Detects failed breakout attempts (false moves) using candle wick analysis.
15-Minute Chart Restriction: Plots S/R lines and signals only on the 15-minute timeframe to maintain precision and avoid noise.
Custom Alerts: Get notified when a resistance or support level is broken under strong volume.
This tool is best suited for traders who want clear, rule-based levels combined with breakout logic for disciplined trade setups.
Educational
IB Breakout Strategy with Fib, CVD, and DivergenceEntry rules and signals- I wait for the 5min IB(initial balance) to form every session for eg-(first 5min candle of london session or ny session, marking top wick to bottom wick of first 5 min candle with a midpoint in that zone.Then look for CVD(cumulative volume delta) if it's alining with my analysis.I also mark previous session fib levels for scalp entries on .618 or .78 level.Also i do mark previous day VAH(value area high),VAL(value area low) and POC(point of control) for better understanding of direction.
Initial stop loss and take profit values-Initial stop loss varies from 200$ to 500$ and take profit varies from 250$ to 500$.
Number of contracts you plan to trade based on system stats and risk management-I plan to trade 1-2 contracts until i reach the safety net.Once safety net is achieved based on my entry level i decide the contract size which varies from 1-4 contracts.
Trade management and any trailing stop methods-I trail the stop once i feel like there's enough room for the trade.I manage the trade on the basis of strength of a candle, if its taking much time without strength i exit the trade.
This is my strategy based on this suggest me risk management
IMIT 936+Turn Input Values off at the bottom of the first settings for cleaner look.
This indicator automatically plots the high and low price ranges of key trading sessions, including New York, Asia, and Australia. Use these levels to identify potential support, resistance, and breakout opportunities throughout the trading day.
Dominant Strategy Extra Plus deneme2This PineScript v5-based indicator generates automatic buy and sell signals based on conditions set on cryptocurrency or stock charts, and includes a specially configured messaging system to instantly deliver these signals to the user via Telegram.
Weekly Low Day Countweekly lows table . it takes the lows of every week and classifies which day it happened on then puts it into the table on the bottom right , works best on Daily charts for most data absorption
8 AM & 9 AM NY Candle HighlighterThis indicator helps me to know when the 9am NY candle has closed above or below the previous candle.
DOGE 15MIN**Warm Reminder:** This strategy is intended solely for exploratory research and experimentation to evaluate the effectiveness of various signals. Drawing inspiration from patterns observed on the DOGE cryptocurrency 15-minute chart, it provides a tailored framework to identify potential trading opportunities. For optimal results, it is currently recommended exclusively for DOGE 15min charts. Remember, trading involves inherent risks, and past performance is not indicative of future results. We are dedicated to ongoing optimizations and refinements to enhance its robustness across broader applications—stay tuned for updates!
#### **A. Long Entry Signals**
These conditions trigger a long position entry, provided the strategy has no existing position (position_size == 0) and is not blocked. Signals can be enabled/disabled via input toggles (e.g., enable_vix).
- **VIX Reversal (vix_long)**: VIX signal shifts from high to low volatility (non-high volatility), with RSI between 30-50.
- **RSI Oversold (rsi_long)**: RSI crosses above 30.
- **CVD Bullish (cvd_long)**: CVD is rising.
- **Price RSI Bullish (prsi_long)**: Price RSI crosses above 30 or a long signal is triggered.
- **RangeEMA Bullish (rema_long)**: Candlestick is above POC, with KAMA trend flipping upward.
- **ZVWAP Oversold (zvwap_long)**: ZVWAP enters the oversold zone.
- **KAMA + Volume Bullish (kama_long)**: KAMA trend flips upward, candlestick is above POC, volume is rising, and the candle is bullish (green).
- **Volume Burst Bullish (vol_burst_long)**: Volume RSI crosses below threshold (default 70), open > close (bearish/red candle), triggered within the last two candles. **Special: Ignores all blocks** (bypasses not_long, Pivot, OI, RSI/ADX extreme filters).
#### **B. Short Entry Signals**
Similar to long entries: requires no existing position and no blocks.
- **RSI Overbought (rsi_short)**: RSI crosses below 70.
- **CVD Bearish (cvd_short)**: CVD is declining.
- **Price RSI Bearish (prsi_short)**: Price RSI crosses below 70 or a short signal is triggered.
- **RangeEMA Bearish (rema_short)**: Candlestick is below POC, with KAMA trend flipping downward.
- **ZVWAP Overbought (zvwap_short)**: ZVWAP enters the overbought zone.
- **KAMA + Volume Bearish (kama_short)**: KAMA trend flips downward, candlestick is below POC, volume is declining, and the candle is bearish (red).
- **Chop Bearish (chop_short)**: Chop crosses below 38.2, with RSI > 50.
- **Volume Burst Bearish (vol_burst_short)**: Volume RSI crosses below threshold (default 70), RSI > 70, and close > open (bullish/green candle), triggered within the last two candles. **Special: Ignores all blocks** (bypasses not_short, Pivot, OI, RSI/ADX extreme filters).
#### **C. Long Entry Blocks/Filters**
These conditions block long entries unless the signal ignores blocks (e.g., Volume Burst).
- **Base Prohibition (not_long)**: Volume is declining, or ADX is bearish (di_bear), or VIX is in high volatility (vix_flag), or RSI < 30.
- **Pivot Filter**: Recent Pivot is in a disadvantaged position.
- **OI Filter**: OI is declining.
- **RSI/ADX Extreme Filter**: RSI > 70 or ADX is bullish (di_bull).
- **Other**: Strategy already has a position (position_size != 0), or extreme volatility (is_extreme, though disabled in code).
#### **D. Short Entry Blocks/Filters**
Similar to long blocks.
- **Base Prohibition (not_short)**: Volume is rising, or (Chop < 38.2 and RSI > 50), or ADX is bullish (di_bull), or RSI > 70.
- **Pivot Filter**: Recent Pivot is in a disadvantaged position.
- **OI Filter**: OI is rising.
- **RSI/ADX Extreme Filter**: RSI < 30 or ADX is bearish (di_bear).
- **Other**: Existing position, or extreme volatility.
#### **E. Long Exit Signals**
Triggers closing of long positions, based on states (e.g., super_long, weak_long, only_kama).
- **KAMA Bearish Flip (exist_long)**: KAMA trend flips downward, or KAMA is downward with a short signal.
- **VIX Signal**: VIX shifts from low to high volatility, with RSI < 50.
- **Reversal Signal**: Short signal present and KAMA is downward.
- **Weak Trend Stop-Loss (weak_stop_long)**: In weak_long state, candlestick near POC, and close crosses below POC.
- **Weak KAMA Stop-Loss (weak_kama_long)**: In weak_long state, candlestick far from POC, and KAMA trend reverses.
- **Global Exit (exist_all)**: Volume RSI crosses below threshold (vol_under), or KAMA exit (kama_exit_long), or weak stop-loss, etc.
- **Special**: If in strong_long_hold (only_kama and KAMA remains bullish), ignore certain exit signals to hold the position.
#### **F. Short Exit Signals**
Similar to long exits.
- **KAMA Bullish Flip (exist_short)**: KAMA trend flips upward, or KAMA is upward with a long signal.
- **Reversal Signal**: Long signal present and KAMA is upward.
- **Weak Trend Stop-Loss (weak_stop_short)**: In weak_short state, candlestick near POC, and close crosses above short_state.current_max.
- **Weak KAMA Stop-Loss (weak_kama_short)**: In weak_short state, candlestick far from POC, and KAMA flips upward.
- **Global Exit (exist_all)**: Same as above.
Expansion Triangle [TradingFinder] MegaPhone Broadening🔵 Introduction
The Expanding Triangle, also known as the Broadening Formation, is one of the key technical analysis patterns that clearly reflects growing market volatility, increasing indecision among participants, and the potential for sharp price explosions.
This pattern is typically defined by a sequence of higher highs and lower lows, forming within two diverging trendlines. Unlike traditional triangles that converge to a breakout point, the expanding triangle pattern becomes wider over time, leaving no precise apex for a breakout to occur.
From a price action perspective, the pattern represents a prolonged tug-of-war between buyers and sellers, where neither side has taken control yet. Each aggressive swing opens the door to new opportunities whether it's a trend reversal, range trading, or a momentum breakout. This dual nature makes the pattern highly versatile across market conditions, from exhausted trend ends to volatile consolidation zones.
The custom-built indicator for this pattern uses a combination of smart algorithms and detailed analysis of swing dynamics to automatically detect expanding triangles and highlight low-risk entry points.
Traders can use this tool to capitalize on high-probability setups from shorting near the upper edge of the structure with confirmation, to trading bearish breakouts during trend continuations, or entering long positions near the lower boundary during bullish reversals. The chart examples included in this article demonstrate these three highly practical trading scenarios in live market conditions.
A major advantage of this indicator lies in its structural filtering engine, which analyzes the behavior of each price leg in the triangle. With four adjustable filter levels from Very Aggressive, which highlights all potential patterns, to Very Defensive, which only triggers when price actually touches the triangle's trendlines the indicator ensures that only structurally sound and verified setups appear on the chart, reducing noise and false signals significantly.
Long Setup :
Short Setup :
🔵 How to Use
The pattern typically forms in conditions of heightened uncertainty and volatility, where price swings generate a series of higher highs and lower lows. The expanding triangle consists of three key legs bounded by diverging trendlines. The indicator intelligently analyzes each leg's direction and angle to determine whether a valid pattern is forming.
At the core of the indicator’s logic is its leg filtering system, which controls the quality of the pattern and filters out weak or noisy setups. Four structural filter modes are available to suit different trading styles and risk preferences. In Very Aggressive mode, filters are disabled, and the indicator detects any pattern purely based on the sequence of swing points.
This mode is ideal for traders who want to see everything and apply their own discretion.
In Aggressive mode, the indicator checks whether each new leg extends no more than twice the length of the previous one. If a leg overshoots excessively, the structure is invalidated.
In Defensive mode, the filter enforces a minimum movement requirement each leg must move at least 2% of the previous one. This prevents the formation of shallow, weak patterns that visually resemble triangles but lack substance.
The strictest setting, Very Defensive, combines all previous filters and additionally requires the price to physically touch the triangle’s trendlines before issuing a signal. This ensures that setups only appear when real market interaction with key structural levels has occurred, not based on assumptions or geometry alone. This mode is ideal for traders seeking maximum precision and minimal risk.
🟣 Bullish Setup
A bullish setup within the Expanding Triangle pattern occurs when price revisits the lower support boundary after a series of broad swings typically near the third leg of the formation. This area often represents a shift in momentum, where sellers begin to lose strength and buyers prepare to take control.
Ideally, the setup is accompanied by a bullish reversal candle (e.g. doji, pin bar, or engulfing) near the lower trendline. If the Very Defensive filter is active, the indicator will only issue a signal if price makes a confirmed touch on the trendline and reacts from that level. This significantly improves signal accuracy and filters out premature entries.
After confirmation, traders may choose to enter a long position on the bullish candle or shortly afterward. A logical stop-loss is placed just below the recent swing low within the pattern. The target can be set at or near the upper trendline, or projected using the full height of the triangle added to the breakout point. On higher timeframes, this reversal often marks the beginning of a strong uptrend.
🟣 Bearish Setup
A bearish setup forms when price climbs toward the upper resistance trendline, usually as the third leg completes. This is where buyers often begin to show exhaustion, and sellers step in with strength providing an ideal low-risk entry point for short positions.
As with the bullish setup, if the Candle Confirmation filter is enabled, the indicator will only show a signal when a bearish reversal candle forms at the point of contact. If Defensive or Very Defensive filters are also active, the setup must meet strict criteria of proportionate leg movement and an actual trendline touch to qualify.
Once confirmed, traders can enter on the reversal candle, placing a stop-loss slightly above the recent high. The target can be set at the lower trendline or calculated based on the triangle's full height, projected downward. This setup is particularly useful at the end of weak bullish trends or in volatile market tops.
🔵 Settings
🟣 Logic Settings
Pivot Period : Defines how many bars are analyzed to identify swing highs and lows. Higher values detect larger, slower structures, while lower values respond to faster patterns. The default value of 13 offers a balanced sensitivity.
Pattern Filter :
Very Aggressive : Detects all patterns based on point sequence with no structural checks.
Aggressive : Ensures each leg is no more than 2x the size of the previous one.
Defensive : Requires each leg to be at least 2% the size of the previous leg.
Very Defensive : The strictest level; only confirms patterns when price touches trendlines.
Candle Confirmation : When enabled, the indicator requires a valid confirmation candle (doji, pin bar, engulfing) at the interaction point with the trendline before issuing a signal. This reduces false entries and improves entry precision.
🟣 Alert Settings
Alert : Enables alerts for SSS.
Message Frequency : Determines the frequency of alerts. Options include 'All' (every function call), 'Once Per Bar' (first call within the bar), and 'Once Per Bar Close' (final script execution of the real-time bar). Default is 'Once per Bar'.
Show Alert Time by Time Zone : Configures the time zone for alert messages. Default is 'UTC'.
🔵 Conclusion
The Expanding Triangle pattern, with its wide structure and volatility-driven nature, represents chaos but also opportunity. For traders who can read its behavior, it provides some of the most powerful setups for reversals, breakouts, and range-based trades. While the pattern may seem messy at first glance, it is built on clear logic and when properly detected, it offers high-probability opportunities.
This indicator doesn’t just draw expanding triangles it intelligently evaluates their structural quality, validates price interaction through candle confirmation, and allows the trader to fine-tune the detection logic through adjustable filter levels. Whether you’re a reversal trader looking for a turning point, or a breakout trader hunting momentum, this tool adapts to your strategy.
In volatile or uncertain markets, where fakeouts and sudden shifts are common, this indicator can become a cornerstone of your trading system helping you turn volatility into structured, high-quality opportunities.
MA Signal IndicatorMA Signal Indicator
The MA Signal Indicator is a customizable designed to identify potential trading opportunities based on price interactions with a Simple Moving Average (SMA). It incorporates risk management features such as stop-loss (SL), take-profit (TP), and breakeven levels, calculated using the Average True Range (ATR). The indicator is visually intuitive, overlaying trade signals, price levels, and colored zones directly on the chart.
Key Features:
1. Moving Average-Based Signals:
• Generates buy (long) signals when the price crosses above a user-defined SMA (default: 55 periods).
• Generates sell (short) signals when the price crosses below the SMA.
• Long and short trades can be independently enabled or disabled via input settings.
2. Risk Management:
• Stop-Loss (SL): Set as a multiple of the ATR (default: 1x ATR) below the entry price for long trades or above for short trades.
• Take-Profit (TP): Set as a multiple of the ATR (default: 5x ATR) above the entry price for long trades or below for short trades.
• Breakeven Level: A trigger level (default: 2x ATR) where traders may choose to move their stop-loss to breakeven, optionally displayed on the chart.
3. Visual Feedback:
• SMA Line: Plotted in orange (default: 55-period SMA) for trend reference.
• Trade Zone: Highlights the area between the stop-loss and take-profit levels with a semi-transparent green (long) or red (short) background.
• Price Lines: Displays entry price (white), stop-loss (red), take-profit (green), and breakeven level (gray, optional) as horizontal lines during active trades.
• Signal Markers: Triangular markers indicate entry points (green triangle up for long, red triangle down for short).
• Exit Markers: Labels show when a trade hits the take-profit (green checkmark) or stop-loss (red cross).
4. Trade Logic:
• Only one trade is active at a time (long or short).
• Trades are exited when either the stop-loss or take-profit is hit, resetting the indicator for the next signal.
• Ensures signals are only triggered when not already in a trade, avoiding duplicate entries.
Inputs:
• MA Period: Length of the SMA (default: 55).
• ATR Period: Period for ATR calculation (default: 5).
• SL Multiplier: ATR multiplier for stop-loss (default: 1.0).
• TP Multiplier: ATR multiplier for take-profit (default: 5.0).
• Move to Breakeven After: ATR multiplier for breakeven trigger (default: 2.0).
• Show Break Even Line: Option to display the breakeven level (default: true).
• Allow Long Trades: Enable/disable long signals (default: true).
• Allow Short Trades: Enable/disable short signals (default: true).
Use Case:
This indicator is ideal for trend-following traders who want a clear, visual system for entering and exiting trades based on SMA crossovers, with predefined risk and reward levels. It suits both manual and automated trading strategies, providing flexibility to adjust parameters for different markets or timeframes.
Notes:
• The indicator is overlaid on the price chart for easy integration with other analysis tools.
• Users should test and adjust parameters (e.g., MA length, ATR multipliers) to suit their trading style and market conditions.
• The breakeven line is a visual guide; manual adjustment of stops is required as the indicator does not automatically modify trade positions.
This indicator provides a robust framework for disciplined trading with clear entry, exit, and risk management visuals.
Option Auto Anchored VWAPThis indicator automatically shows two Anchored VWAP lines.
The first gets placed on the very first candle of the chart.
The second is set on the last or current day you select in the settings.
IU Martingale StrategyDESCRIPTION
This strategy is a Martingale-based trading system that enters a long position based on simple candle patterns and doubles the position size after each loss. It tracks the worst-case drawdown using a live risk matrix table to help traders visualize the downside. With clear profit and loss points, auto position sizing, and a risk visualization table, it’s perfect for backtesting the Martingale concept directly on charts.
WHAT IS MARTINGALE SYSTEM?
The Martingale system is a position-sizing strategy where you double your trade size after every loss, aiming to recover all previous losses with a single profitable trade. It assumes that a winning trade will eventually occur. While it can be high-risk, it’s often used in controlled environments or with high probability setups.
USER INPUTS
📦 Starting Position: Initial position size for the first trade
📈 Profit Points: Target profit in price points
📉 Loss Points: Stop loss in price points
📊 Show Risk Matrix Table: Enable or disable a live table showing current streak and risk stats
LONG CONDITION
A long trade is triggered when the current candle closes higher than it opened, and no open position exists. The condition is simple and used to simulate market entry for testing the Martingale logic.
// Entry Condition:
close > open and no existing position
LONG EXIT
Each trade has a fixed stop-loss and take-profit, based on the user's input:
Stop Loss = Entry Price − Loss Points
Take Profit = Entry Price + Profit Points
The exit is handled using strategy.exit() with these dynamic values.
WHY IT IS UNIQUE
🔁 Implements a dynamic Martingale position sizing system
📊 Includes a visual Risk Matrix Table tracking losing streaks, max size, and risk
📈 Automatically resets position size after a win
🧠 Smart use of array to manage loss history and control logic
🎯 Customizable SL and TP for each entry
🎨 Beautiful chart visuals for entry, stop loss, and target levels
HOW USER CAN BENEFIT FROM IT
🧪 Test the sustainability of a Martingale system with real chart data
👁️ Visualize the risks and impact of consecutive losses
📈 Explore risk vs. reward scenarios before deploying in real markets
🧰 Use it as a base template to build more advanced Martingale or grid-based systems
📚 Great for educational purposes to understand the mathematical drawdowns involved in doubling strategies
Disclaimer :
This Video is not financial advice, it's for educational purposes only highlighting the power of coding( pine script) in TradingView, I am not a SEBI-registered advisor. Trading and investing involve risk, and you should consult with a qualified financial advisor before making any trading decisions. I do not guarantee profits or take responsibility for any losses you may incur.
ICT Killzones + Macros & PDH/PDL - Milana Trades Take your intraday trading to the next level with this all-in-one session and liquidity mapping tool, designed to help you see where the real action happens. Whether you're trading FX, indices, or crypto, this indicator gives you true market structure context.
🔍 Features Overview
✅ Session Boxes
Visually map out the most important market sessions:
1)Asian Session
2)London Session
3)New York Open
4)New York AM
5)New York PM
Each session is shown with clean, color-coded boxes for easy reference. These zones help you identify when key volatility and volume shifts occur, allowing you to better time your entries and exits.
✅ Liquidity Levels
See where liquidity is likely to be resting with automatic levels based on key market highs and lows:
PDH/ PDL – Previous Day's High / Low
PMH / PML – Previous Week’s High / Low
PVH / PVL – Previous Session's High / Low
These levels are magnets for price during liquidity grabs, making them perfect targets for reversal or continuation trades.
✅ Macro Zones (High-Volatility Windows)
Want to focus on the most explosive timeframes within a session? Turn on Macro Zones.
A Macro Zone is a custom time window within a session where price is statistically more likely to show volatility spikes, fakeouts, or key breakouts. This is ideal for scalpers, ICT-based strategies, and smart money traders.
Each Macro Zone is displayed as a separate box within the session, giving you even more granularity.
This part incorporates macro functions originally developed by LuxAlgo. Big respect to their work, which served as a helpful reference.
Please note that the macro logic was slightly modified: it now starts 5 minutes earlier and ends 5 minutes later than the original.
Based on my experience, these adjusted timeframes provide better accuracy and signal reliability, as they capture important market movements that the original window might miss.
T3MA Ribbon Strategy (v6 - Fixed HA) by LKALGOT3MA Ribbon Strategy (v6) by LKALGO
The T3MA Ribbon Strategy helps you catch trends with confidence!
It combines a fast and slow T3 moving average to create a color-filled ribbon that clearly shows bullish (green) and bearish (red) momentum.
✅ Key features:
Smooth trend signals using powerful T3 MAs
Optional Heikin Ashi smoothing for even cleaner trends
Simple, clear BUY and SELL signals on the chart
Alerts included for easy automation
How it works:
Enter long when the ribbon turns green (fast T3 crosses above slow T3)
Exit when it turns red (fast T3 crosses below slow T3)
Works on all timeframes and markets. Perfect for traders who want a simple but effective trend-following system.
Liquidity Swings [Nix]Liquidity Swings Indicator!
It marks recent swing highs and lows on the chart using lines and labels.
Another great feature is that it tracks whether those swing levels are SWEPT (price crosses them again) and either:
Removes swept levels, or
Fades them to indicate they’ve been taken.
You can customize:
Number of swings shown.
Colors, styles, and visibility of lines/labels.
Whether to show highs, lows, or both.
Useful for liquidity analysis.
Usually when these special swings are swept, you can consider moving stops to BE. This is because there should be enough stop losses at the swing points to liquidate others and give more fuel to your trade direction!
CRM Trend Analyser✅ Breakout-Based Trading System
Detects breakout zones using custom price structure and moving average logic
Shows early pre-entry cues based on key highs/lows
Automatically calculates ATR-based Entry, Stop Loss, TP1, TP2, and TP3
✅ Dynamic Trend Engine
Adaptive trend lines using momentum acceleration logic
Candle coloring based on trend speed for visual clarity
Gradient intensity reflects trend strength and stability
✅ Multi-Timeframe Support
Plots Daily/Weekly High, Low, and Close levels
Make decisions using top-down market context
Toggle historical levels + resize labels for visual comfort
✅ Risk & Target Management
Auto-calculated Entry, SL, TP1, TP2, TP3 based on ATR
Clearly plotted lines and levels for real-time decision-making
Choose between "Only Last Signal" or "All Signals" mode:
✅ Clean charts with most recent trade only
✅ Back test easily with full signal history
✅ Built-in Technical Tools
Custom-styled VWAP Overlay
Demand & Supply zones for support/resistance
Multiple adaptive MAs with momentum tracking
HMA gradient for strength confirmation
✅ Smart Signal Display
Dynamic Buy/Sell markers with entry labels
Color-coded SL/TP lines for fast visual understanding
Optional:
Use standard candle colors
Customize theme for your visual comfort
🕒 Recommended Timeframes
3min / 5min → Intraday & Scalping
Daily Chart → Swing / Positional setups
⚠️ Important Learning Note
This tool is meant to aid your learning and strategy development. Use it with:
A clear trading plan
Disciplined risk management
Correct position sizing (start with single quantity)
Strict Stop Loss rules
Trade only when the risk-to-reward ratio is favorable
In a sideways or opposing market, no trade can be the best trade
True wealth creation happens only through long-term investing
For disciplined risk management, limit intraday exposure to 10% of your capital
🔰 Beginner Path:
1. Start with paper trading for 2 months.
2. Then try equity trades with small capital (₹3,000 or less).
3. Limit loss to ₹50 – ₹100/day. Learn without pressure.
4. Avoid option/futures trading initially — options are high-risk instruments and require advanced understanding.
💡 “Learn first, earn later.” Your capital’s growth or loss is entirely in your control.
⚠️ Disclaimer
This indicator and content are intended purely for educational and informational purposes. They do not constitute financial, investment, or legal advice. All opinions are personal interpretations based on research and are not recommendations to buy, sell, or hold any security.
Always consult a SEBI-registered advisor or certified financial planner before making investment decisions. The creator is not responsible for any financial loss or decision taken by viewers.
Use this tool as support to your own strategy — not as a standalone trading system.
Happy Trading, CHEERS!
GKMN Gaussian Channel - Sto RSI StrategyFor 1 Day BTC. With this smart tool you can catch BTC cycles. It's working in 1 day timeframe most efficiently.
You should set the inputs:
Source: (H + L)/2
Poles: 4
Sampling Period: 144
Filtered True Range Multiplier: 2.16
Time-Rotated Motivational MessagesThis indicator displays rotating messages directly on your chart to help reinforce trading discipline, mindset, or strategy reminders. You can customize the messages using a single input field with | separators, and set how often they rotate (e.g., every 5, 10, or 15 minutes). The table’s position, text size, and colors are fully configurable.
Features:
Pipe-separated message input for easy customization
Configurable rotation interval (in minutes)
Adjustable table position, text size, and colors
Timezone selector for accurate scheduling
Ideal for traders who want visual reminders to stay focused, patient, and disciplined during live trading.
EMA CROSS (HTF filter) by RAThis is EMA based indicator, gives buy sell signal on the crossover of EMA 1 (fast) & EMA 2 (slow). in this indicator EMA 3 and EMA 4 are optional but if you switch on the EMA 3 for trend direction, signal will be filtered by EMA 3. e.g. if trend is bearish according to EMA 3 and bullish crossover happens between EMA 1 & EMA 2 then no buy signal will be shown until price closes above EMA 3 and same logic for EMA 4.
This indicator is a Higher Time Frame (HTF) Trend filter indicator, if you switch on the the HTF filter then buy sell signal will be shown in alignment with the Higher Time Frame (HTF) Trend only, the best part is you can change HTF as per your requirement and there is toggle to on/off HTF.
Light MA CrossWhy Use the "GOLDGoalGO" Indicator?
Are you looking for a reliable tool to enhance your gold trading strategy?
Introducing "GOLDGoalGO", a smart and easy-to-use indicator specifically designed to help traders make informed decisions in the gold market.
What Makes "GOLDGoalGO" Stand Out?
* Tailored for Gold (XAUUSD):
Specially optimized to detect crucial trend changes in gold prices, offering you timely signals to buy or sell.
* Precise Entry Points:
Uses smart moving average crossovers to identify the best moments for entry and exit, reducing guessing and improving profitability.
* Real-Time Alerts:
Get instant notifications when buy or sell signals occur—whether you're at your desk or on the go. Never miss a critical trading opportunity again!
* Easy to Use:
Clear visual signals on your chart show exactly when the market is favorable, perfect for both beginners and experienced traders.
* Ideal for Short-Term Trading:
Designed to generate signals on 1-minute charts, helping you capitalize on quick market movements in the fast-paced gold market.
Why Trader's Love It:
* Increase Confidence:
Making trade decisions becomes easier with accurate signals specific to gold trends.
* Save Time:
Automate your analysis—spend less time guessing and more time trading confidently.
* Maximize Profits:
Spot those crucial moments when the price movement is about to turn, giving you a competitive edge.
Start Using "GOLDGoalGO" Today!
Whether you're looking to refine your short-term trading strategy or want a trustworthy tool to guide your trades in gold markets, "GOLDGoalGO" is the perfect addition to your trading arsenal. Try it now and watch your trading confidence and results improve!
RJ's 80-20 Rule# RJ's 80-20 Rule
## Overview
RJ's 80-20 Rule automatically draws horizontal lines at the nearest 20, 80, 50, and 00 handle levels. These psychological levels often act as support/resistance zones. **Use in confluence with other trade triggers - not as a standalone signal.**
## Key Features
- **Auto-Detection**: Finds nearest handle levels based on current price
- **Customizable**: Colours, styles, labels, and display options
- **Multiple Levels**: Support for 20, 80, 50, and 00 handles
- **Clean Display**: Horizontal lines with optional price labels
## Trading Use
- **Support/Resistance**: Use levels as potential reversal zones
- **Risk Management**: Place stops beyond key handle levels
- **Confluence**: Combine with other indicators for confirmation
- **Market Structure**: Identify key psychological barriers
## Settings
- Toggle individual handle types (20, 80, 50, 00)
- Customize line colours, width, and style
- Adjust label display and positioning
- Control line extension and length
## ⚠️ Important
This indicator should **NOT** be used alone. Always combine with other trade triggers for confirmation. Handle levels provide context but require additional signals for entry decisions.
## Disclaimer
Educational tool only. Use proper risk management. Honors the trading methodology of mentor Richard Jackson. Past performance does not guarantee future results.
---
**Created with ❤️ to honour Richard Jackson's trading wisdom**
GOLDGOGOSIG - 1 Min MA CrossoverWhy Use the "GOLDGoalGO" Indicator?
Are you looking for a reliable tool to enhance your gold trading strategy?
Introducing "GOLDGoalGO", a smart and easy-to-use indicator specifically designed to help traders make informed decisions in the gold market.
What Makes "GOLDGoalGO" Stand Out?
* Tailored for Gold (XAUUSD):
Specially optimized to detect crucial trend changes in gold prices, offering you timely signals to buy or sell.
* Precise Entry Points:
Uses smart moving average crossovers to identify the best moments for entry and exit, reducing guessing and improving profitability.
* Real-Time Alerts:
Get instant notifications when buy or sell signals occur—whether you're at your desk or on the go. Never miss a critical trading opportunity again!
* Easy to Use:
Clear visual signals on your chart show exactly when the market is favorable, perfect for both beginners and experienced traders.
* Ideal for Short-Term Trading:
Designed to generate signals on 1-minute charts, helping you capitalize on quick market movements in the fast-paced gold market.
Why Trader's Love It:
* Increase Confidence:
Making trade decisions becomes easier with accurate signals specific to gold trends.
* Save Time:
Automate your analysis—spend less time guessing and more time trading confidently.
* Maximize Profits:
Spot those crucial moments when the price movement is about to turn, giving you a competitive edge.
Start Using "GOLDGoalGO" Today!
Whether you're looking to refine your short-term trading strategy or want a trustworthy tool to guide your trades in gold markets, "GOLDGoalGO" is the perfect addition to your trading arsenal. Try it now and watch your trading confidence and results improve!
GOLDGOGOSIG - 1 Min MA CrossoverGOLDGOGOSIG
Why Use the "GOLDGoalGO" Indicator?
Are you looking for a reliable tool to enhance your gold trading strategy?
Introducing "GOLDGoalGO", a smart and easy-to-use indicator specifically designed to help traders make informed decisions in the gold market.
What Makes "GOLDGoalGO" Stand Out?
* Tailored for Gold (XAUUSD):
Specially optimized to detect crucial trend changes in gold prices, offering you timely signals to buy or sell.
* Precise Entry Points:
Uses smart moving average crossovers to identify the best moments for entry and exit, reducing guessing and improving profitability.
* Real-Time Alerts:
Get instant notifications when buy or sell signals occur—whether you're at your desk or on the go. Never miss a critical trading opportunity again!
* Easy to Use:
Clear visual signals on your chart show exactly when the market is favorable, perfect for both beginners and experienced traders.
* Ideal for Short-Term Trading:
Designed to generate signals on 1-minute charts, helping you capitalize on quick market movements in the fast-paced gold market.
Why Trader's Love It:
* Increase Confidence:
Making trade decisions becomes easier with accurate signals specific to gold trends.
* Save Time:
Automate your analysis—spend less time guessing and more time trading confidently.
* Maximize Profits:
Spot those crucial moments when the price movement is about to turn, giving you a competitive edge.
Start Using "GOLDGoalGO" Today!
Whether you're looking to refine your short-term trading strategy or want a trustworthy tool to guide your trades in gold markets, "GOLDGoalGO" is the perfect addition to your trading arsenal. Try it now and watch your trading confidence and results improve!
BTC Bullrider by Traddy🟦 How to Use BTC Bullrider
🔄 Works on 4H timeframe, best outcome with Bybit or Binance Chart
✅ Enter a Long when a blue triangle appears on the chart — this is your buy signal.
🟣 Exit the trade immediately when a purple triangle appears — this is your exit signal.
🛡️ Always use a fixed stop-loss of 4% from your entry price.
⚙️ You can test different leverage values and equity allocations in the strategy settings to simulate your risk appetite.
📈 BTC Bullrider — Easy & Profitable Bitcoin-Only Strategy
BTC Bullrider is a powerful, Bitcoin-exclusive trading strategy created for traders who want to ride bullish momentum with precision — without the noise and guesswork. Whether you're a beginner or a pro, this strategy gives you clear long-only signals and robust exit logic to stay on the profitable side of Bitcoin trends.
🧠 How It Works – Behind the Scenes
BTC Bullrider is powered by two core engines that work in parallel:
🔁 1. Mean Reversion Engine
Designed to buy strong dips in uptrends using volume and RSI signals.
✅ Dynamic VWAP thresholds identify undervalued zones.
✅ Smoothed RSI (2) spots short-term oversold opportunities.
✅ ADX Filter confirms if the market is trending.
✅ Trailing ATR Stop + Fixed 4% SL for smart risk protection.
When all conditions align, a long position is opened.
🚀 2. Trend Hunter Engine
Built to catch powerful breakouts based on trend slope and volume.
✅ Custom Ichimoku-style lead lines detect trend acceleration.
✅ TSV Volume Spike and BB expansion confirm momentum bursts.
✅ VIDYA + ADX ensure entries only occur during strong uptrends.
Entries are triggered when momentum is aligned and price breaks resistance.
⚙️ Features
🎯 Visual Buy/Sell Alerts with blue and purple triangles.
📅 Date range filtering for accurate backtests.
📊 Adjustable leverage & equity % inputs.
🔄 Works on 4H timeframe
📈 Long-only for trend-following Bitcoin strategies.
BTC Bullrider simplifies Bitcoin trading into clear, rules-based decisions — built to reduce emotional trading and help you stay aligned with the market’s true trend.
Enter strong. Exit smart. Ride the bull. 🐂