Canyons Trend Ride SignalTrend alignment signals using 3 EMA's. pre-code written parameters must all be met to throw a signal out. Works best with Heiken ashi candles. Works on Gold, Nas100, S&P 500 and US30
Moving Averages
RSI Oscillator fxdealBased on the Pine Script code you provided, here is a detailed description of the indicator's features and functionality.
Indicator Overview
This is the Heikin Ashi RSI Oscillator (HARSI), a custom-built indicator for TradingView. It combines the principles of Heikin Ashi candles and the Relative Strength Index (RSI) to provide a smoothed, trend-focused oscillator in a separate pane below the main chart. The indicator visualizes trend strength, overbought/oversold conditions, and momentum changes using a series of configurable plots and lines.
Key Components and Features
Heikin Ashi RSI Candles: This is the core component. Instead of traditional price data, the indicator uses a custom Heikin Ashi calculation applied to the RSI values. This creates a smoothed, momentum-driven "candle" visualization that filters out market noise, making it easier to identify the direction and strength of the trend. The color of these candles changes to reflect bullish (teal) or bearish (red) momentum.
RSI Plot & Histogram: The indicator includes a standard RSI line plot and an optional histogram. The RSI can be displayed in "Smoothed Mode," which applies a Heikin Ashi-like smoothing to the RSI line itself to reduce volatility and improve trend identification. The histogram visually represents the RSI's value, with its height corresponding to the magnitude of the RSI.
Stochastic RSI: An optional Stochastic RSI is included to provide a different perspective on momentum. This is a "momentum of momentum" indicator that can be used for confirming trend changes or identifying overbought/oversold conditions within the RSI's own range. It can be plotted as either a ribbon (showing the K and D lines filled) or as individual lines.
Bollinger Bands (Stepline Style): The indicator overlays Bollinger Bands on the RSI. These bands adapt to the volatility of the RSI, providing dynamic overbought and oversold levels. The middle band is a simple moving average of the RSI. The upper and lower bands are plotted using a stepline style, giving them a distinct, staggered appearance.
Horizontal Lines: Several fixed horizontal lines are plotted to define key zones:
Overbought/Oversold (OB/OS) Zones: Customizable horizontal lines define overbought and oversold regions, with additional lines for "extreme" levels. These are based on the indicator's zero-median scale.
Traditional RSI Levels: Optional dotted horizontal lines at 70, 50, and 30 help users who are accustomed to traditional RSI readings quickly identify overbought, neutral, and oversold conditions.
Simple EMA IndicatorSimple EMA Indicator by Ashwin Kumar. Includes all prominent timeframe moving averages on a single indicator.
AltCoin & MemeCoin Index Correlation [Eddie_Bitcoin]🧠 Philosophy of the Strategy
The AltCoin & MemeCoin Index Correlation Strategy by Eddie_Bitcoin is a carefully engineered trend-following system built specifically for the highly volatile and sentiment-driven world of altcoins and memecoins.
This strategy recognizes that crypto markets—especially niche sectors like memecoins—are not only influenced by individual price action but also by the relative strength or weakness of their broader sector. Hence, it attempts to improve the reliability of trading signals by requiring alignment between a specific coin’s trend and its sector-wide index trend.
Rather than treating each crypto asset in isolation, this strategy dynamically incorporates real-time dominance metrics from custom indices (OTHERS.D and MEME.D) and combines them with local price action through dual exponential moving average (EMA) crossovers. Only when both the asset and its sector are moving in the same direction does it allow for trade entries—making it a confluence-based system rather than a single-signal strategy.
It supports risk-aware capital allocation, partial exits, configurable stop loss and take profit levels, and a scalable equity-compounding model.
✅ Why did I choose OTHERS.D and MEME.D as reference indices?
I selected OTHERS.D and MEME.D because they offer a sector-focused view of crypto market dynamics, especially relevant when trading altcoins and memecoins.
🔹 OTHERS.D tracks the market dominance of all cryptocurrencies outside the top 10 by market cap.
This excludes not only BTC and ETH, but also major stablecoins like USDT and USDC, making it a cleaner indicator of risk appetite across true altcoins.
🔹 This is particularly useful for detecting "Altcoin Season"—periods where capital rotates away from Bitcoin and flows into smaller-cap coins.
A rising OTHERS.D often signals the start of broader altcoin rallies.
🔹 MEME.D, on the other hand, captures the speculative behavior of memecoin segments, which are often driven by retail hype and social media activity.
It's perfect for timing momentum shifts in high-risk, high-reward tokens.
By using these indices, the strategy aligns entries with broader sector trends, filtering out noise and increasing the probability of catching true directional moves, especially in phases of capital rotation and altcoin risk-on behavior.
📐 How It Works — Core Logic and Execution Model
At its heart, this strategy employs dual EMA crossover detection—one pair for the asset being traded and one pair for the selected market index.
A trade is only executed when both EMA crossovers agree on the direction. For example:
Long Entry: Coin's fast EMA > slow EMA and Index's fast EMA > slow EMA
Short Entry: Coin's fast EMA < slow EMA and Index's fast EMA < slow EMA
You can disable the index filter and trade solely based on the asset’s trend just to make a comparison and see if improves a classic EMA crossover strategy.
Additionally, the strategy includes:
- Adaptive position sizing, based on fixed capital or current equity (compound mode)
- Take Profit and Stop Loss in percentage terms
- Smart partial exits when trend momentum fades
- Date filtering for precise backtesting over specific timeframes
- Real-time performance stats, equity tracking, and visual cues on chart
⚙️ Parameters & Customization
🔁 EMA Settings
Each EMA pair is customizable:
Coin Fast EMA: Default = 47
Coin Slow EMA: Default = 50
Index Fast EMA: Default = 47
Index Slow EMA: Default = 50
These control the sensitivity of the trend detection. A wider spread gives smoother, slower entries; a narrower spread makes it more responsive.
🧭 Index Reference
The correlation mechanism uses CryptoCap sector dominance indexes:
OTHERS.D: Dominance of all coins EXCLUDING Top 10 ones
MEME.D: Dominance of all Meme coins
These are dynamically calculated using:
OTHERS_D = OTHERS_cap / TOTAL_cap * 100
MEME_D = MEME_cap / TOTAL_cap * 100
You can select:
Reference Index: OTHERS.D or MEME.D
Or disable the index reference completely (Don't Use Index Reference)
💰 Position Sizing & Risk Management
Two capital allocation models are supported:
- Fixed % of initial capital (default)
- Compound profits, which scales positions as equity grows
Settings:
- Compound profits?: true/false
- % of equity: Between 1% and 200% (default = 10%)
This is critical for users who want to balance growth with risk.
🎯 Take Profit / Stop Loss
Customizable thresholds determine automatic exits:
- TakeProfit: Default = 99999 (disabled)
- StopLoss: Default = 5 (%)
These exits are percentage-based and operate off the entry price vs. current close.
📉 Trend Weakening Exit (Scale Out)
If the position is in profit but the trend weakens (e.g., EMA color signals trend loss), the strategy can partially close a configurable portion of the position:
- Scale Position on Weak Trend?: true/false
- Scaled Percentage: % to close (default = 65%)
This feature is useful for preserving profits without exiting completely.
📆 Date Filter
Useful for segmenting performance over specific timeframes (e.g., bull vs bear markets):
- Filter Date Range of Backtest: ON/OFF
- Start Date and End Date: Custom time range
OTHER PARAMETERS EXPLANATION (Strategy "Properties" Tab):
- Initial Capital is set to 100 USD
- Commission is set to 0.055% (The ones I have on Bybit)
- Slippage is set to 3 ticks
- Margin (short and long) are set to 0.001% to avoid "overspending" your initial capital allocation
📊 Visual Feedback and Debug Tools
📈 EMA Trend Visualization
The slow EMA line is dynamically color-coded to visually display the alignment between the asset trend and the index trend:
Lime: Coin and index both bullish
Teal: Only coin bullish
Maroon: Only index bullish
Red: Both bearish
This allows for immediate visual confirmation of current trend strength.
💬 Real-Time PnL Labels
When a trade closes, a label shows:
Previous trade return in % (first value is the effective PL)
Green background for profit, Red for losses.
📑 Summary Table Overlay
This table appears in a corner of the chart (user-defined) and shows live performance data including:
Trade direction (yellow long, purple short)
Emojis: 💚 for current profit, 😡 for current loss
Total number of trades
Win rate
Max drawdown
Duration in days
Current trade profit/loss (absolute and %)
Cumulative PnL (absolute and %)
APR (Annualized Percentage Return)
Each metric is color-coded:
Green for strong results
Yellow/orange for average
Red/maroon for poor performance
You can select where this appears:
Top Left
Top Right
Bottom Left
Bottom Right (default)
📚 Interpretation of Key Metrics
Equity Multiplier: How many times initial capital has grown (e.g., “1.75x”)
Net Profit: Total gains including open positions
Max Drawdown: Largest peak-to-valley drop in strategy equity
APR: Annualized return calculated based on equity growth and days elapsed
Win Rate: % of profitable trades
PnL %: Percentage profit on the most recent trade
🧠 Advanced Logic & Safety Features
🛑 “Don’t Re-Enter” Filter
If a trade is closed due to StopLoss without a confirmed reversal, the strategy avoids re-entering in that same direction until conditions improve. This prevents false reversals and repetitive losses in sideways markets.
🧷 Equity Protection
No new trades are initiated if equity falls below initial_capital / 30. This avoids overleveraging or continuing to trade when capital preservation is critical.
Keep in mind that past results in no way guarantee future performance.
Eddie Bitcoin
Delta Pulse Oscillator — GSK-VIZAG-AP-INDIA“Delta Pulse Oscillator visualizes buy vs. sell pressure using smoothed delta %, baselines, and crossover markers.”
📌 Delta Pulse Oscillator — GSK-VIZAG-AP-INDIA
The Delta Pulse Oscillator is a custom-built momentum tool that measures the balance between buying and selling activity and smooths it with moving averages. It provides a visual representation of percentage delta strength with dynamic coloring, baseline levels, and crossover markers.
🔎 Key Features
Delta EMA (%) Line → Shows the smoothed percentage difference between simulated buy and sell volumes.
Signal EMA Line → A shorter EMA applied on Delta EMA to highlight momentum shifts.
Baseline Levels
0 line (neutral balance of buy/sell activity).
+5 baseline (stronger positive pressure).
-5 baseline (stronger negative pressure).
Dynamic Coloring → Green when Delta EMA is above zero, red when below.
Cross Dots
Yellow dots mark when Delta EMA or Signal EMA crosses the zero line.
Orange dots appear when Delta EMA crosses the +5 or –5 baselines.
Green/Red dots highlight when both EMAs stay above +5 or below –5.
Background Fills → Visual zones for positive and negative regions.
🧩 How It Can Be Used
Helps to visualize buying vs. selling pressure in real time.
Highlights when momentum is strengthening or weakening around defined baseline levels.
Useful as a confirmation tool when combined with other forms of analysis.
⚠️ Note: This script is for educational and analytical purposes only. It is not a trading strategy and does not provide buy/sell signals. Always use with additional tools, price action, and proper risk management.
Altcoins % Above Weekly EMA21 Top50-550The indicator shows the percentage of altcoins trading above the weekly EMA21 within a selected group (Top50, Top150, Top550, or Personal).
It helps assess overall altcoin market strength, identify overbought/oversold zones, and spot potential entry or exit points.
Low Volatility Breakout in Trend
█ OVERVIEW
"Low Volatility Breakout in Trend" is a technical analysis tool that identifies periods of low-volatility consolidation within an ongoing trend and signals potential breakouts aligned with the trend's direction. The indicator detects trends using a simple moving average (SMA) of price, identifies consolidation zones based on the size of candle bodies, and displays the percentage change in volume (volume delta) at the breakout moment.
█ CONCEPTS
The core idea of the indicator is to pinpoint moments where traders can join an ongoing trend by capitalizing on breakouts from consolidation zones, supported by additional information such as volume delta. It provides clear visualizations of trends, consolidation zones, and breakout signals to facilitate trading decisions.
Why Use It?
* Breakout Identification: The indicator locates low-volatility consolidation zones (measured by the size of individual candle bodies, not the price range of the consolidation) and signals breakouts, enabling traders to join the trend at key moments.
* Volume Analysis: Displays the percentage change in volume (delta) relative to its simple moving average, providing insight into market activity rather than acting as a signal filter.
* Visual Clarity: Colored trend lines, consolidation boxes (drawn only after the breakout candle closes, not on subsequent candles), and volume delta labels enable quick chart analysis.
* Flexibility: Adjustable parameters, such as the volatility window length or SMA period, allow customization for various trading strategies and markets.
How It Works
* Trend Detection: The indicator calculates a simple moving average (SMA) of price (default: based on the midpoint of high/low) and creates dynamic trend bands, offset by a percentage of the average candle height (band scaling). A price above the upper band signals an uptrend, while a price below the lower band indicates a downtrend. Trend changes occur not when the price crosses the SMA but when it crosses above the upper band or below the lower band (offset by the average candle height multiplied by the scaling factor).
* Consolidation Identification: Identifies low-volatility zones when the candle body size is smaller than the average body size over a specified period (default: 20 candles) multiplied by a volatility threshold — the maximum allowable body size as a percentage of the average body (e.g., 2 means the candle body must be less than twice the average body to be considered low-volatility).
* Breakout Signals: A breakout occurs when the candle body exceeds the volatility threshold, is larger than the maximum body in the consolidation, and aligns with the trend direction (bullish in an uptrend, bearish in a downtrend).
* Visualization: Draws a trend line with a gradient, consolidation boxes (appearing only after the breakout candle closes, marking the consolidation zone), and volume delta labels. Optionally displays breakout signal arrows.
* Signals and Alerts: The indicator generates signals for bullish and bearish breakouts, including the volume delta percentage. Alerts are an additional feature that can be enabled for notifications.
Settings and Customization
* Volatility Window: Length of the period for calculating the average candle body size (default: 20).
* Volatility Threshold: Maximum candle body size as a percentage of the average body (default: 2).
* Minimum Consolidation Bars: Number of candles required for a consolidation (default: 10).
* SMA Length for Trend: Period of the SMA for trend detection (default: 100).
* Band Scaling: Offset of trend bands as a percentage of the average candle height (default: 250%), determining the distance from the SMA.
* Visualization Options: Enable/disable consolidation boxes (Show Consolidation Boxes, drawn after the breakout candle closes), volume delta labels (Show Volume Delta Labels), and breakout signals (Show Breakout Signals, e.g., triangles).
* Colors: Customize colors for the trend line, consolidation boxes, and volume delta labels.
█ OTHER SECTIONS
Usage Examples
* Joining an Uptrend: When the price breaks out of a consolidation in an uptrend with a volume delta of +50%, open a long position; the signal is stronger if the breakout candle surpasses a local high.
* Avoiding False Breakouts: Ignore breakout signals with low volume delta (e.g., below 0%) and combine the indicator with other tools (e.g., support/resistance levels or oscillators) to confirm moves in low-activity zones.
Notes for Users
* On markets that do not provide volume data, the indicator will not display volume delta — disable volume labels and enable breakout signals (e.g., triangles) instead.
* Adjust parameters to suit the market's characteristics to minimize noise.
* Combine with other tools, such as Fibonacci levels or oscillators, for greater precision.
Brandon MAA configurable moving-average tool (SMA/EMA/… including exotic types) that colors trend by “price vs MA” or “rising MA,” and marks MA touches (support/resistance) plus rejection breakouts with labels. It also offers tolerance bands, optional smoothing, bar coloring, and glow styling for rapid trend read-through.
VSTBrandonBuilds a volume-adjusted MA baseline, then runs an ATR Supertrend with asymmetric multipliers to determine bullish/bearish state. The line, glow band, gradient area, candles, and Long/Short labels all follow the active trend, with alert hooks for automation.
Trendlines, SMC, SR, This is a Comprehensive Indicator - It includes Trendlines and shows break outs, SMC, FV gaps, Order Blocks, Support and Resistance, Moving Averages, and Kernel Switch. "All in One"
UniqueHorn - MA Indicator with SMI📊 Overview
The UniqueHorn MA-SMI Indicator is a comprehensive trading tool that combines multiple Moving Averages with the Stochastic Momentum Index (SMI) in a clean, organized display. Designed for traders who need clear visual analysis of trend, momentum, and potential reversal points.
✨ Key Features
Moving Averages (8 Total)
3 EMAs: 5, 10, 20 (for quick trend detection)
5 SMAs: 30, 40, 50, 65, 200 (for medium to long-term trends)
Smart Timeframe Adaptation
Daily & Lower: EMA 5, 10, 20 | SMA 50, 65, 200
Weekly Chart: EMA 10, 20 | SMA 30, 40, 50, 200
Automatic display optimization based on timeframe
SMI Integration (Stochastic Momentum Index)
Visual signals directly on main chart
Overbought/Oversold markers
Bullish/Bearish crossover signals
Optional background coloring for extreme zones
Current SMI value as label
Climax Detection
Buying Climax: New 52-week high with red candle (weakness signal)
Selling Climax: New 52-week low with green candle (strength signal)
Works optimally on weekly charts
📈 Usage & Strategies
Trend Following
Use MAs as dynamic support/resistance
EMA crossovers for entry/exit signals
SMA 200 as primary trend filter
Momentum Trading
SMI < -40: Oversold zone → Potential long opportunity
SMI > 40: Overbought zone → Potential short opportunity
SMI crossovers as early trend reversal signals
Climax Trading
Buying Climax: Warning of potential top formation
Selling Climax: Indication of potential bottom formation
⚙️ Customization Options
Individual color selection for each MA
Separate line widths for EMA 5, 10, and other MAs
Show/Hide individual components
Fully adjustable SMI parameters
Optional info table with status overview
Comprehensive alert system for all signals
🎯 Ideal For
Swing Traders: Use the combination of MAs and SMI for optimal entries/exits
Position Traders: Focus on longer-term MAs and weekly chart signals
Day Traders: Fast EMAs with SMI momentum for short-term setups
📝 Notes
Climax signals work exclusively on weekly charts
SMI signals are available in all timeframes
Timeframe-specific MA display reduces visual clutter
Combine multiple signals for higher probability trades
🔔 Alert Functions
The indicator provides alerts for:
Buying/Selling Climaxes
SMI Overbought/Oversold zones
SMI Bullish/Bearish crossovers
EMA crossovers
Price-SMA200 crossovers
Version: 1.0
Pine Script: v6
Author: UniqueHorn
This indicator is the result of careful development and optimization for professional trading. For questions or suggestions, please use the comments section.
Vegas Touch EMA12 切換 EMA-12 Based Switching Rules (No RSI)
For Long trades:
Tunnel Mode → If EMA-12 is between EMA-144 and EMA-169 → use the Tunnel (144/169) lines as the touch reference.
Base Mode → If EMA-12 is below EMA-169 but still above EMA-676 → use the Base (576/676) lines as the touch reference.
No Long → If EMA-12 is below EMA-676, no long trade is allowed.
For Short trades (mirror logic):
Tunnel Mode → If EMA-12 is between EMA-144 and EMA-169 → use the Tunnel (144/169) lines as the touch reference.
Base Mode → If EMA-12 is above EMA-169 but still below EMA-676 → use the Base (576/676) lines as the touch reference.
No Short → If EMA-12 is above EMA-676, no short trade is allowed.
Vegas ema 過濾 Vegas Channel with EMA-Filter — Trading Rules
Components
Tunnel: EMA 144 & 169 (upper = max, lower = min).
Base: EMA 576 & 676 (upper = max, lower = min).
Fast filter: EMA12.
Touch threshold: ATR-based or % of the reference line.
Long touch = low ≤ line + thr; Short touch = high ≥ line − thr.
Trend gate
LongTrendOK: EMA144 > EMA576 and EMA169 > EMA676 and close > BaseUpper.
ShortTrendOK: EMA144 < EMA576 and EMA169 < EMA676 and close < BaseLower.
Price-action pattern (either one)
Pin40: bullish pin = close>open & lower wick ≥ 40% of range; bearish pin = close 169 → use Base.
Else → use Tunnel.
EMA12 hard locks (coarse filter)
Lock longs if EMA12 < 676 (no long signals at all).
Lock shorts if EMA12 > 676 (no short signals at all).
(Optional) Tunnel lock/unlock (fine filter)
Lock longs when EMA12 drops below TunnelLower; unlock when
A) EMA12 crosses back above 144/169/TunnelUpper, or
B) a bullish Pin/Eng appears at BaseUpper and EMA12 is back ≥ TunnelLower.
Lock shorts when EMA12 breaks above TunnelUpper; unlock when
A) EMA12 crosses back below 144/169/TunnelLower, or
B) a bearish Pin/Eng appears at BaseLower and EMA12 is ≤ TunnelUpper.
Final signal
LONG fires when: Close-bar confirmed ∧ Cooldown passed ∧ LongTrendOK ∧ ActiveBand lower touch ∧ Pin40 or Eng60 ∧ not hard-locked ∧ (not tunnel-locked if enabled).
SHORT symmetrical with upper touch.
Quality-of-life
Close-bar confirmation to avoid repaint.
Cooldown (e.g., 10 bars) to prevent signal clusters.
Alerts include a compact lock status string (LckL/LckS/HardL/HardS).
Optional “BLOCK:” labels show why a bar didn’t trigger (noTouch, EMA12<676/>676, TunnelLock, cooldown, notClose).
Suggested defaults
ATR(14), ATR multiplier 0.35 (or 0.20% if using Percent mode).
autoSwitchByEMA12_* = ON, hardLockBelow676/Above676 = ON, useTunnelLock* = OFF.
useCloseBar = ON, signalCooldown = 10.
Design intent
Tunnel (144/169) captures the working trend; Base (576/676) defines the structural bias.
EMA12 drives regime selection (Tunnel vs Base) and hard locks to keep signals sparse and aligned with momentum.
ATR% Multiples from SMA/EMAInspired by the indicator ATR% multiple from 50-MA by @jfsrev, this tool measures how far price is extended from a Moving Average using an ATR% multiple.
What’s added vs. ATR% multiple from 50-MA indicator:
Downside multiples — flags extensions below and above the MA.
Timeframe selection — compute on Daily/Weekly/Monthly or intraday, independent of your chart.
EMA/SMA toggle — choose the MA type (EMA/SMA).
Multi-thresholds — set several ATR% multiple levels.
How to use the indicator:
I find the ATR multiple to be a very versatile tool that can be used for profit taking, mean reverting, and to make better assumption about what market environment to expect.
Which thresholds should you use?
It's up to you really. Personally I use them in a quite discretionary manner where I will change inputs depending on market and it's current regime - E.g. if we are in a strong uptrend I might use higher multiples to the upside and lower multiples to the downside, and if the market is in a range I will use them in a different manner. Be creative, test things, and work out what makes sense to you and the market and timeframe you are trading in.
SMA200 - 400 Cross AlertYou can set the alarm by clicking the three dots on the top left of the main chart.
Alarms for Golden Cross and Dead Cross are available.
BB+EMA+TAB by RAThis is EMA based indicator that gives buy/sell signals on the crossover of EMA 1 and EMA 2, also it can fill green /red color between EMA 1 & EMA 2. it also have EMA 3 and EMA 4, which are independent. Bollinger Band (BB) is also there for breakout signals. This indicator also plot a table which shows the values of RSI, ATR, ADX for last 5 candles which helps making trade decisions. RSI values change colors to red/green according to RSI is below/above 50, and ADX values change colors to red/green/grey/orange .. red/green according to EMA 1 and EMA 2 crossover and if ADX value is above 20, grey when ADX value is below 15, orange when ADX value is between 15 and 20 i.e. building momentum. ADX filter is also available in the script.. if on.. then buy/sell signals will be filtered through ADX values as prescribed by the user. This indicator also features HTF EMA crossover filter.. if on .. then buy/sell signals will be aligned with HTF EMA crossover i.e. only buy signals on the chart will come if HTF EMA 1>HTF EMA 2... and only sell signals on the chart will come if HTF EMA 1
Stop ATR Indicator [AlphaGroup.Live]Tralling Stop tool! Perferct for Prop Firm Traders
The Stop ATR is a volatility-based trailing stop that adapts dynamically to market conditions.
It uses the Average True Range (ATR) to plot a continuous “stair-step” line:
• In uptrend , the stop appears below price as a green line, rising with volatility.
• In downtrend , the stop appears above price as a red line, falling with volatility.
Unlike fixed stops, the Stop ATR never moves backward . It only trails in the direction of the trend, locking in profits while leaving room for price to move.
Key features:
• ATR-based trailing stop that adapts to volatility.
• Clean “one line only” design — no overlap of signals.
• Adjustable ATR period and multiplier for flexibility.
• Color-coded visualization for quick trend recognition.
How traders use it:
• Manage trades with volatility-adjusted stop placement.
• Identify trend reversals when price closes across the stop.
• Combine with other entry signals for a complete strategy.
About us:
AlphaGroup.Live develops battle-tested trading systems and tools for real traders — indicators, bots, dashboards, and strategy manuals.
Visit alphagroup.live to get our free eBook: The Ultimate 100 Trading Strategies .
HiLo Stop Indicator [AlphaGroup.Live]Don't give your money back!
The HiLo Stop is a classic trend-following tool designed to keep trading simple and disciplined.
It plots a single continuous “stair-step” line that switches sides when the trend changes:
• In uptrend , the line appears below price as a green stop.
• In downtrend , the line appears above price as a red stop.
This indicator is commonly used as:
• A trailing stop to protect open profits.
• A trend filter to confirm buy/sell direction.
• A visual guide to avoid trading against the trend.
Key features:
• Clean “one line only” design — never plots both sides at once.
• Adjustable HiLo period for sensitivity control.
• Color-coded trend visualization for quick decision making.
How traders apply it:
• Take trades in the direction of the HiLo line.
• Place stop-loss orders at or near the line.
• Close or reverse positions when price closes across the stop.
About us:
AlphaGroup.Live develops battle-tested trading systems and tools for real traders — indicators, bots, dashboards, and strategy manuals.
Visit alphagroup.live to get our free eBook: The Ultimate 100 Trading Strategies .
Engolfo Pro [ 4V + Vol + RSI + Stoch + EMAs ]📌 Engulfing Pro
This indicator detects reversal engulfing patterns based on 4-candle price action, with multiple configurable technical filters — ideal for confirming signals with higher reliability.
🔍 How it works:
Bullish Engulfing: 3 red candles + 1 green candle engulfing the previous
Bearish Engulfing: 3 green candles + 1 red candle engulfing the previous
✅ Technical Filters:
Volume above average
RSI in overbought/oversold zones
Slow Stochastic (Stoch K)
Confluence with up to 6 moving averages (EMAs/SMA)
🧾 Additional Features:
Automatic alerts
Table with engulfing counters and real-time RSI/Stoch readings
Interactive panel with customizable table position
Clean and responsive design
⚙️ Customization:
Enable or disable each filter to match your strategy
Set table position
Adjust RSI, Stoch, and Volume parameters
🔧 Developed by P2Coin
Daily High/Low (15m) + EMA Pre-Market H/L + ORBStraightforward:
I built a swing-trading indicator with ChatGPT that plots 15-minute highs and lows, draws pre-market high/low lines, and adds a 15-minute opening-range breakout feature.
Technical:
Using ChatGPT, I developed a swing-trade indicator that calculates 15-minute highs/lows, overlays pre-market high and low levels, and includes a 15-minute Opening Range Breakout (ORB) module.
Promotional:
I created a ChatGPT-powered swing-trading indicator that maps 15-minute highs/lows, marks pre-market levels, and features a 15-minute Opening Range Breakout for clearer entries.
[Wda Inner Circle] Golden Duck Runner With TargetsThe "Golden Duck Runner With Targets" is a sophisticated technical analysis indicator designed for active traders seeking precise entry and exit points in fast-moving markets. This indicator combines dual EMA trend analysis with pullback detection and implements a comprehensive risk management system based on candle size calculations with automatic position cleanup functionality.
Key Features
Dual EMA System
- Fast EMA (18-period): Golden line (linewidth=2) that tracks short-term price momentum
- Trend Filter EMA (111-period): Extra thick line (linewidth=4) for major trend identification
- Blue: Bullish trend (Fast EMA > Slow EMA)
- Red: Bearish trend (Fast EMA < Slow EMA)
Advanced Signal Generation
The indicator employs a sophisticated pullback detection algorithm that ensures high-probability entries:
Long Signal Requirements:
- Market must be in uptrend (18 EMA > 111 EMA)
- Price must pull back below the 18 EMA while staying above the 111 EMA
- Price must then close back above the 18 EMA with bullish momentum
- No duplicate signals until position is closed
Short Signal Requirements:
- Market must be in downtrend (18 EMA < 111 EMA)
- Price must pull back above the 18 EMA while staying below the 111 EMA
- Price must then close back below the 18 EMA with bearish momentum
- No duplicate signals until position is closed
This methodology ensures traders enter positions only after proper trend confirmation and healthy pullback completion. Dynamic Risk Management System
Unlike static risk management approaches, this indicator calculates Stop Loss and Take Profit levels based on the actual volatility of the entry candle, providing adaptive risk management:
Risk Levels (Based on Entry Candle Size):
- Stop Loss: 2x entry candle size (providing adequate breathing room)
- Take Profit 1: 3x entry candle size (1.5:1 reward-to-risk ratio)
- Take Profit 2: 5x entry candle size (2.5:1 reward-to-risk ratio)
- Take Profit 3: 8x entry candle size (4:1 reward-to-risk ratio)
Automatic Position Management
Clean Chart Technology:
- Positions automatically close when TP3 or Stop Loss levels are hit
- All risk management lines are automatically removed upon trade completion
- Charts remain clean and focused on active opportunities only
- Maximum holding period of 20 bars prevents stale signals
Visual Elements
- Golden Entry Level: Clearly marks your exact entry price
- Color-Coded Risk Lines: Dark red for stop loss, blue for take profits
- Golden Arrow Signals: Easy-to-spot entry points with BUY/SELL labels
- Entry Candle Highlighting: Gold-colored candles mark signal bars
- Information Dashboard: Real-time display of trend direction, position status, entry price, and bars held
- Professional Color Scheme: Consistent golden theme throughout
Trading Applications
Best Suited For:
- Scalping: Short-term trades in liquid markets (1-5 minute charts)
- Day Trading: Intraday momentum plays (15-minute to 1-hour charts)
- Swing Trading: Multi-day position holding (4-hour to daily charts)
- Forex Markets: Major currency pairs with good liquidity
- Stock Trading: High-volume equities and indices
- Cryptocurrency: Bitcoin, Ethereum, and major altcoins
- Commodities: Gold, Silver, Oil, and other liquid futures
Optimal Market Conditions:
- Trending Markets: Works best when clear trend direction is established
- Moderate Volatility: Candle-based risk management adapts to market conditions
- Liquid Markets: Ensures accurate execution at calculated levels
- Session Overlaps: Forex majors during London/New York overlap
- News-Driven Moves: Captures momentum after fundamental catalysts
Risk Management Philosophy
This indicator implements a position sizing approach that adapts to market volatility through several key principles:
Adaptive Risk Calculation:
- Risk levels scale with actual market volatility (candle size)
- Larger candles = wider stops and targets
- Smaller candles = tighter risk management
- Maintains consistent risk-reward ratios across all market conditions
Professional Exit Strategy:
- Multiple take profit levels allow for position scaling
- Automatic cleanup prevents chart clutter
- Real-time monitoring of all risk levels
- Maximum 20-bar holding period prevents overholding
Market-Neutral Approach:
- Works equally well in bull and bear markets
- Trend-following methodology captures major moves
- Pullback timing ensures favorable entry prices
Usage Instructions
Setup Phase:
1. Apply to Chart: Add indicator to your preferred timeframe
2. Verify Settings: Confirm EMA periods (18 and 111) suit your style
3. Enable Alerts: Set up TradingView alerts for entry signals
4. Plan Position Size: Determine risk per trade before signals appear
Signal Identification:
1. Trend Confirmation: Monitor EMA colors and positioning
- Bullish Setup: 18 EMA (golden) above 111 EMA (blue)
- Bearish Setup: 18 EMA (golden) below 111 EMA (red)
2. Wait for Pullback: Price must retrace to 18 EMA level
- Long: Price pulls back below 18 EMA but stays above 111 EMA
- Short: Price pulls back above 18 EMA but stays below 111 EMA
3. Entry Confirmation: Golden arrow appears when conditions are met
- BUY signal: Price closes back above 18 EMA with momentum
- SELL signal: Price closes back below 18 EMA with momentum
Position Management:
1. Entry Execution: Enter trade at signal candle close price
2. Risk Placement: Use provided stop loss level (dark red line)
3. Profit Taking: Scale out at blue TP levels (TP1: 3x, TP2: 5x, TP3: 8x)
4. Position Monitoring: Watch dashboard for trade status and duration
Exit Management:
- Automatic Cleanup: Lines disappear when TP3 or SL is hit
- Time Exit: Position closes after 20 bars if targets not reached
- Manual Override: Traders can exit earlier based on discretion
Advanced Features
Pullback Quality Control
The indicator uses sophisticated logic to ensure only high-quality setups:
- Trend Structure Validation: Pullbacks must respect major trend EMAs
- Momentum Confirmation: Requires decisive close through 18 EMA
- No Whipsaw Protection: Prevents signals during choppy conditions
- Duplicate Prevention: Only one signal per trend move
Real-Time Monitoring System
- Live Position Tracking: Dashboard shows current status
- Automatic Level Updates: Lines adjust to current bar position
- Alert Integration: Built-in notifications for all signal types
- Performance Metrics: Entry price and duration tracking
Customization Options
Display Controls:
- Toggle Fast EMA visibility
- Toggle Trend Filter EMA visibility
- Enable/disable signal arrows
- Show/hide information dashboard
Parameter Adjustment:
- Modify Fast EMA period (default: 18)
- Adjust Trend Filter EMA period (default: 111)
- Customize alert messages
Market Analysis Benefits
Trend Following Advantage:
- Captures major directional moves early
- Avoids counter-trend trades in strong markets
- Adapts to changing market conditions automatically
Timing Optimization:
- Enters after healthy pullbacks for better prices
- Avoids chasing momentum at extremes
- Provides multiple profit-taking opportunities
Risk Control:
- Volatility-adjusted stop losses prevent random exits
- Excellent risk-reward ratios (up to 4:1)
- Automatic position management reduces emotional decisions
Educational Value
This indicator serves as an excellent learning tool for understanding:
Technical Analysis Concepts:
- EMA crossover strategies and trend identification
- Pullback trading methodology and timing
- Support and resistance level recognition
- Momentum confirmation techniques
Risk Management Principles:
- Position sizing based on market volatility
- Multiple take profit level strategies
- Stop loss placement using market structure
- Time-based exit rules
Trading Psychology:
- Systematic approach reduces emotional trading
- Clear rules for entry and exit decisions
- Patience waiting for quality setups
- Disciplined risk management practices
Performance Optimization Tips
Timeframe Selection:
- Lower Timeframes (1-15m): More signals, requires faster execution
- Higher Timeframes (1h-4h): Fewer but higher quality signals
- Daily Charts: Swing trading with excellent risk-reward ratios
Market Selection:
- High Liquidity: Ensures accurate execution at calculated levels
- Trending Assets: Maximizes strategy effectiveness
- Volatile Periods: Provides larger profit targets
- Session Timing: Trade during active market hours
Risk Management:
- Never risk more than 1-2% of account per trade
- Use position sizing that allows for multiple concurrent trades
- Consider correlation between instruments when trading multiple markets
- Maintain trading journal to track performance
Backtesting and Validation
Historical Performance Analysis:
Users are encouraged to conduct thorough backtesting across different:
- Market conditions (trending vs. ranging)
- Volatility environments (high vs. low)
- Time periods (various years and seasons)
- Asset classes (forex, stocks, crypto, commodities)
Forward Testing Recommendations:
- Start with paper trading to understand signal timing
- Use small position sizes during learning phase
- Track all trades for performance analysis
- Gradually increase position size as confidence builds
Technical Specifications
Pine Script Details:
- Version: Pine Script v5
- Chart Type: Overlay indicator
- Resource Limits: max_lines_count=500, max_labels_count=500
- Repainting: Non-repainting signals (confirmed on bar close)
- Real-time Updates: Yes, with live dashboard
- Alert Compatibility: Full TradingView alert support
System Requirements:
- TradingView account (Basic or higher recommended)
- Stable internet connection for real-time data
- Compatible with all TradingView supported markets
- Works on desktop, mobile, and web platforms
Disclaimer and Risk Warning
IMPORTANT: This indicator is designed for educational and analytical purposes only.
Risk Acknowledgment:
- No Guarantee of Profits: Past performance does not predict future results
- Substantial Risk of Loss: Trading involves risk and is not suitable for all investors
- Market Volatility: Cryptocurrency and forex markets can be extremely volatile
- Technical Analysis Limitations: No indicator is 100% accurate
- Leverage Warning: Using leverage amplifies both profits and losses
User Responsibilities:
- Personal Research: Always conduct independent analysis
- Risk Assessment: Only trade with money you can afford to lose
- Position Sizing: Use appropriate risk management for your account size
- Market Knowledge: Understand the markets you're trading
- Professional Advice: Consult financial advisors when needed
Legal Disclaimer:
- This tool provides analysis, not investment advice
- Users are solely responsible for trading decisions
- No warranty is provided regarding accuracy or profitability
- Historical results do not guarantee future performance
- Seek professional guidance for investment decisions
Support and Development
Continuous Improvement:
This indicator is actively maintained and updated to ensure:
- Compatibility with TradingView platform changes
- Bug fixes and performance optimizations
- Feature enhancements based on user feedback
- Documentation updates and educational content
Conclusion
The "Golden Duck Runner With Targets" represents a comprehensive approach to technical analysis that combines trend following, pullback timing, and adaptive risk management. Its automatic cleanup functionality and professional visual design make it suitable for traders of all experience levels who demand precision and reliability in their analytical tools.
By focusing on high-probability setups with excellent risk-reward ratios, this indicator helps traders develop disciplined trading habits while providing the flexibility to adapt to various market conditions and trading styles.
Remember: Successful trading requires patience, discipline, and continuous learning. This tool provides the analysis - the trading decisions and their consequences remain entirely with the user.
Developed for serious traders who demand precision, reliability, and professional-grade risk management with clean, clutter-free chart visualization.
确定K线双色(全逻辑整合+完整保留)K-line color, dual-color indicator
This indicator has two colors, representing buy and sell.
This indicator is recommended for use on the 8h time frame.