Essa - Yearly High, Low & MidYearly High, Low & Midpoint Indicator
This TradingView indicator helps traders track key yearly price levels by plotting the high, low, and midpoint values for each year within a user-specified range.
Features & Functionality:
Automatic Yearly Calculation: Determines the highest and lowest price for each year and computes the midpoint as their average.
Clear & Customisable Visuals:
The Yearly High is plotted as a solid green line.
The Yearly Low appears as a solid red line.
The Midpoint is displayed as a blue dashed line for easy distinction
Detailed Labels:
Each level is labeled at the far right of the chart, showing the year, level type (High, Low, or Mid), and price (e.g., 2016 High - 1.20000).
Labels are right-aligned in white, ensuring clear visibility against any background.
This indicator is perfect for traders who rely on long-term technical analysis, providing a quick and structured way to visualise significant yearly price levels.
Motifs graphiques
SMA con cambio de color y órdenesEstrategia de medias móviles pueden cambiarse datos de fichas y media. Simples. Pero. SMA con cambio de color y órdenes
Nimu Market on Paper
Multi-Timeframe Analysis Tool is a powerful visual aid for identifying trends, reversals, and key price movements across multiple timeframes — particularly useful for intraday traders and those using technical analysis strategies
Timeframes & Data Collection:
The script tracks multiple timeframes (1m, 5m, 15m, 30m, 1H, 2H, 4H, 8H), storing their open, high, low, and close prices in arrays (trdh, trdc, trdo, trdl).
It uses request.security() to fetch these values for the current symbol and specified timeframes
.
User Inputs:
Base Timeframe: Chooses the primary timeframe for analysis.
Bar Count: Determines how many bars to display.
Border Thickness: Sets the visual thickness of box borders.
Colors: Configurable for bullish, bearish, background, and borders
Visual Elements:
Dynamic Boxes: Drawn using box.new(), these illustrate the range between high and low prices with the percentage change displayed inside.
Candlestick Plots: Rendered for each tracked timeframe using plotcandle(), colored according to bullish or bearish price action and styled based on timeframe scaling.
Regression Line: A linear regression line plotted over the selected timeframe’s close prices to capture trend direction.
Logic & Presentation:
Determines the right timeframe index based on user input (base).
Calculates percentage change from high to low and visualizes it with shaded boxes.
Automatically deletes older boxes to maintain clarity.
Customizes candle appearance based on timeframe granularity.
Morning & Evening Star Pattern (No Inside Candle)morning star and evening star for buying and selling by prudentfx
RSI Reversal Alerts//@version=5
indicator("RSI Reversal Alerts", overlay=false)
// 🛠️ กำหนดค่าตัวแปร
rsiLength = input(14, title="RSI Length") // ตั้งค่า Period ของ RSI
rsiOverbought = input(52, title="RSI Overbought Level") // ระดับ RSI ขาลง
rsiOversold = input(48, title="RSI Oversold Level") // ระดับ RSI ขาขึ้น
// 📈 คำนวณค่า RSI
rsiValue = ta.rsi(close, rsiLength)
// 🔍 ตรวจจับสัญญาณกลับตัว
bullishSignal = ta.crossover(rsiValue, rsiOverbought) and ta.lowest(rsiValue, 5) < rsiOversold
bearishSignal = ta.crossunder(rsiValue, rsiOversold) and ta.highest(rsiValue, 5) > rsiOverbought
// 🔔 ตั้งค่า Alert Condition
alertcondition(bullishSignal, title="Bullish RSI Reversal", message="RSI crossed above 52 after being below 48!")
alertcondition(bearishSignal, title="Bearish RSI Reversal", message="RSI crossed below 48 after being above 52!")
// 🎯 แสดงสัญญาณบนกราฟ
plot(rsiValue, title="RSI", color=color.blue)
hline(rsiOverbought, "Overbought Level", color=color.red)
hline(rsiOversold, "Oversold Level", color=color.green)
// 🔵 เพิ่มสัญลักษณ์บนกราฟ
plotshape(series=bullishSignal, location=location.bottom, color=color.green, style=shape.labelup, title="Bullish Signal")
plotshape(series=bearishSignal, location=location.top, color=color.red, style=shape.labeldown, title="Bearish Signal")
Heikin-Ashu IndicatorHarshubh strategy etuihetuiaehfguoishguiwheuiqwfhuihgwuirsguiwhfuhwesguiaeuihguisrhguiaeg
Stochastic RSI K-Line Alertsentry indicator on the 15min timeframe. For use only after confirmation on higher timeframe
5 Consecutive Candle Alert Multi-TimeframeMaximize your trading strategy with our sophisticated "5 Consecutive Candle Alert Multi-Timeframe" indicator, designed for the TradingView platform using Pine Script version 6. This custom indicator is meticulously crafted to monitor five consecutive green or red candles across multiple key timeframes, including 1-minute, 5-minute, 15-minute, 1-hour, and 4-hour charts.
**Key Features:**
- **Multi-Timeframe Analysis:** Simultaneously tracks and alerts on consecutive candle patterns across five different timeframes, providing a comprehensive view of market momentum and trend consistency.
- **Custom Alerts:** Receive real-time notifications when five consecutive green or red candles close on any of the specified timeframes. These alerts are tailored to keep you abreast of significant market movements, enabling timely and informed trading decisions.
- **Easy Visualization:** Uses distinct plotting features to clearly mark the occurrence of these patterns directly on your trading chart. Green labels below the bar indicate a bullish streak, while red labels above the bar denote a bearish streak, making it visually intuitive.
- **Precision and Confirmation:** Integrates Pine Script's `barstate.isconfirmed` to ensure alerts are based on fully formed candles, adding an extra layer of precision to your trading signals.
**Ideal for Traders Who:**
- Are momentum or trend traders looking for clear signals of market continuation or potential exhaustion.
- Want to enhance their trading decisions by analyzing behavior across multiple timeframes from a single chart.
- Prefer to be alerted about significant events without the need to constantly monitor the charts.
**How to Use:**
Simply add this script to your TradingView chart, customize the alert settings in the TradingView UI according to your preferences, and start receiving alerts that help you capitalize on market movements efficiently and effectively.
Leverage the power of advanced scripting to make your trading as proactive and responsive as possible. Try out our "5 Consecutive Candle Alert Multi-Timeframe" indicator today and experience a significant improvement in your trading approach!
NeoWave cash data by MikhepoolThe NeoWave Chart: indicator is a technical analysis tool designed to visualize significant price movements by drawing dynamic lines between key highs and lows on the chart. Using a user-defined resolution, the indicator identifies new bars and connects the highest high and lowest low within each segment, updating the lines in real-time as new data becomes available. All lines are rendered in black, providing a clean and consistent visual representation of price action without color-coded directional bias. This tool is particularly useful for traders and analysts employing NeoWave theory or similar methodologies, as it helps identify structural patterns and trends in the market.
Simple Gap IndicatorThe Simple Gap Indicator is a powerful tool designed to detect and visualize price gaps in the market, helping traders identify key levels of support and resistance. Whether you're analyzing gap-up or gap-down scenarios, this indicator provides clear visual cues to enhance your trading decisions.
Key Features:
Gap Detection: Automatically identifies gap-up and gap-down events based on user-defined sensitivity.
Customizable Display Styles: Choose between lines or boxes to represent gaps visually, depending on your preference.
Extend Options: Control how far the lines or boxes extend on the chart (None, Right, Left, Both).
User-Friendly Inputs: Adjust the number of bars to examine and sensitivity to gap size for precise customization.
Dynamic Visualization:
Gap-Up Events: Highlighted in green for easy identification of bullish gaps.
Gap-Down Events: Highlighted in red for bearish gaps.
Machine Learning + EMA StrategyMachine Learning + EMA Strategy (kNN Algorithm)
📌 Overview
This strategy combines Exponential Moving Averages (EMA) with a Machine Learning-based k-Nearest Neighbors (kNN) algorithm to enhance trade accuracy. It dynamically adjusts entry and exit points based on market trends and historical price action.
🛠️ How It Works
✅ Uses 9 EMAs (8, 14, 20, 26, 32, 38, 44, 50, 200) to identify trends.
✅ Employs kNN (k-Nearest Neighbors) classification to predict price movement.
✅ Auto-closes previous trades before opening a new one to prevent overlap.
✅ Plots a real-time prediction indicator to visualize market conditions.
🎯 Trade Logic
🔵 Buy Signal → When EMA 8 crosses above EMA 50, and the kNN prediction is positive.
🔴 Sell Signal → When EMA 8 crosses below EMA 50, and the kNN prediction is negative.
🚀 Why Use This Strategy?
✅ Machine Learning-Powered: Uses kNN for data-driven decisions.
✅ Trend-Following & Adaptive: EMAs filter out market noise.
✅ Automatic Position Management: No overlapping trades.
✅ Customizable Parameters: Suitable for multiple asset classes.
⚠️ Disclaimer
This strategy is for educational purposes only and should be backtested before live trading. Past performance does not guarantee future results.
Quarterly EMA StrategyThis strategy is designed for quarterly swing trading in Indian stock futures (Top 50 liquid stocks). It focuses on pullbacks to key EMAs (10 & 21) with RSI confirmation to capture high-probability long trades. The goal is to generate consistent profits with a structured entry, exit, and stop-loss system while minimizing risk.
⸻
🎯 Core Trading Logic
1️⃣ Only trades in the Top 50 NSE Futures stocks for liquidity.
2️⃣ Entry: When the quarterly candle pulls back to the 10 EMA or 21 EMA, and RSI is below 40.
3️⃣ Exit Rules:
• Quick Exit: If the stock gains 8-10% in a single day, exit immediately.
• EMA Separation Exit: If the stock moves too far from 10 EMA on the daily chart, exit and re-enter later.
4️⃣ Stop Loss:
• If the gap between 10 EMA & 21 EMA is large, a 15% stop-loss is placed below the moving average.
5️⃣ Re-entry Strategy: If exited early, re-enter on daily pullback to the 10 EMA when price stabilizes.
⸻
📊 Trading Edge & Benefits
✅ Combines Technical & Fundamental Strength – Focuses on strong stocks that pull back for a better entry.
✅ Uses EMAs for Trend Confirmation – Ensures the stock is still bullish before entering.
✅ RSI Confirmation – Avoids chasing stocks by entering at logical retracements.
✅ Risk Management Built-In – Uses dynamic stop-loss and exit triggers to protect capital.
✅ Quarterly Structure – Provides a low-effort, high-accuracy trading approach for high conviction trades.
⸻
🛠️ How to Use This Strategy on TradingView?
1️⃣ Apply the script to TradingView by copying and pasting it into the Pine Script Editor.
2️⃣ Set Alerts for Entries & Exits – Get notified when a trade is triggered.
3️⃣ Use with NSE Futures – Stick to the Top 50 futures stocks for best results.
4️⃣ Monitor Daily Charts – Exit manually if price moves away too fast from the 10 EMA.
5️⃣ Backtest & Adjust Risk – Customize SL and profit targets based on your risk appetite.
⸻
🚀 Profit Potential & Expectations
🔹 Target: ₹1.25 lakh per stock per quarter using this strategy.
🔹 Works best with large-cap, high-volume futures stocks.
🔹 Expected win rate: 65-75% (based on backtests).
🔹 Requires discipline & patience to wait for ideal setups.
Two-Candle Highs & LowsSimple indicator which highlights highs and lows as two-candle reversal patterns:
1. High pattern : A bullish candle followed by a bearish candle, marking the highest price of the two.
2. Low pattern : A bearish candle followed by a bullish candle, marking the lowest price of the two.
It draws horizontal lines at the high/low levels, making it useful for price action analysis such as identifying potential reversals or support/resistance zones.
1-3-1 Detector with LevelsTHIS IS NOT A INDICATOR, THIS SCRIPT IS MADE PURELY FOR ALERTS. YOU WILL NOT SEE ANYTHING ON YOUR CHART. YOU WILL ADD IT TO YOUR CHART AND GET A BLACK BOX UNDER YOUR CHART BUT YOU CAN JUST HIDE IT. YOU WILL ONLY USE THE SCRIPT ON ALERTS TO DETECT 1-3-1 SETUPS ON THE 12 HR TIME FRAME. IF YOU DO NOT KNOW WHAT THE 1-3-1 SETUP IS THEN DO NOT USE THE SCRIPT. INSTRUCTIONS BELOW SHOW YOU HOW TO SETUP THE ALERT USING THIS SCRIPT. ONCE AGAIN THIS SCRIPT IS PURELY JUST AN ALERT SCRIPT FOR 1-3-1 SETUPS THAT TRIGGER EVERY TRADING DAY WHEN AFTER MARKET CLOSES. MESSAGE ME FOR ANY QUESTIONS. THIS WARNING IS MADE FOR TRADINGVIEW SO THEY DO NOT HIDE MY SCRIPT AND BAN ME FOR WHATEVER REASON.
When you apply this script to your chart you must do the following to get alerts.
1. Apply to chart
2. Make sure you are on the 12HR time frame on the stock you want to detect the setup
3. Go to alerts and make a new alert with this script and the specific stock. (it will not work with watchlist because the watchlist feature is bugged, so it has to be a specific stock)
4. On the alert UI make sure you click
Condition - 1-3-1 Levels
(under that you will click 1-3-1 setup alert)
Trigger - Once per bar close
Expiration - open ended
5. Make sure not to touch anything else, the code will automatically detect the stock its tracking.
6. Change notifications to what you prefer.
7. Enjoy, at 8pm EST if there is a valid 1 in a 1-3-1 setup it will notify you and give you the levels you need to chart.
Jitesh-jain-Ultimate-Silver//@version=6
indicator('Jitesh-jain-Ultimate-Silver', overlay = true)
// Define the 200 EMA
ema200 = ta.ema(close, 200)
// Create an input for the threshold value, allowing manual adjustment
threshold = input.int(150, title="Proximity Threshold", minval=1)
// Condition for Green Alert (Candle close is near and above the EMA)
greenCondition = close >= ema200 - threshold and close <= ema200 + threshold
// Condition for Red Alert (Candle close is near and below the EMA)
redCondition = close >= ema200 - threshold and close <= ema200 + threshold
// Define the RSI length
rsiLength = 50
// Get RSI from Daily and 4-Hour Timeframes using `request.security`
rsiDaily = request.security(syminfo.tickerid, 'D', ta.rsi(close, rsiLength))
rsi4H = request.security(syminfo.tickerid, '240', ta.rsi(close, rsiLength))
// Calculate RSI for the current timeframe
rsiCurrent = ta.rsi(close, rsiLength)
// Define an SMA period for the RSI
smaRSILength = 14 // You can adjust this length
smaRSI = ta.sma(rsiCurrent, smaRSILength) // Calculate the SMA of the current RSI
// Define Big Volume Condition
length = 20 // Look-back period for average volume
avgVolume = ta.sma(volume, length) // Average volume over 'length' periods
bigVolumeCondition = volume > avgVolume * 2 // Big volume is 2x the average volume
// Plot the EMA on the chart
plot(ema200, color = color.blue, linewidth = 2, title = 'EMA 200')
// Trigger the alert conditions for green and red alerts
alertcondition(greenCondition, title = 'Green Got', message = 'Green Got: Candle Close is Above EMA 200 and Candle Close is within 150 points.')
alertcondition(redCondition, title = 'Red Got', message = 'Red Got: Candle Close is Below EMA 200 and Candle Close is within 150 points.')
// Trigger the alert condition for big volume
alertcondition(bigVolumeCondition, title = 'Big Volume', message = 'Big Volume: Volume is greater than 2x the average volume.')
// Optional: Highlight the conditions with background color for visual assistance
bgcolor(greenCondition ? color.new(#00db07, 90) : na)
bgcolor(redCondition ? color.new(#ff0000, 90) : na)
bgcolor(bigVolumeCondition ? color.new(#0000ff, 90) : na) // Highlight the big volume condition with blue background
// Plot RSI values for Daily and 4-Hour Timeframe
plot(rsiDaily, color = color.blue, title = 'RSI Daily', linewidth = 2)
plot(rsi4H, color = color.red, title = 'RSI 4H', linewidth = 2)
// Plot the current RSI and its SMA
plot(rsiCurrent, color = color.green, title = 'Current RSI', linewidth = 1)
plot(smaRSI, color = color.orange, title = 'SMA of RSI', linewidth = 2)
Scalping Indicator - Temporalidad 5MTítulo: Indicador de Scalping Multiuso - Volumen, Order Blocks y Zonas Clave
Descripción:
Este script es una herramienta avanzada diseñada específicamente para traders de scalping en los mercados financieros, ideal para operar en los gráficos de 1M y 5M. El indicador combina múltiples elementos clave para identificar oportunidades de compra y venta de alta calidad, maximizando las probabilidades de éxito.
Funcionalidades principales:
Análisis basado en Volumen: Detecta anomalías en el volumen para confirmar la validez de las señales.
Identificación automática de Order Blocks: Encuentra zonas de consolidación y cambios clave en la estructura del precio.
Zonas de Soporte y Resistencia: Utiliza pivotes altos y bajos para marcar niveles críticos del mercado.
Señales claras de Compra/Venta: Genera alertas visuales en puntos estratégicos, acompañadas de niveles predefinidos de entrada, Stop Loss y Take Profit.
Gestión de Riesgos Optimizada: Configura automáticamente un Stop Loss de 250 pips y un Take Profit mínimo de 1000 pips, tanto para compras como para ventas.
Visualización:
Líneas codificadas por colores para facilitar la interpretación:
Azul: Nivel de entrada.
Rojo: Stop Loss.
Verde: Take Profit.
Este indicador es ideal para quienes buscan operaciones rápidas y eficientes, respaldadas por un análisis técnico confiable. ¡Optimiza tu estrategia de trading con este potente indicador!
Title of Chart [Unitah]Title of Chart
A simple yet effective TradingView indicator designed to enhance your charting experience by displaying essential information directly on your charts.
Key Features:
✅ Customizable Title & Subtitle – Add a personalized title and subtitle to your chart. Customize text, color, size, and alignment to match your preferences.
✅ Date, Symbol & Timeframe Display – Easily view the current trading symbol, timeframe, and date directly on your chart. Customize the position, color, and text size for clear visibility.
✅ Flexible Positioning – Adjust the placement of the title, subtitle, and symbol information anywhere on the chart (top, middle, bottom, left, center, or right).
This indicator is particularly useful for traders who frequently save or share their charts, ensuring that every chart includes clear and professional-looking labels.
Strategia MA a Tre Linee - Timeframe 3 MinutiStrategia MA a Tre Linee (3 Minuti) è un sistema basato sull'incrocio di tre medie mobili con gestione del rischio semplificata. Ecco i punti chiave:
Logica di Entrata
Long: Doppio crossover ascendente (MA 9 > MA 21 > MA 50).
Short: Doppio crossover discendente (MA 9 < MA 21 < MA 50).
(Conferma di trend forte tramite allineamento progressivo delle medie)
Gestione Uscite
Stop Loss fisso: 1% dal prezzo d'entrata.
Take Profit fisso: 2% dal prezzo d'entrata.
(Rapporto rischio/rendimento 1:2)
Caratteristiche
Opera sul timeframe 3 minuti.
Alloca il 10% del capitale per trade.
Visualizza le 3 MA (9/21/50 periodi) sul grafico.
Vantaggio: Segnale chiaro grazie alla tripla conferma delle medie.
Limite: Assenza di filtri aggiuntivi (volume, volatilità) e stop dinamici.