Sins_RSI_7-14Sinsuci.
Relative Strength Index (RSI) is a popular momentum oscillator used in technical analysis to measure the speed and change of price movements. Developed by J. Welles Wilder, RSI oscillates between zero and 100 and is typically used to identify overbought or oversold conditions in a market. An RSI value above 70 is generally considered overbought, suggesting that the asset may be due for a pullback or correction, while an RSI value below 30 is seen as oversold, indicating a potential buying opportunity. Traders often use RSI in conjunction with other technical indicators to make more informed trading decisions. Additionally, RSI can help identify potential trend reversals, divergence, and confirmation of price movements, making it a versatile tool in a trader's arsenal.
Indicatori e strategie
ICT Algorithmic Macro Tracker° (Open-Source) by toodegreesthis gives the 30 min time macros by ict. the ict macros is defined from x:10-x:50 . (x stands for hour). But here I have modified it to x:45-x:15. This is based on my observation and made the changes. I have increased the time length from 20 mins to 30 mins
Turtle System Entries OnlyHere is a simple Pine Script v5 indicator that will plot entry signals on your TradingView chart using the same Turtle System rules (20-day breakout for entry, 10-day low for exit):
Precision Momentum Scalper//@version=5
indicator("Precision Momentum Scalper", overlay=true)
// Inputs
emaFastLen = input.int(50, title="EMA Fast")
emaSlowLen = input.int(200, title="EMA Slow")
rsiLen = input.int(14, title="RSI Length")
macdFast = input.int(12, title="MACD Fast")
macdSlow = input.int(26, title="MACD Slow")
macdSignal = input.int(9, title="MACD Signal")
// EMA
emaFast = ta.ema(close, emaFastLen)
emaSlow = ta.ema(close, emaSlowLen)
// RSI
rsi = ta.rsi(close, rsiLen)
// MACD
= ta.macd(close, macdFast, macdSlow, macdSignal)
// Volume Spike
vol = volume
volAvg = ta.sma(volume, 5)
// Buy and Sell Conditions
longCond = close > emaFast and emaFast > emaSlow and rsi > 30 and macdLine > signalLine and volume > volAvg
shortCond = close < emaFast and emaFast < emaSlow and rsi < 70 and macdLine < signalLine and volume > volAvg
plotshape(longCond, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.labelup, text="Buy")
plotshape(shortCond, title="Sell Signal", location=location.abovebar, color=color.red, style=shape.labeldown, text="Sell")
plot(emaFast, title="EMA 50", color=color.orange)
plot(emaSlow, title="EMA 200", color=color.blue)
Ema-Wma-RsiRSI x EMA x WMA Crossover Signals — Clean Entry Points
This indicator combines RSI with EMA and WMA to generate Buy/Sell signals. A Buy signal appears when RSI crosses above both EMA and WMA after being below them. A Sell signal occurs when RSI crosses below both EMA and WMA after being above them. It helps filter out noise and confirm momentum.
+ Visual triangle markers for clarity
+ No repainting
+ Great for confirmation and trend filtering
Volume Footprint Lite (AutoPos + Color)Volume Footprint Lite is a trading tool that shows how much buying and selling happened at each price level within a single candlestick. It helps traders see:
• Where buyers or sellers were more active
• If a breakout is real or fake
• Whether big players are entering or exiting positions
• Key support or resistance levels based on volume clusters
It provides more detailed information than normal volume bars and is useful for order flow analysis and precise entry/exit decisions.
Greer Value Yields Dashboard🧾 Greer Value Yields Dashboard – v1.0
Author: Sean Lee Greer
Release Date: June 22, 2025
🧠 Overview
The Greer Value Yields Dashboard visualizes and evaluates four powerful valuation metrics for any publicly traded company:
📘 Earnings per Share Yield
💵 Free Cash Flow Yield
💰 Revenue Yield
🏦 Book Value Yield
Each yield is measured as a percentage of current stock price and compared against its historical average. The script assigns 1 point per metric when the current yield exceeds its long-term average. The total score (0 to 4) is displayed as a color-coded column chart, helping long-term investors quickly assess fundamental valuation strength.
✅ Key Features
📊 Real-time calculation of 4 yield-based valuation metrics
⚖ Historical average tracking for each yield
🎯 Visual scoring system:
🟥 0–1 = Weak
🟨 2 = Neutral
🟩 4 = Strong (all metrics above average)
🎛️ Toggle visibility of each yield independently
🧮 Fully compatible with other Greer Financial Toolkit indicators
🛠 Ideal For
Long-term value investors
Dividend and cash-flow-focused investors
Analysts seeking clean yield visualizations
Greer Toolkit users combining with Greer Value and BuyZone
Swing S/R Entry Indicator (5m)Overview: This is a swing trading Indictor works using support & resistance and market trend, it is designed for all type of markets (crypto, forex, stock etc.) and works on all commonly used timeframes (preferably on 1H, 4H Candles).
How it works:
Core logic behind this indicator is to finding the Support and Resistance, we find the Lower High (LH) and Higher Low (HL) to find the from where the price reversed(bounced back) and also we use a custom logic for figuring out the peak price in the last few candles (based on the input "Strength" ). Based on the multiple previous Support and Resistance (HH, HL, LL LH) we calculate a price level, this price level is used a major a factor for entering the trade. Once we have the price level we check if the current price crosses that price level, if it crossed then we consider that as a long/short entry (based on whether it crosses resistance or support line that we calculated). Once we have pre long/short signals we further filter it based on the market trend to prevent too early/late signals, this trend is calculated based on the value from the input field "Factor". Along with this if we don't see a clear trend we do the filtering by checking how many support or resistance level the price has bounced off.
Stop Loss and Take Profit: We have also added printing SL and TP levels on the chart to make the it easier for everyone to find the SL/TP values. Script calculates the SL value by checking the previous support level for LONG trade and previous resistance level for SHORT trades. Take profit are calculated in 1:1 ratio as of now. can you amek a same indicator for 5 mins chart
Heiken Ashi Colors - Classic Candles ModificationDo you want to use Heiken Ashi candles but you prefer seeing the true prices and range of the normal candles? Here's the fix.
This simple indicator recolors the body of the bars to match the Heiken Ashi calculations. The borders and wicks will remain the same as the classic candles, but the body will reflect the Heiken Ashi trend.
As a bonus, I have added "Bullish" and "Bearish" candle identifiers, currently using aqua and purple, to show Heiken Ashi bullish candles with no lower shadow (aqua) and Heiken Ashi bearish candles with no upper shadow (purple).
I hope you find this useful.
Time Zone (UTC Aligned)Description: Time Zone (UTC Aligned) Session Highlighter
This indicator highlights a specific time window based on UTC time, allowing you to visualize consistent trading sessions across multiple assets — regardless of the exchange's local time zone.
Perfect for traders who:
Use the same strategy/session across different markets (e.g., NY session, London Open)
Trade multiple assets from exchanges with different time zones (e.g., Binance, OANDA, NYSE)
Want consistency when analyzing or backtesting global session-based strategies
🔧 Features:
Customizable start and end time in UTC
Clean background highlight during session
Works seamlessly across all symbols and timeframes
🕒 Example Use Cases:
Highlighting the London session (07:00–10:00 UTC)
Focusing on New York Open (13:30–16:00 UTC)
Identifying overlap zones or low-liquidity periods
EMA Crossover (20 & 50)Plots 20 EMA (orange) and 50 EMA (blue)
Highlights buy signals when the 20 crosses above the 50
Highlights sell signals when the 20 crosses below the 50
Custom Combined Indicator: ALMA + TMA + IchimokuA combination of Three indicators into One indicator .
- ALMA
- TMA
- ICHIMOKU
بو عمر//@version=5
indicator("بو عمر", overlay=true)
// SMA 1000 على إطار الدقيقة
sma_1min = request.security(syminfo.tickerid, "1", ta.sma(close, 1000), barmerge.gaps_off, barmerge.lookahead_on)
plot(sma_1min, title=" 1Min", color=color.blue, linewidth=2)
// SMA 1000 على إطار 5 دقائق
sma_5min = request.security(syminfo.tickerid, "5", ta.sma(close, 1000), barmerge.gaps_off, barmerge.lookahead_on)
plot(sma_5min, title=" 5Min", color=color.orange, linewidth=2)
// SMA 1000 على إطار 15 دقيقة
sma_15min = request.security(syminfo.tickerid, "15", ta.sma(close, 1000), barmerge.gaps_off, barmerge.lookahead_on)
plot(sma_15min, title=" 15Min", color=color.green, linewidth=2)
// ====== Labels ======
// نستخدم var حتى لا تُعاد إنشاء الملصقات كل شمعة، بل يتم تحديث موقعها فقط
var label lbl_1min = label.new(x=na, y=na, text="1Min", style=label.style_label_left, color=color.blue, textcolor=color.white)
label.set_xy(lbl_1min, bar_index, sma_1min)
label.set_text(lbl_1min, "1Min ")
label.set_color(lbl_1min, color.blue)
var label lbl_5min = label.new(x=na, y=na, text="5Min", style=label.style_label_left, color=color.orange, textcolor=color.white)
label.set_xy(lbl_5min, bar_index, sma_5min)
label.set_text(lbl_5min, "5Min")
label.set_color(lbl_5min, color.orange)
var label lbl_15min = label.new(x=na, y=na, text="15Min ", style=label.style_label_left, color=color.green, textcolor=color.white)
label.set_xy(lbl_15min, bar_index, sma_15min)
label.set_text(lbl_15min, "15Min ")
label.set_color(lbl_15min, color.green)
15m Engulfing MA Signal + Labelstrial script with changes required, difficult as of now to plot in chart with buy and sell signals
Cruce EMA + MACD + Alertas
🔔 EMA Crossover + MACD + RSI + Volume Strategy for High-Probability Buy Signals
Description:
This script is designed to detect solid buy opportunities in U.S. equities by combining multiple technical and volatility-based filters for higher precision:
- **Bullish crossover of EMAs (15 vs 28)** on the 4H chart
- **MACD confirmation** with bullish signal line crossover
- **Daily RSI between 30 and 70** to avoid overbought/oversold extremes
- **Minimum daily volume of 1 million shares**
- **Weekly volatility greater than 2%**
- Signals only appear in stocks showing a **bullish trend background**
When all conditions are met, the script displays a **green “BUY” label** below the candle and can also **trigger an automatic alert** if configured.
Perfect for technical traders looking for clean entries with multi-layered confirmations. Apply this script to a watchlist pre-filtered through TradingView’s Screener (e.g., Strong Buy, Buy, or Neutral analyst ratings).
---
Let me know if you want me to tailor it further for algo traders, swing traders, or even for a backtest version!
AbuSaad – Multi-Timeframe EMA Radar📡 Multi-Timeframe EMA Alert Indicator
✅ Supports EMA 9 / 20 / 50 / 100 / 200
✅ Works on 5m, 15m, 1h, 4h, and 30h timeframes
✅ Triggers alerts when price approaches any EMA within a $3 range
✅ Ideal for scalping and short-term trading
🚀 تم تطويره من أبو سعد
SM/CENKER - MACD + EMA 200 MTF Trend Panel📊 SM/CENKER - MACD + EMA 200 MTF Trend Panel
This advanced indicator combines the power of MACD momentum, EMA 200 trend filter, and volume confirmation to generate clean buy/sell signals, all while adapting to multi-timeframe (MTF) trend context.
🔍 Key Features:
✅ Multi-Timeframe EMA 200: Analyze higher timeframe trend while trading on your current chart.
📈 Buy/Sell Signals: Triggered only when MACD crossover aligns with the MTF trend direction and volume spike confirms the move.
🟢 Trend Coloring: EMA 200 line dynamically turns green in uptrend and red in downtrend.
🧭 Trend Panel: Top-right dashboard showing real-time trend direction and volume status.
📍 Minimalist Labels: Clean, modern BUY/SELL labels directly on the chart for easy spotting.
🕹️ Fully customizable font size and timeframe settings.
🚨 Ideal for traders looking for trend-following momentum entries with volume validation, and clean visual support.
⚠️ Disclaimer: This script is intended for educational purposes only and not for financial advice or commercial use.
Candlestick + Pivot + VWAP Confluence Detector"Candlestick + Pivot + VWAP Confluence Detector" is a precision price action tool designed for intraday and swing traders who rely on high-probability trade setups around key market levels.
This indicator automatically detects powerful candlestick reversal patterns — like Bullish & Bearish Engulfing — and only marks them when they occur near major Pivot Points or the VWAP (Volume Weighted Average Price), where market reactions are statistically more significant.
XAUUSD Fake Breakout Reversal Strategy - SunAlgoXAUUSD Fake Breakout Reversal Strategy | Intraday Gold Scalper
Created by SunAlgo
This indicator is built for intraday XAUUSD (Gold/USD) traders who want to capitalize on fake breakouts and liquidity traps during the high-volatility London–New York session overlap.
🚀 Key Features:
Automatically plots the Asian session high and low (00:00–08:00 UTC).
Detects false breakouts (liquidity sweeps) beyond the session range.
Confirms reversals using bullish/bearish engulfing candles.
Provides clean Buy (🔼) and Sell (🔽) signals directly on the price chart.
📈 Strategy Summary:
Gold often makes deceptive breakouts post-Asian session to trap traders.
This indicator captures those moves and signals potential reversals based on pure price action.
Best used on 15-minute charts during London–New York overlap.
🧠 Trading Guidelines:
Wait for the Asian range to be drawn after 08:00 UTC.
Look for price to break the range and close back inside.
Enter trades at signal candles with appropriate SL/TP levels.
⚠️ Disclaimer:
This indicator is for educational purposes only. Always apply risk management and confirm signals with your own judgment.
Bollinger Bands Breakout SignalsBollanger Band Breaks
Buy signal = Price Above Bands
Sell Signal = Price Below Bands