Fractals [Dova Lazarus]🔹 Fractals — a lightweight and efficient indicator that plots classic Bill Williams-style fractals.
Perfect for identifying local reversal points on the chart.
Simple visualization with triangle markers above and below candles.
Indicadores e estratégias
5-min Bull/Bear Breakout Pattern Finder//@version=5
indicator("5-min Bull/Bear Breakout Pattern Finder", overlay=true)
if timeframe.period != "5"
runtime.error("This indicator works only on the 5-minute timeframe.")
patternLen = input.int(4, "Pattern Length")
lookbackBars = input.int(250, "Lookback Bars")
tolerancePct = input.float(12.0, "Body Tolerance %")
normalizeCandle(_open, _high, _low, _close) =>
cr = _high - _low
b = _close - _open
d = b >= 0 ? 1 : -1
bp = cr > 0 ? math.abs(b / cr) * 100 : 0
var float refPattern = array.new_float()
if bar_index > patternLen
array.clear(refPattern)
for i = 0 to patternLen - 1
= normalizeCandle(open , high , low , close )
array.push(refPattern, d)
array.push(refPattern, bp)
isSimilar(idx) =>
m = true
for i = 0 to patternLen - 1
= normalizeCandle(open , high , low , close )
dR = array.get(refPattern, i * 2)
bpR = array.get(refPattern, i * 2 + 1)
if dH != dR or math.abs(bpH - bpR) > tolerancePct
m := false
m
isBullishBreakout(idx) => close > open
isBearishBreakout(idx) => close < open
for i = patternLen to lookbackBars
idx = bar_index - i
if idx > patternLen and isSimilar(idx)
if isBullishBreakout(idx)
label.new(idx + patternLen - 1, low , "Bull Breakout", style=label.style_label_up, color=color.new(color.green,0), textcolor=color.white, size=size.small, yloc=yloc.belowbar)
else if isBearishBreakout(idx)
label.new(idx + patternLen - 1, high , "Bear Breakout", style=label.style_label_down, color=color.new(color.red,0), textcolor=color.white, size=size.small, yloc=yloc.abovebar)
PayBack by CatboyCatboy buy and sell. This indicator will show buy and sell signals on market direction
openig price +- .13%This is opening price indicator with levels .13% .26 .50 .1 .1.5 .2 simillary for -ve sides .
it is easy to know levels from top to bottom
Ghost Month HighlighterGhost Month and Trading: Understanding the Phenomenon
Ghost Month (鬼月) is the seventh month of the lunar calendar in Chinese culture, typically falling between late July and September. During this period, it's believed that the gates of the afterlife open and spirits roam the earth. This deeply rooted cultural belief has significant implications for Asian markets, particularly in regions with large Chinese populations like Taiwan, Hong Kong, Singapore, and mainland China.
Why Markets Often Decline or Stay Flat During Ghost Month:
Reduced Business Activity : Many businesses avoid launching new products, signing major contracts, or making significant investments during this period, believing it brings bad luck.
Property Market Slowdown : Real estate transactions drop significantly as people avoid moving homes or making large purchases. In some markets, property sales can decline by 20-30%.
IPO and M&A Drought : Companies often delay IPOs and merger announcements until after Ghost Month, reducing market catalysts.
Retail Spending Drops : Consumer spending on big-ticket items decreases, though spending on offerings and religious items increases.
Self-Fulfilling Prophecy : Many traders and investors reduce positions or stay on the sidelines, creating lower volumes and increased volatility. This becomes a self-fulfilling prophecy where expectation of poor performance leads to actual underperformance.
Tourism and Entertainment Impact : Travel and entertainment sectors see reduced activity as people avoid unnecessary trips and celebrations.
Historical data shows that Asian equity markets often underperform during Ghost Month, with some studies indicating average returns can be 2-5% lower than other months. However, this also creates opportunities for contrarian investors who buy during the seasonal weakness.
Inspired by @honey_xbt
Smart Confluence + WinRateTwo EMAs (Fast/Slow)
Scoring Signal System (≥ 2 conditions = Buy/Sell)
Display Buy/Sell Arrows on Chart
Backtest System
Results Table: Trades, Wins, Losses, Win Rate %
Dollar Bands [TNI]This script shows divergences bands implemented by Argentine Goverment this year for the Argentine Currency USDARS.
You can change the fix monthly and date/price init, and create upper or lower band cross alerts.
Coefficient of Variance BarsThe script calculates the Coefficient of Variance (CV), which is the standard deviation (a measure of volatility) divided by the average price over a set period. In simple terms, it tells you how volatile the market is in relation to its current price level.
• Highlighting Volatility Increase: By default, the script colors the bars when this relative volatility makes a new high. This suggests that the market is "waking up" and that a significant price move could be starting.
• Highlighting Low Volatility (Inverse Mode): When you uncheck the box in the settings, it highlights periods where volatility is not making a new high. This is useful for spotting quiet, consolidating markets.
________________________________________
How to Use It in Trading
This indicator is a complementary tool and should be used with other forms of analysis, like price action or trend indicators.
1. Spotting Potential Breakouts
The most common use is to anticipate breakouts. When the price is moving in a tight range (consolidation) and you suddenly see a highlighted bar, it signals a surge in volatility. This is often the catalyst that pushes the price out of the range.
• Strategy: Look for a period of price consolidation. When a bar is colored, indicating a volatility spike, look for a confirmation of a breakout (e.g., a candle closing above resistance or below support) and consider entering a trade in that direction.
2. Identifying Ranging Markets
By switching to the inverse mode, you can easily see when the market is quiet and range-bound.
• Strategy: When the bars are consistently highlighted in inverse mode, it confirms a ranging market. This is the ideal environment for strategies that capitalize on sideways movement, such as using oscillators (like RSI or Stochastics) to trade between support and resistance levels.
3. Gauging Trend Strength and Exhaustion
In a strong, ongoing trend, you'll likely see intermittent volatility spikes confirming the momentum. However, a sudden, massive spike in volatility after a very long trend might signal a "climax," potentially indicating the trend is exhausted and a reversal could be near.
EMA Trend Confirmation with Alerts此脚本是基于EMA 200周期 50周期 20周期加以合并并进行改进的一个脚本指标,主要作用是用于观察趋势走向,其中有上升下降和震荡趋势,经过多数测试,此指标适用于短线交易,推荐周期为20或15,大周期和长线交易详见RSI+EMA结合指标
This script is an improved script indicator based on the EMA 200 period, 50 period, and 20 period. Its main function is to observe the trend direction, including up, down, and oscillating trends. After many tests, this indicator is suitable for short-term trading, and the recommended period is 20 or 15. For large-cycle and long-term trading, please refer to the RSI+EMA combination indicator.
Power candle addPower candle add++++Power candle add++++Power candle add++++Power candle add++++Power candle add++++Power candle add++++Power candle add++++Power candle add++++Power candle add++++Power candle add++++Power candle add++++Power candle add++++Power candle add++++
XAUUSD & BTCUSD Buy/Sell Signals (80% Accuracy)this script gives approx 80% real and correct indicators depending on market
Opening Range Breakout (08:00 - 08:15 NY) - AAPNIndicador que marca la apertura de Forex en NY a 15 minitos, la primera vela
Blue DotThis indicator identifies high-probability long entry signals by combining stochastic momentum analysis with moving average trend confirmation. It's designed to catch oversold bounces in stocks that are already in established uptrends.
MACD + EMA Zone Filter (with EMAs)How it works:
It plots 4 EMAs (Exponential Moving Averages):
EMA 20 (orange)
EMA 50 (yellow)
EMA 100 (blue)
EMA 200 (red)
A Buy signal is triggered when:
All three EMAs (20, 50, 100) are above EMA 200 (indicating an uptrend)
The MACD line crosses above the Signal line (bullish momentum)
A Sell signal is triggered when:
All three EMAs (20, 50, 100) are below EMA 200 (indicating a downtrend)
The MACD line crosses below the Signal line (bearish momentum)
📊 Visual Features:
Buy/Sell arrows directly on the chart
Background turns green in strong uptrends and red in strong downtrends
Built-in alerts for automation or notifications
🕒 Works on any timeframe, using the current chart's data.
use with fractals indicator for SL, aim for 1:2 RR
VIX Filter/RSI/EMA Bias/Cum-TICK w/ Exhaustion Zone DashboardThis all-in-one dashboard gives intraday traders a real-time visual read of market conditions, combining volatility regime, trend bias, momentum exhaustion, and internal strength — all in a fully customizable overlay that won’t clutter your chart.
📉 VIX Market Regime Detector
Identifies "Weak", "Normal", "Volatile", or "Danger" market states based on customizable VIX ranges and symbol (e.g., VXN or VIX).
📊 RSI Momentum Readout
Displays real-time RSI from any selected timeframe or symbol, with adjustable length, OB/OS thresholds, and color-coded exhaustion alerts.
📈 EMA Trend Bias Scanner
Compares fast and slow EMAs to define bullish or bearish bias, using your preferred timeframe, symbol, and EMA lengths — ideal for multi-timeframe setups.
🧠 Cumulative TICK Pressure & Exhaustion Engine
Analyzes internal market strength using cumulative TICK data to classify conditions as:
-Strong / Mild Bullish or Bearish Pressure
-Choppy / No Edge
-⚠️ Exhaustion Zones — when raw TICK values hit extreme highs/lows, a separate highlight box appears in the dashboard, warning of potential turning points
All logic is customizable, including TICK symbol, timeframes, thresholds, and lookback periods.
Scalpers and day traders who want fast, visual insight into market internals, exhaustion, and trend bias.
Multi CEX BTC Spot vs Perpetual PremiumThis Indicator shows the BTC Spot vs Perpetual premium across different CEX.
SmartMind2The MACD (Moving Average Convergence Divergence) is a popular technical indicator in trading, primarily used to detect trends and possible reversal points.
How is the MACD structured?
The MACD indicator consists of three components:
MACD Line:
Calculated as the difference between two exponential moving averages (EMAs), commonly 12 and 26 periods.
Formula:
MACD Line
=
𝐸
𝑀
𝐴
12
(
Price
)
−
𝐸
𝑀
𝐴
26
(
Price
)
MACD Line=EMA
12
(Price)−EMA
26
(Price)
Signal Line:
An exponential moving average (usually 9 periods) of the MACD line.
Formula:
Signal Line
=
𝐸
𝑀
𝐴
9
(
MACD Line
)
Signal Line=EMA
9
(MACD Line)
Histogram:
Graphically represents the difference between the MACD line and the Signal line.
Formula:
Histogram
=
MACD Line
−
Signal Line
Histogram=MACD Line−Signal Line
Interpretation of MACD:
Buy Signal: Occurs when the MACD line crosses above the signal line (bullish signal).
Sell Signal: Occurs when the MACD line crosses below the signal line (bearish signal).
Trend Reversal: A divergence between price movements and the MACD indicates a potential reversal (e.g., rising prices with a falling MACD).
STOCK SCHOOL | SWING TRACKER Swing Tracker is a powerful tool that automatically identifies Higher Highs (HH), Higher Lows (HL), Lower Highs (LH), and Lower Lows (LL) directly on the chart, helping traders clearly understand market structure and trend direction. Designed for price action traders, it works seamlessly across all timeframes and instruments, offering clean visual labels for swing points to spot trend continuations or potential reversals. Whether you're following the trend or looking for structure shifts, Swing Tracker keeps you aligned with price action for smarter, more confident trading decisions.
Manual 1H Trend BackgroundThis TradingView Pine Script v6 indicator allows you to manually set the trend direction (based on your analysis of the 1-hour timeframe), and it will change the background color of your chart based on that input:
"Buy" → chart background turns green
"Sell" → chart background turns red
"Neutral" → no background color (transparent)
MPBA checklist indicator in TradingView is a customizable tool designed to help traders maintain discipline and follow their trading strategy by providing a visual checklist directly on their chart. It allows users to define their own criteria and mark them as confirmed or not, helping to avoid overtrading and impulsive decisions.
Yo can edit in pine editor and creat your privet checklist.