Hammer Buy Signal with MA & RSI + Alert15-minute timeframe
Hammer candlestick:
Lower wick ≥ 2 × real body
Price conditions:
Close > MA200
Close < MA20
RSI < 40
Signal: Generate a BUY signal
Indicators and strategies
Combined Candle Body Size Spike (Custom TF)uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu
iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
ROC Spike Detector by Jaani//@version=5
indicator("ROC Spike Detector by Jaani", overlay=true)
// === User Inputs ===
rocLength = input.int(9, minval=1, title="ROC Length")
spikeThreshold = input.float(2.0, minval=0.1, title="Spike Threshold (%)")
// === ROC Calculation ===
roc = 100 * (close - close ) / close
// === Spike Conditions ===
bullishSpike = roc > spikeThreshold
bearishSpike = roc < -spikeThreshold
// === Plotting Signals ===
plotshape(bullishSpike, title="Bullish ROC Spike", location=location.belowbar,
color=color.green, style=shape.triangleup, size=size.small, text="Buy")
plotshape(bearishSpike, title="Bearish ROC Spike", location=location.abovebar,
color=color.red, style=shape.triangledown, size=size.small, text="Sell")
// === Alerts ===
alertcondition(bullishSpike, title="Bullish ROC Alert", message="🚀 ROC Spike UP Detected!")
alertcondition(bearishSpike, title="Bearish ROC Alert", message="🔻 ROC Spike DOWN Detected!")
EMA + CPR Buy/Sell Signalsautomated TradingView Pine Script for generating Buy/Sell signals based on the exact strategy you requested:
20 EMA & 50 EMA crossover
CPR levels (Pivot, Support, Resistance)
Optional: MACD & RSI filters
EMA + CPR Buy/Sell Signalsautomated TradingView Pine Script for generating Buy/Sell signals based on the exact strategy
20 EMA & 50 EMA crossover
CPR levels (Pivot, Support, Resistance)
Optional: MACD & RSI filters
4 EMA Modified [Ryu_xp] - Enhanced4 EMA Modified – Enhanced (Pine v6)
A highly configurable, four-line exponential moving average (EMA) overlay built in Pine Script v6. This indicator empowers traders to monitor short- and long-term trends simultaneously, with the ability to toggle each EMA on or off and adjust its period and data source—all from a single, inline control panel.
Key Features:
Pine Script v6: updated to leverage the latest performance improvements and language features.
Four EMAs:
EMA 3 for ultra-short momentum (white, medium line)
EMA 10 for short-term trend (light blue, thin line)
EMA 55 for intermediate trend (orange, thicker line)
EMA 200 for long-term trend (dynamic green/red, thickest line)
Inline Controls: Each EMA has its own checkbox, length input, and source selector arranged on a single line for fast configuration.
Dynamic Coloring: EMA 200 switches to green when price is above it (bullish) and red when price is below it (bearish).
Toggle Visibility: Enable or disable any EMA instantly without removing it from your chart.
Clean Overlay: All EMAs plotted in one pane; ideal for multi-timeframe trend confluence and crossover strategies.
Inputs:
Show/Hide each EMA
EMA Length and Source for periods 3, 10, 55, and 200
Usage:
Add the script to any price chart.
Use the inline checkboxes to show only the EMAs you need.
Adjust lengths and sources to fit your instrument and timeframe.
Watch for crossovers between EMAs or price interactions with EMA 200 to confirm trend shifts.
This open-source script offers maximum flexibility for traders seeking a customizable EMA toolkit in one simple overlay.
Linda MACD Divergence w/ Lines + Cam FilterThis is an improvement on the first. Pay around with the Diff setting and do some backtesting. you could try traditional macd settings but the Linda's divergence is the secret to this set up.
ADX Pro [Ryu_xp] - EnhancedADX Pro – Enhanced (Pine v6)
A modernized ADX indicator built in Pine Script v6, combining customizable trend-strength thresholds with optional DI plotting, candle coloring, and a built-in label table for at-a-glance readings. Designed to give traders precise entry signals and market-condition awareness in one clean pane.
Key Features:
Fully Updated to Pine v6: Leverages the latest Pine Script features for speed and reliability.
Adjustable Trend Levels: Define your own “Disinterest” (default 20) and “Strong Trend” (default 35) levels to suit any instrument or timeframe.
Monocolor Mode: Override dynamic coloring and choose a single ADX line color for a minimalistic look.
Optional +DI/–DI Plotting: Toggle directional indicators on or off without modifying the code.
Candle Coloring: Barcolors reflect current ADX strength zone, making trend bias instantly visible on price.
45° Direction Arrow: Easily read whether ADX is rising (↗) or falling (↘) without needing to inspect values.
Live Status Table: A compact, right-aligned table displays the current ADX value, arrow, and label “ADX” in a colored cell—fully resizable to your chart layout.
Built-in Alerts:
Strong Trend Alert when ADX ≥ trend level.
Disinterest Alert when ADX < range level.
Usage:
Apply to any chart on a clean pane (no extra indicators).
Configure “Disinterest” and “Trend” levels as desired.
Enable monocolor or DI plots if needed.
Watch live table and bar colors for quick decision-making.
Set up alerts to automate your strategy triggers.
Multi-Timeframe RSI Divergenceweekly RSI divergence indicator. marking are made on chart for bullish and bearish indication on charts. suggestion for improvement are welcomed for refinement.
Weekly RSI DivergenceMarks divergences on price and RSI on price chart. arrows arrears where DIVERGENCE occcure. green indicates bullish red is bearish. to be cross checked with price and used. any suggeston is welcome
Smooth Fibonacci BandsSmooth Fibonacci Bands
This indicator overlays adaptive Fibonacci bands on your chart, creating dynamic support and resistance zones based on price volatility. It combines a simple moving average with ATR-based Fibonacci levels to generate multiple bands that expand and contract with market conditions.
## Features
- Creates three pairs of upper and lower Fibonacci bands
- Smoothing option for cleaner, less noisy bands
- Fully customizable colors and line thickness
- Adapts automatically to changing market volatility
## Settings
Adjust the SMA and ATR lengths to match your trading timeframe. For short-term trading, try lower values; for longer-term analysis, use higher values. The Fibonacci factors determine how far each band extends from the center line - standard Fibonacci ratios (1.618, 2.618, and 4.236) are provided as defaults.
## Trading Applications
- Use band crossovers as potential entry and exit signals
- Look for price bouncing off bands as reversal opportunities
- Watch for price breaking through multiple bands as strong trend confirmation
- Identify potential support/resistance zones for placing stop losses or take profits
Fibonacci Bands combines the reliability of moving averages with the adaptability of ATR and the natural market harmony of Fibonacci ratios, offering a robust framework for both trend and range analysis.
Cash Market Volatility StrategyBCM - Baycam
Brakout signals based on voltality parameters -
Closing price
ATR - Average true range
RSI
EMA CCI SSL Buy Sell Signal [THANHCONG]📘 Full Description
🔍 Overview
This indicator combines three key technical elements to generate trend-based buy/sell signals:
EMA (Exponential Moving Averages), CCI (Commodity Channel Index), and the SSL Channel.
📊 Key Features:
✅ Multi-timeframe EMA alignment (8, 21, 89) to confirm trend direction
✅ CCI to detect short-term momentum shifts
✅ Higher Time Frame (HTF) SSL Channel integration for trend filtering
✅ Automatic HTF detection (Auto Mode) or manual timeframe selection
✅ On-chart visual signals with labels and clear color cues
✅ Signal info panel displaying real-time profit/loss percentage since entry
⚙️ Signal Logic
Buy Signal:
EMA 8 > EMA 21 > EMA 89 (strong uptrend)
Turbo CCI > 50 (bullish momentum)
Price crosses above HTF SSL upper band
Sell Signal:
EMA 8 < EMA 21 < EMA 89 (strong downtrend)
Turbo CCI < -50 (bearish momentum)
Price crosses below HTF SSL lower band
💡 Highlights:
Early signals: Displayed immediately once conditions are met (no candle close required)
Flexible HTF filtering (Auto/Manual option)
Optimized for use on 15-minute to 4-hour or daily charts
📌 How to Use:
Apply the indicator on charts from 15-minute timeframe and above
Watch for "Buy Signal" or "Sell Signal" labels to appear on the chart
Combine with your own analysis and trade management strategy
Optional: backtest on historical data for confirmation
⚠️ Disclaimer (as per TradingView policy):
This tool does not constitute financial advice or guarantee profits.
Users should test thoroughly and manage risk appropriately.
Past performance does not guarantee future results.
This script is original and manually coded, inspired by well-known methods, without direct copying from any other public or private source.
✅ Author & License:
Author: @ThanhCong_
License: Mozilla Public License 2.0
🙏 Thank you for using this indicator!
If you find it helpful, feel free to leave a comment, share it with others, or follow me for future updates and tools.
Happy and safe trading! 🚀📈..
Improved RSI with Divergence + Gradient + Trend HistogramThis will:
Restrict the y-axis to start at 0
Prevent any accidental -40 scale drops
You can now safely reintroduce the histogram bars without breaking the scale.
Let me know if you want to move the histogram to a separate pane or adjust its bar thickness/gradient.
MACDtechnical analysis. It consists of three components:
MACD Line: Calculated by subtracting the 26-period EMA from the 12-period EMA.
Signal Line: A 9-period EMA of the MACD Line (acts as a trigger).
Histogram: Visualizes the difference between the MACD and Signal lines.
Key interpretations:
Bullish Signal: When the MACD line crosses above the Signal line.
Bearish Signal: When the MACD line crosses below the Signal line.
Divergence: Price and MACD moving opposite directions may indicate trend reversal.
Developed by Gerald Appel in the 1970s, it combines trend and momentum analysis. Traders use it for entries/exits and confirming trends.
Chattes-Grid-Pivot You Can Customize:
Use anchor = pivotHigh if you're in a downtrend
Use math.avg(pivotHigh, pivotLow) to anchor from the midpoint of the range
Let me know if you want to:
Anchor from a fixed price like 1.3700
Automatically switch between pivotHigh/pivotLow based on trend direction
Label each grid line with its price
Chattes-SwingCount Chattes-SwingCount
// This indicator detects swings using a custom ZigZag algorithm and calculates:
// - Average pip movement per swing
// - Standard deviation of pip movement
// - Average number of candles per swing
// - Standard deviation of candle count
//
// The stats are displayed in a compact box at the top-right corner of the chart.
//
// An alert is triggered when a swing's pip size exceeds 1.5× the standard deviation,
// helping identify unusual volatility or significant market moves.
//
// Inputs allow customization of ZigZag detection parameters and swing sample size.
Kippi-VWAPVWAP with Premarket data, when available.
The settings are like the classic VWAP but you can toggle if you want or don't want the premarket data to be included.
I really hope this description is now long enough. Netanya Oleh
Price Change Indicatorit tells what is the current closing price of the day. how much it is down from previous close
1m EMA Background ColorEntry Color background indicator where when the 5 ema 1 min timeframe is above the 21 ema 1 min timeframe background is green and when 5 is below the 21 it is red. this can be used for long or short trading
ROC Spike Alert by Jaani//@version=5
indicator("ROC Spike Alert by Jaani", overlay=true)
// === Inputs ===
rocLength = input.int(9, title="ROC Length")
spikeThreshold = input.float(2.0, title="Spike Threshold (%)")
// === ROC Calculation ===
roc = 100 * (close - close ) / close
// === Spike Conditions ===
bullishSpike = roc > spikeThreshold
bearishSpike = roc < -spikeThreshold
// === Plot ROC on Separate Scale
plot(roc, title="ROC", color=color.blue, linewidth=1, display=display.none)
// === Signal Plotting on Chart ===
plotshape(bullishSpike, title="Bullish Spike", location=location.belowbar,
color=color.green, style=shape.triangleup, size=size.small, text="BUY")
plotshape(bearishSpike, title="Bearish Spike", location=location.abovebar,
color=color.red, style=shape.triangledown, size=size.small, text="SELL")
// === Alerts ===
alertcondition(bullishSpike, title="ROC Bullish Spike", message="ROC UP Spike Detected - BUY Signal")
alertcondition(bearishSpike, title="ROC Bearish Spike", message="ROC DOWN Spike Detected - SELL Signal")