10 Hour Heikin AshiBelow is a Pine Script (version 6) indicator that creates 10-hour Heikin Ashi candles. Heikin Ashi candles smooth out price data to help identify trends by using modified formulas for open, high, low, and close prices. We’ll use a higher timeframe aggregation approach to calculate the Heikin Ashi values based on 10-hour periods.
Phân tích Xu hướng
Sesiuni Bursiere Personalizabile (cu oră, culoare și interval)This indicator visually highlights the active trading sessions for the three major global markets:
🇸🇬 Asia, 🇬🇧 London, and 🇺🇸 New York.
🔧 Features:
✅ Automatically draws session zones as rectangles between session open/close times and price highs/lows
🏷️ Labeled with session names for clear visual reference
🎨 Customizable colors for each session directly from the settings panel
⏱️ User-defined session start and end times
📆 Only displays sessions from the last 96 hours for better clarity and performance
🛠️ How to Use:
Add the indicator to your chart
Open the Settings panel
Enable the sessions you want to see (Asia, London, New York)
Adjust the colors and time ranges for each session as needed
🧠 Tips:
Works best on 5m to 1h timeframes
Great for identifying liquidity zones and session-based volatility
Combine with tools like RSI, VWAP, or moving averages for strategic setups
📌 An excellent visual tool for traders who focus on market sessions, volatility windows, and time-based strategies.
Heiken Ashi 10 HourHeikin Ashi candles are a type of candlestick chart that smooths out price action compared to traditional candlesticks. The 10 hour Heikin Ashi candles have been created by averaging the open, high, low, and close prices over a 10 hour period with the previous Heikin Ashi candle's open and close. This averaging helps to filter out market noise and look for underlying trends.
RSI + MA Kombine AL-SAT//@version=5
indicator("RSI + MA Kombine AL-SAT", overlay=true)
// Hareketli Ortalamalar
shortMA = ta.sma(close, 9)
longMA = ta.sma(close, 21)
// RSI
rsi = ta.rsi(close, 14)
// Kombine Sinyaller
buySignal = ta.crossover(shortMA, longMA) and rsi < 30
sellSignal = ta.crossunder(shortMA, longMA) and rsi > 70
// MA'ları çiz
plot(shortMA, title="Kısa MA", color=color.green)
plot(longMA, title="Uzun MA", color=color.red)
// Sinyalleri göster
plotshape(buySignal, title="AL", location=location.belowbar, color=color.green, style=shape.labelup, text="AL")
plotshape(sellSignal, title="SAT", location=location.abovebar, color=color.red, style=shape.labeldown, text="SAT")
Planting & Harvesting SeasonsHello all,
as a commodity trader, I use a lot of seasonal patterns in my analysis. Some time ago, I came up with the idea to develop a simple script that visually overlays the typical planting and harvesting periods for key agricultural futures directly on the chart.
This script automatically detects the underlying commodity based on the symbol (e.g. ZC, ZW, ZS, CT) and displays color-coded zones for each seasonal window. These zones are based on historical crop calendars and help identify when planting or harvesting typically takes place. The goal is to better align technical setups with fundamental seasonal factors.
This is a basic version and meant as a visual aid — not a trading signal in itself.
Hope you enjoy it and any feedback is highly appreciated!
Mother Fish ตีเส้น 0 กับ 5 TCMother Fish line 0 and 5
This indicator draws horizontal lines on your price chart at price levels ending in 0 and 5 within a price range you specify. You can adjust the starting and ending prices of the range, as well as choose the colors for lines ending in 0 and 5. This helps you easily visualize potential support and resistance levels based on these key price points.
4 Closes + Current Price SMAThis calculates the 5 day Simple Moving Average in the same way that the backtester in Option Omega does, by using the 4 previous closes and current price of the 5th day.
MACD Bullish Crossover (WORKING)📘 Indicator Description – MACD Bullish Cross Alert
This indicator is designed to detect bullish momentum shifts using the classic MACD (Moving Average Convergence Divergence) crossover strategy.
Key Features:
Calculates the MACD Line and Signal Line using customizable inputs (default: 12, 26, 9).
Triggers an alert when the MACD Line (blue) crosses above the Signal Line (orange).
Helps identify early bullish trend reversals or momentum entry points.
Ideal for swing traders, position traders, and crypto investors using the weekly timeframe.
How to Use:
Add to any chart and set the timeframe to 1W (weekly).
Create an alert using the built-in MACD Bullish Crossover condition.
Combine with price action, volume, or RSI for higher conviction entries.
Use Cases:
Spotting early entry points after long downtrends.
Confirming a trend reversal in high timeframes.
Generating high-probability entries in trend-following systems.
Gold Smart Scanner [EMA/Wick/Volume/RSI/VWAP] +Live Dashboard Smart Scanner indicator for Gold (XAUUSD) to get the best high-probability trade setups using EMA 200, wick exhaustion, volume drop, RSI divergence and VWAP — all shown in one visual dashboard.
🧠 What This Indicator Does
This indicator helps you detect potential tops and bottoms with high probability by combining:
EMA 200 trend direction
Wick exhaustion logic (long upper/lower wicks)
Volume drop detection
RSI divergence
VWAP confirmation
These are the building blocks of professional price action + smart money trading strategies.
📊 How to Use It – Step by Step
1. Determine Market Bias (Trend Filter)
Check the Dashboard > EMA 200 Trend
💚 "Bullish": Only look for buy setups
❤️ "Bearish": Only look for sell setups
Confirm price is above or below the bright yellow EMA 200 line on the chart.
2. Look for Exhaustion Signals
Watch for red or green "Exh" arrows above/below candles:
🔴 Red Exh arrow = possible top (sell exhaustion)
🟢 Green Exh arrow = possible bottom (buy exhaustion)
These show when wicks are long and volume drops, with RSI divergence.
3. Confirm With the Dashboard (Top Right Corner)
This tells you everything at a glance:
Field - What It Means - What to Do
EMA 200 Trend - Market direction - Trade in this direction
Wick Signal - Long wick detected - Reversal zone clue
Volume Drop - Low volume = less momentum - Signals exhaustion
RSI Divergence - Bullish/Bearish divergence - Confirms hidden strength/weakness
VWAP Position - Where price is vs VWAP - Use as dynamic S/R filter
Use this to wait for all pieces to align for a high-probability setup
Timeframes
Designed for 1H and 15M (or you can use 4H for confirmation)
Works great on Gold (XAUUSD) but you can use on any asset
🛑 Don’t Forget:
This is not a "buy/sell now" tool, it’s a scanner to help you build confidence in trade setups.
Combine it with your own entry/exit strategy (e.g., break of a structure, order blocks, stop-loss below wick).
Like this indicator? Boost it ❤️
((Range||Type||Swing))Consecutive Candle range boxes with gradient and number count. Inside Outside and Engulfing color bars plus plots. Strict swing filter plus bonus filter where the 3rd bar in the swing closes below the swing candles high or low respectfully.
How I Use
I use the candle stick patterns to gauge market conditions, the consecutive candle ranges to follow order flow using a closing break of the range and retest and the filtered swings to assist in identifying stronger. If any one wants to create a strategy around this that would be cool i know nothing of coding and do everything with A.I
turns
5ma + O’Neil & Minervini Buy ConditionIndicator Overview
5ma + O’Neil & Minervini Buy Condition is an original TradingView indicator that extends beyond a simple collection of standard moving averages by offering:
- Five Fully Independent Lines : Each of MA1–MA5 can be configured as SMA, EMA, WMA, or VWMA with its own period and data source. This level of customization unlocks unique combinations no existing script provides.
- Synergy of Multiple Timeframes : Default settings (10, 21, 50, 200, 325) reflect ultra‑short, short, medium, long, and volume‑weighted long‑term perspectives. The layered structure functions as a multi‑filter, sharpening entry signals and trend confirmation beyond any single MA.
- Integrated Buy Conditions : Built‑in O’Neil and Minervini buy filters use fixed SMA‑based rules (50 & 200 SMA rising within 15% of 52‑week high; 10 > 21 > 50 SMA rising within high/low thresholds), plus a combined condition highlighting when both methods align.
- Clean Visualization & Style Controls : Background coloring for each buy condition appears only in the Style tab under clearly named parameters (O’Neil Buy Condition, Minervini Buy Condition, Both Conditions). MA lines support transparent default colors and customizable line width for optimal readability without clutter.
Calculation & Logic
SMA: (P₁ + P₂ + … + Pₙ) ÷ N
EMA: α = 2 ÷ (N + 1)
EMA_today = (Price_today – EMA_yesterday) × α + EMA_yesterday
WMA: (P₁×N + P₂×(N–1) + … + Pₙ×1) ÷
VWMA: Σ(Pᵢ×Vᵢ) ÷ Σ(Vᵢ) for i = 1…N
```
Buy Condition Logic
- O’Neil: Price > 50 SMA & 200 SMA (both rising) **and** within 15% of the 52‑week high.
- Minervini : 10 SMA > 21 SMA > 50 SMA (both short‑term SMAs rising) **and** within 25% of the 52‑week high **and** at least 25% above the 52‑week low.
- Combined : Both O’Neil and Minervini conditions true.
Usage Examples
1. Short‑Mid Cross : Observe MA1/MA2 crossover while MA3/MA4 confirm trend strength.
2. Volume‑Weighted Long‑Term : Use VWMA as MA5 to filter institutional‑strength pullbacks.
3. Multi‑Filter Entry : Look for purple background (Both Conditions) on daily chart as high‑confidence entry.
Why It’s Unique
- Not a Mash‑Up : Though built on standard MA formulas, the customizable layering and built‑in buy filters create a novel multi‑dimensional analysis tool.
- Trader‑Friendly : Detailed comments in the code explain parameter choices, calculation methods, and practical entry scenarios so that even Pine novices can understand the underlying mechanics.
- Publication‑Ready : Description and code demonstrate originality, add clear value, and comply with house‑rule requirements by explaining why and how components interact, not just listing features.
- Combined Custom MA & Buy Conditions : By integrating customizable moving averages with built-in buy filters, users can easily recognize O’Neil and Minervini recommended setups.
Multi-Indicator Strategy By Arvind Dodke [EMA+MACD+RSI+ADX]This strategy is base on EMA+MACD+RSI+ADX.
You can backtest it.
Anilk_3X_Trend_Pulse🧠 What is it trying to do?
It shows whether the price of a stock (or crypto, etc.) is bullish, bearish, or neutral based on how prices are moving over different time periods.
Based on this, it gives a strength score:
+100 means strong bullish momentum (upward)
-100 means strong bearish momentum (downward)
0 means no clear direction (Neutral)
🎨 What does it show on the chart?
It draws 3 colored lines (Blue, Green, Red) below your price chart (in a separate panel):
Blue = Short-term strength
Green = Medium-term strength
Red = Long-term strength
You also see 3 reference lines:
+100 = Bullish line
0 = Neutral line
-100 = Bearish line
🧰 Why is this useful for a trader?
It helps you visually judge momentum across different timeframes.
You can see if all timeframes are pointing in the same direction, which can signal a strong trend.
Great for deciding:
Whether to enter a trade
Whether to stay in or exit
Whether the market is confused or trending clearly
📌 In simple terms:
"This script acts like a trend strength meter across short, medium, and long periods — helping traders see if the market is going up, down, or just stuck."
Would you like a visual example or want this added to your TradingView chart?
// Disclaimer: Please backtest this indicator across different timeframes before using it for live trading to ensure it performs as expected.
4 EMA + MTF Trend TableCreates a table on top right of chart that shows if the 4ma is bullish or bearish on different timeframes
Auto Step Horizontal LinesAuto Step Horizontal lines by custom range
Create automatic horizontal lines by specifying the price range for each line, with each line serving as an observation point for support and resistance levels.
donchain channel with EMAsDonchain channel with labels of price tops and bottom changes.
based on wyckoff method, price start changing its directions with slower and slower speed of increasing price. with closer tops started to appears. same for bottoms.
by using donchain and labels of different price change of top and bottom. we can track and notice where price started to slowing down before the direction changed.
market relative strengthOverview
market relative strength is a custom indicator that visualizes how strong or weak a given asset is compared to a selected market benchmark — such as KOSPI, NASDAQ100, BTC dominance, or total crypto market cap.
How It Works
The indicator calculates the relative return between the current asset and the selected benchmark over a user-defined period. It then normalizes the difference into a 0–100 score:
Above 50 = outperforming the market
Below 50 = underperforming the market
Above 70 / Below 30 = strong divergence from market trend
Use Case
This is ideal for identifying assets with strong relative performance, detecting trend leaders or laggards, and rotating positions between sectors or assets based on strength.
Customization
Choose from a list of market indexes or crypto metrics
Set the comparison period and normalization range
Visual cues with background shading for strong/weak zones
Note
This is not the same as RSI. This indicator is based on relative performance to a benchmark, not price momentum.
Pattern Candlestick - V5This script is an advanced visual tool for technical analysis. It allows you to:
Highlight classic and custom patterns.
Get a clear visual overview through the use of colors and symbols.
*Let me know in the comments if you'd like to see more indicators like this one.
---------------------------------------- ----------------------------------------
1. Detection of specific “DOJI” candles
When a candle has a small body and long wicks.
Label: "⧱"
2. “ENGULFING” Pattern (2 candles)
Bullish: The second candle is bearish and engulfs the range of the first (which is bullish).
Bearish: The second candle is bullish and engulfs the range of the first (which is bearish).
Labels: "◧🢆" for bullish, "◨🢅" for bearish.
3. “OVERSHADOW” Pattern (Engulfing variant)
A 2-candle pattern where the second candle heavily overshadows the first.
Bullish: Second candle is bullish and engulfs a bullish first candle.
Bearish: Second candle is bearish and engulfs a bearish first candle.
Labels: "◫🢅" or "❚❚🢆"
4. “EFFICIENCY” Pattern (4 candles + FVG)
Uses 4 candles to define a structured directional pattern.
Complex conditions based on descending or ascending highs/lows that leave behind FVG.
Labels: "⟰🢆" and "⟱🢅"
5. “3 IN A ROW” Pattern (3 consecutive candles)
Detects 3 consecutive bullish or bearish candles.
Labels: "⥔🢆" or "⥕🢅"
6. “4 IN A ROW” Pattern (4 consecutive candles)
Same as above, but for 4 bullish or bearish candles.
Labels: "⥔⥔🢅" or "⥕⥕🢆"
7. “REJECTION” Pattern (3 candles)
A 3-candle pattern where the central candle shows strong rejection compared to the ones before and after it.
The middle candle gets strongly pushed back.
Labels: "⊻🢅" or "⊼🢆"
------------------------------- -------------------------------
This script is extremely useful for traders and technical analysts, offering:
Faster Pattern Recognition: Quickly spot well-known candlestick patterns without manual analysis.
Visual Clarity: Uses distinct symbols and colors to make chart reading more intuitive.
Customization: Detects not only standard patterns like Doji and Engulfing, but also more complex or personalized setups (e.g. Efficiency, Overshadow).
Trade Timing: Helps identify potential entry or exit points based on historically significant formations.
Adaptability: Can be used across various markets (stocks, crypto, forex) and timeframes.
Fibonacci Levels with MACD ConfirmationHow to Understand and Use the Fibonacci Levels with MACD Confirmation Script
This custom Pine Script is designed to give traders a clear visual framework by combining dynamic Fibonacci retracement levels, MACD histogram confirmation, and volatility-based swing zones. It aims to simplify trend analysis, improve entry timing, and adapt to various market conditions.
How to Interpret the 23.6% & 61.8% Labels
These Fibonacci levels represent key retracement zones where price often reacts during trend pullbacks or reversals.
The 23.6% level indicates a shallow retracement, useful in strong trends where price resumes early.
The 61.8% level is a deeper retracement, often a "last line of defense" before trend invalidation.
The script labels these zones with "CC 23.6" and "CC 61.8" when the price crosses them with MACD histogram confirmation:
Green label (CC) = bullish confirmation
Red label (CC) = bearish confirmation
How to Modify Inputs (Manual Adjustments)
Input Purpose Default How to Use
ATR Period Measures volatility 14 Increase for smoother, slower reactions; reduce for faster swings
Min Lookback Minimum bars for swing zone 20 Avoids short-term noise
Max Lookback Cap for swing zone scan 100 Avoids excessively wide retracement levels
Inverse Candle Chart Flips high/low logic false Enable for inverted analysis or backtesting "opposite logic"
How to Use the Inverse Candle Chart Option
Activating inverse mode flips candle logic:
Highs become negative lows, and vice versa.
Useful for:
Contrarian analysis
Inverse ETFs or short-biased views
Backtesting reverse-pattern behavior
How to Adjust the Style
You can manually personalize the script’s visual appearance:
Change line width in plot(..., linewidth=2) for bolder or thinner Fib levels.
Change colors from color.green, color.red, etc., to suit your theme.
Modify label.size, label.style, and label.color for different labeling visuals.
Customize MACD histogram style from plot.style_columns to other styles like style_histogram.
How the MACD is Set and Displayed
The MACD uses non-standard values:
Fast Length = 24
Slow Length = 52
Signal Smoothing = 18
These values slow down the indicator, reducing noise and aligning better with medium- to long-term trends.
MACD histogram is plotted directly on the main chart for faster, on-screen decision making.
Color-coded histogram:
Green/Lime = Bullish momentum increasing or steady
Red/Maroon = Bearish momentum increasing or steady
How to Use the Indicator in Real-World Trading
This indicator is most effective when used to:
✅ 1. Spot High-Probability Trend Continuation Zones
In a strong trend, price will often retrace to 23.6% or 61.8%, then resume.
Wait for:
Price to cross 23.6 or 61.8
MACD histogram rising (bullish) or falling (bearish)
"CC 23.6" or "CC 61.8" label to appear
🟢 Entry Example: Price retraces to Fib 61.8%, crosses up with green MACD histogram → take long position
✅ 2. Validate Reversal or Breakout Zones
These Fib levels also act as support/resistance.
If price crosses a Fib level but MACD fails to confirm, it may be a fake breakout.
Use confirmation labels only when MACD aligns.
✅ 3. Add Volatility Context (ATR) for Risk Management
The ATR label shows both value and %.
Use ATR to:
Set dynamic stop-losses (e.g., 1.5x ATR below entry)
Decide trade size based on volatility
How to Combine the Indicator With Other Tools
You can combine this script with other technical tools for a powerful trading framework:
🔁 With Moving Averages
Use 50/200 MA for overall trend direction
Take signals only in the direction of MA slope
🔄 With Price Action Patterns
Use the Fib/MACD signals at confluence points:
Support/resistance zones
Breakout retests
Candlestick patterns (pin bars, engulfing)
🔺 With Volume or Order Flow
Combine with volume spikes or order book signals
Confirm that Fib/MACD signals align with strong volume for conviction
✅ Trade Setup Summary
Criteria Long Setup Short Setup
Price at Fib Level At or crossing Fib 23.6 / 61.8 Same
MACD Histogram Rising and above previous bar Falling and below previous bar
Label Appears Green "CC 23.6" or "CC 61.8" Red "CC 23.6" or "CC 61.8"
Optional Filters Trend direction, ATR range, volume, price pattern Same
SAC indicatorThis indicator is built on a filter for candles that meet a condition "SAC." To identify them on the chart, you can set an alert when the condition applies to the current candle that matches your preferred frame.