HOG Super Trend🔍 HOG Super Trend – Dual‑EMA Trend Confidence
🧠 Overview
Combines two EMAs—Base EMA and Confirmation EMA—to highlight strong trend alignment. Filters trades with price, EMA cross, and slope direction logic.
⚙️ How It Works
• Base EMA (default 34) and Confirmation EMA (default 13)
• Trend flagged only when:
– Price is above/below Base EMA
– Confirmation EMA aligns above/below Base EMA
– Both EMAs are sloping in the same direction
• Colors: Aqua = Bull trend, Red = Bear trend
🎯 Inputs
• Source (price)
• Base EMA Length
• Confirmation EMA Length
✅ Benefits
• Clean trend filter based on alignment and momentum
• No gray—sharp visuals with clear direction cues
• Repaint‑safe—uses confirmed bar data only
📈 Use Cases
• Perfect for trend confirmation on 1H, 4H, or Daily charts
• Use with price action, volume, or structure for precise entries
⚠️ Notes
• Not a standalone signal, but a trend confirmation tool
• No performance guarantees—test with your strategy
Indikator dan strategi
Squeeze Pro Momentum BAR color - KLTDescription:
The Squeeze Pro Momentum indicator is a powerful tool designed to detect volatility compression ("squeeze" zones) and visualize momentum shifts using a refined color-based system. This script blends the well-known concepts of Bollinger Bands and Keltner Channels with an optimized momentum engine that uses dynamic color gradients to reflect trend strength, direction, and volatility.
It’s built for traders who want early warning of potential breakouts and clearer insight into underlying market momentum.
🔍 How It Works:
📉 Squeeze Detection:
This indicator identifies "squeeze" conditions by comparing Bollinger Bands and Keltner Channels:
When Bollinger Bands are inside Keltner Channels → Squeeze is ON
When Bollinger Bands expand outside Keltner Channels → Squeeze is OFF
You’ll see squeeze zones classified as:
Wide
Normal
Narrow
Each represents varying levels of compression and breakout potential.
⚡ Momentum Engine:
Momentum is calculated using linear regression of the price's deviation from a dynamic average of highs, lows, and closes. This gives a more accurate representation of directional pressure in the market.
🧠 Smart Candle Coloring (Optimized):
The momentum color logic is inspired by machine learning principles (no hardcoded thresholds):
EMA smoothing and rate of change (ROC) are used to detect momentum acceleration.
ATR-based filters help remove noise and false signals.
Colors are dynamically assigned based on both direction and trend strength.
🧪 How to Use It:
Look for Squeeze Conditions — especially narrow squeezes, which tend to precede high-momentum breakouts.
Confirm with Momentum Color — strong colors often indicate trend continuation; fading colors may signal exhaustion.
Combine with Price Action — use this tool with support/resistance or patterns for higher probability setups.
Recommended For:
Trend Traders
Breakout Traders
Volatility Strategy Users
Anyone who wants visual clarity on trend strength
📌 Tip: This indicator works great when layered with volume and price action patterns. It is fully non-repainting and supports overlay on price charts.
GoatsMACDThis is a multi-layered trend scalping tool that combines MACD cross signals with dynamic trend filters including Bollinger Bands, EMA clouds, and VWAP for clearer trend identification and trade timing.
🔍 Features:
MACD Cross Dots: Tiny dots mark MACD bullish and bearish crossovers directly on the oscillator pane.
Customizable MACD Settings: Toggle between EMA or SMA calculation for MACD, with adjustable fast/slow lengths and signal smoothing.
Bollinger Bands Overlay: Optional 420-period BB with 0.5 standard deviation for mean reversion and volatility compression.
Triple EMA Clouds:
Cloud 1: EMA 21 vs 55
Cloud 2: EMA 89 vs 120
Cloud 3: EMA 200 vs 240
Each cloud changes color based on bullish/bearish EMA relationships to confirm trend strength and direction.
VWAP Support: Plots a session-based VWAP as an additional dynamic support/resistance zone.
Alerts Included: Receive alerts on bullish or bearish MACD crossovers.
🧠 How to Use:
Use MACD dots to spot early trend shifts.
Confirm direction with the EMA clouds: trade only in alignment with cloud direction.
Use Bollinger Bands and VWAP for entries near key zones.
Ideal for scalping, trend following, or confirmation on multi-timeframe setups.
⚙️ Customizable Inputs:
Full control over MACD lengths and moving average type
Adjustable BB settings
Modify each EMA pair independently for all clouds
Advanced Market Profile AnalysisChecking if the vpoc, ppoc, and poor high and poor low are any anomolies can be detected with it
Volume Velocity by TenozenA new indicator is here!
Volume Velocity (VV) is designed to help identify whether the market is likely to trend or move sideways. When VV drops below 0, it suggests weak volume momentum, which often leads to choppy or range-bound price action. Conversely, a positive VV typically signals a stronger market drive, potentially indicating trend formation. (Strong reminder! Volume data quality is crucial! I suggest using volume data from futures market!)
VV is calculated using Kalman filter concepts; adapting to the state, covariance, and predictions over time, using matrix-based calculations.
To be honest, it's quite a complex method, and I’m still learning as I go. The current version is based on a translated formula that I personaly modified into Pine Script.
I’d really appreciate any insights or ideas you guys might have! Maybe there’s something I missed or a new approach I could try! Ciao!
Daily Open Color CandleDaily Open Color Candle – Visual Price Bias Indicator
This script highlights candlesticks based on their position relative to the current day's opening price. It's a minimalistic tool designed to help intraday traders quickly understand whether price is trading above or below the daily open level.
What it does:
Draws a horizontal line at the daily open price.
Colors candles green if the close is above the daily open, and red if below.
Why it's useful:
Provides immediate visual feedback for bias: bullish (above open) or bearish (below open).
Ideal for intraday traders who base decisions on daily open reference levels.
Unique elements:
Lightweight and non-intrusive design.
Line automatically resets with each new trading day.
Candles are visually categorized without cluttering the chart.
Best used for:
Intraday momentum analysis.
Bias confirmation for scalping/day trading strategies.
Overlay with other indicators like VWAP, EMA, etc.
Parameters:
No configurable inputs — this is a plug-and-play script.
9AM/10AM opensPrice lines for the 9AM/10AM hourly candle opens. (OLHC/OHLC)
Lines extend only to the next hourly candle open (12 5m bars, can customize in source code)
Color customizable
Swing Trend: 200 EMA + ATR (Long Only)🧠 Strategy Concept:
This swing trading strategy is designed specifically for Ethereum (ETH) on timeframes like 4H or Daily, but it is flexible enough to work across other volatile assets or timeframes with some tuning.
The system combines trend confirmation via a 200-period Exponential Moving Average (EMA) with volatility filtering using the Average True Range (ATR). It aims to capture medium-term bullish swings while avoiding weak or sideways markets.
📈 Entry Logic:
A long position is opened only when both of the following conditions are true:
Price is above the 200 EMA
→ This confirms a longer-term uptrend.
Price is also greater than (EMA + ATR × Multiplier)
→ This volatility buffer ensures we only enter after strong directional moves and avoid minor pullbacks or choppy price action.
The ATR multiplier is customizable (default = 1.5).
ATR length defaults to 14 periods.
✅ This double filter helps reduce false positives and ensures that entries happen only in strong bullish momentum.
💡 Exit Logic:
The exit rule is simple:
Close the position when the price crosses below the 200 EMA, indicating a potential trend reversal or weakening trend.
This approach:
Protects gains by exiting early during trend breakdowns.
Avoids unnecessary complexity like static stop-loss or take-profit.
You can manually add SL/TP logic if desired.
⚙️ Strategy Settings:
EMA Length = 200
ATR Length = 14
ATR Multiplier = 1.5
Position Sizing = 10% of equity per trade (adjustable in strategy settings)
📊 Use Case:
Optimized for swing traders who prefer long-only positions in bull markets.
Particularly effective on ETHUSDT, but applicable to BTC, SOL, etc.
Best used during periods of trending market behavior — avoid sideways or range-bound conditions.
🛠️ Customization Tips:
Timeframe: Works best on 4H or 1D charts; avoid low timeframes unless volatility filtering is adjusted.
EMA Length: Increase to 300–400 for more conservative filtering.
ATR Multiplier: Raise to 2–2.5 to reduce frequency of entries and increase selectivity.
Stop-loss / Take-profit: You can add static or trailing SL/TP for tighter risk control if desired.
📌 Strategy Summary:
Feature Setting
Trend Filter 200 EMA
Volatility Gate ATR (×1.5)
Entry Type Long only
Exit Trigger Close < EMA
Style Trend-following Swing Strategy
Turtle 2.0 – Backtest Strategy for Trend ConfirmationA simple backtesting tool for traders who want to test and understand their own ideas.
This is not a signal provider. Not a finished system. Not financial advice.
Purpose of this Script
This strategy is not intended for live trading, but rather as an analytical and educational tool.
It is based on a simplified, trend-following Turtle-style logic and helps you explore the question:
“When does a strategy work – and when does it fail?”
I (Tom) am not a professional trader myself, but someone who is between beginner and intermediate.
This tool helps me (and hopefully you too) think more systematically and back up (or challenge) my own ideas.
Core Idea
Most trading strategies only work under certain market conditions.
This script helps you analyze:
– Does your logic work better in clear trends?
– Do trend filters help – and when do they hurt?
– How do sideways phases affect performance?
– Is your setup robust across different timeframes and assets?
Adjustable Settings
The script is designed to be flexible. In the settings panel, you can configure:
• Enable EMA trend filter – Activate or deactivate trend filtering
• EMA 1–4 – Length of exponential moving averages (e.g. 21, 50, etc.)
• Show pivots – Display local highs and lows as reference
• Pivot length – Number of candles to each side to define a pivot
• Show signals – Enable or disable signal visualization
All parameters can be adjusted directly in the TradingView settings menu.
If You Decide to Trade with It (Not Recommended)
If you still want to test this strategy with real trading, please consider:
Always analyze market context (trend, volatility, news)
Use your own stop-loss and take-profit logic
Avoid choppy or sideways markets
Test across different timeframes and instruments
Combine it with volume, support/resistance, or candlestick patterns
Note: The script is non-repainting – signals are shown only after the bar is closed.
Possible Use Cases
– Only show signals in trend phases
– Analyze: When does your setup perform well or poorly?
– Review “what-if” scenarios
– Base for experimentation and further development
Feedback Welcome
If you have ideas, questions, or suggestions – feel free to reach out.
I'd love to hear your thoughts or see how you use or modify the script.
Background & Development
This script was initially inspired by publicly available code from parsimaj.
It was completely rewritten, modernized, documented, and customized to my own requirements.
The goal was to create a simple, robust, and flexible learning and testing tool.
License & Disclaimer
– No guarantee of profitability. Not financial advice.
– Use at your own risk. Educational and analytical use only.
Author: Tom & ChatGPT
Version: Turtle 2.0 – Backtest Edition
Platform: TradingView – Pine Script v5
Medico Action Zone self adjust TFput "buy" and "sell" signal by using EMA 12/26 and you can adjust TF for short term or long term.
Inside/Multiple Inside Bars Detector by Yasser R.01Multiple Inside Bars Trading System
Detects multiple inside bar patterns with visual alerts, breakout signals, and risk management levels (1:2 RR ratio). Identifies high-probability trading setups.
This indicator scans for consecutive inside bar patterns (2+ bars forming within a 'mother bar'), which often precede strong breakouts. When detected, it:
1. Draws clear reference lines showing the mother bar's high/low
2. Alerts when price breaks either level
3. Automatically calculates 1:2 risk-reward stop loss and take profit levels
4. Displays entry points with trade details
Ideal for swing traders, the system helps identify consolidation periods before potential trend continuations. Works best on 4H/Daily timeframes.
#InsideBars #BreakoutTrading #RiskManagement #SwingTrading #PriceAction
Professional-grade inside bar detector that:
✅ Identifies single AND multiple inside bar setups
✅ Provides clean visual references (lines/labels)
✅ Generates breakout signals with calculated RR levels
✅ Self-cleaning - removes old setups automatically
Use alongside trend analysis for best results. Customizable in Settings.
Trend TraderDescription and Usage of the "Trend Trader" Indicator
The "Trend Trader" indicator, created by Gerardo Mercado as a legacy project, is a versatile trading tool designed to identify potential buy and sell signals across various instruments. While it provides predefined settings for popular instruments like US30, NDX100, GER40, and GOLD, it can be seamlessly adapted to any market, including forex pairs like EUR/USD. The indicator combines moving averages, time-based filters, and MACD confirmation to enhance decision-making for traders.
How It Works
Custom Moving Averages (MAs):
The indicator uses two moving averages:
Short MA: A faster-moving average (default: 10 periods).
Long MA: A slower-moving average (default: 100 periods).
Buy signals are generated when the Short MA crosses above the Long MA.
Sell signals are triggered when the Short MA crosses below the Long MA.
Time-Based Signals:
The user can define specific trading session times (start and end in UTC) to focus on high-activity periods for their chosen market.
Signals and background coloring are only active during the allowed session times.
MACD Confirmation:
A MACD (Moving Average Convergence Divergence) calculation on a 15-minute timeframe ensures stronger confirmation for signals.
Buy signals require the MACD line to be above the signal line.
Sell signals require the MACD line to be at or below the signal line.
Target Levels:
Predefined profit targets are dynamically set based on the selected trading instrument.
While it includes settings for US30, NDX100, GER40, and GOLD, the target levels can be adjusted to fit the volatility and structure of any asset, including forex pairs like EUR/USD.
Target 1 and Target 2 levels display when these thresholds are met after an entry signal.
Adaptability to Any Market:
Although predefined options are included for specific instruments, the indicator's moving averages, time settings, and MACD logic are applicable to any tradable asset, making it suitable for forex, commodities, indices, and more.
Visual Alerts:
Labels appear on the chart to highlight "BUY" and "SELL" signals at crossover points.
Additional labels indicate when price movements reach the predefined target levels.
Bar and background coloring visually represent active signals and MACD alignment.
Purpose
The indicator aims to simplify trend-following and momentum-based trading strategies. By integrating moving averages, MACD, customizable time sessions, and dynamic targets, it offers clear entry and exit points while being adaptable to the needs of individual traders across diverse markets.
How to Use
Setup:
Add the indicator to your TradingView chart.
Configure the moving average periods, trading session times, and target levels according to your preferences.
Select the instrument for predefined target settings or customize them to fit the asset you’re trading (e.g., EUR/USD or other forex pairs).
Interpreting Signals:
Buy Signal: The Short MA crosses above the Long MA, MACD confirms the upward trend, and the session is active.
Sell Signal: The Short MA crosses below the Long MA, MACD confirms the downward trend, and the session is active.
Adapt for Any Instrument:
Adjust the predefined target levels to match the volatility and trading style for your chosen asset.
For forex pairs like EUR/USD, consider typical pip movements to set appropriate profit targets.
Targets:
Use the provided target labels (e.g., 50 or 100 points) or customize them to reflect realistic profit goals based on the asset’s volatility.
Visual Aids:
Pay attention to the background color:
Greenish: Indicates a bullish trend during the allowed session.
Redish: Indicates a bearish trend during the allowed session.
Use the "BUY" and "SELL" labels for actionable insights.
This indicator is a flexible and powerful tool, suitable for traders across all markets. Its adaptability ensures that it can enhance your strategy, whether you’re trading forex, commodities, indices, or other assets. By offering actionable alerts and customizable settings, the "Trend Trader" serves as a valuable addition to any trader’s toolkit. FX:EURUSD
BB Hit + Stoch RSI Conditions (15m TF)Create a visual alert everytime the lower bolinger bands is hit while stoch rsi below 15 and everytime upper bolinger bands is hit while stoch rsi above 85.
RSI Candlestick//@version=5
indicator("RSI Candlestick", overlay=false)
length = input(14, title="RSI Length")
rsi = ta.rsi(close, length)
// RSI를 캔들로 변환 (예: RSI의 시가, 고가, 저가, 종가 계산)
rsi_open = rsi // 이전 RSI 값
rsi_close = rsi // 현재 RSI 값
rsi_high = math.max(rsi, rsi_open) // 고가는 현재와 이전 중 큰 값
rsi_low = math.min(rsi, rsi_open) // 저가는 현재와 이전 중 작은 값
// 캔들 플롯
plotcandle(rsi_open, rsi_high, rsi_low, rsi_close, title="RSI Candles", color=rsi_close > rsi_open ? color.green : color.red)
Bollinger Bands with Buy/Sell SignalsWhen price crosses above the upper band → green “BUY” label appears below the bar
When price crosses below the lower band → red “SELL” label appears above the bar
10 EMA & 10 SMA Crossover with Dot/Cross ON ChartCombining 10MA an 10SMA is very powerful indicator, it give early indication of trend.
Tried to combine 10MA and 10SMA crossover on same chart with cross over indicator.
Back test it. It works well in trending market.
Tried to combine RSI, ADX and 10 MA combination on chart but could not make appropriate/effective Pine Script.
Your suggestion's are welcome to improve it further.
MA 3/20/200 mit Trendverlängerung📊 3-Line MA Pack – Clean Trend Tracking with Projection
Fast. Clear. No fluff.
This script shows:
🔴 MA 3 – short-term momentum
🟠 MA 20 – medium trend flow
🔵 MA 200 – long-term direction
All lines extend forward based on recent slope – automatically adjusted to your timeframe.
Perfect for traders who want to see the flow at a glance.
Plug it in. Read the trend. Trade smarter.
No noise – just structure.
Stoch RSI + RSI + DivergenceStochastic RSI and RSI Indicator in 1, you can change the color and the borders of the bands to be more visible.
Color StochDestaca cuando supera niveles establecidos, para usar debajo del panel como estocástico aparte.
5, 3, 5.
Muy sensible, para 5 min TF preferiblemente.
Highlights area when it exceeds established levels, to be used below panel, as a normal stochastic.
5, 3, 5.
Very sensitive, for 5 min TF preferably.
EMA (20/50/100/200) whitelinesModified version: credits to drsweets
Plots exponential moving average on four timeframes at once for rapid indication of momentum shift as well as slower-moving confirmations. Displays EMA 20, 50, 100, and 200... default colors are hotter for faster timeframes, cooler for slower ones
THUAN RSIgiá trên rsi rất tiện dụng cho ae chuyên phái rsi, chỉ báo động lượng và biên độ giá real time