NEIROCTO Impulse Watcher (Alert Ready)//@version=5
indicator("NEIROCTO Trap Watcher (Downside Alert)", overlay=true)
// === Условия ===
rsi = ta.rsi(close, 14)
rsi_down = rsi < ta.sma(rsi, 5)
volatility = math.abs(close - close ) / close * 100
volatility_trigger = volatility > 3
volume_sma = ta.sma(volume, 20)
volume_up = volume > volume_sma
// === Сигнал ===
condition = rsi < 40 and rsi_down and volatility_trigger and volume_up
// === Графика ===
bgcolor(condition ? color.new(color.red, 85) : na)
plotshape(condition, title="DROP Signal", location=location.abovebar, color=color.red, style=shape.labeldown, text="⚠️")
// === Алерт ===
alertcondition(condition, title="⚠️ NEIROCTO: Возможен откат!", message="⚠️ NEIROCTO: RSI ↓, Волатильность >3%, объёмы растут. Возможен откат!")
指標和策略
NEIROCTO Impulse Watcher (Alert Ready)//@version=5
indicator("NEIROCTO Combo Watcher (Pump vs Dump)", overlay=true)
// === RSI и его производные ===
rsi = ta.rsi(close, 14)
rsi_sma = ta.sma(rsi, 5)
rsi_up = rsi > rsi_sma
rsi_down = rsi < rsi_sma
// === Волатильность ===
volatility = math.abs(close - close ) / close * 100
volatility_trigger = volatility > 3
// === Объёмы ===
volume_sma = ta.sma(volume, 20)
volume_up = volume > volume_sma
// === Условие пампа ===
pump_condition = rsi > 45 and rsi_up and volatility_trigger and volume_up
// === Условие отката ===
dump_condition = rsi < 40 and rsi_down and volatility_trigger and volume_up
// === Фон ===
bgcolor(pump_condition ? color.new(color.green, 85) : na)
bgcolor(dump_condition ? color.new(color.red, 85) : na)
// === Метки ===
plotshape(pump_condition, title="🚀 PUMP Signal", location=location.belowbar, color=color.green, style=shape.labelup, text="🚀")
plotshape(dump_condition, title="⚠️ DUMP Signal", location=location.abovebar, color=color.red, style=shape.labeldown, text="⚠️")
// === Алерты ===
alertcondition(pump_condition, title="🚀 NEIROCTO: Возможен памп!", message="🚀 RSI ↑, Волатильность >3%, Объёмы высокие — возможен памп!")
alertcondition(dump_condition, title="⚠️ NEIROCTO: Возможен откат!", message="⚠️ RSI ↓, Волатильность >3%, объёмы растут — возможен откат!")
NEIROCTO Impulse Watcher (Alert Ready)//@version=5
indicator("NEIROCTO Combo Watcher (Pump vs Dump)", overlay=true)
// === RSI и его производные ===
rsi = ta.rsi(close, 14)
rsi_sma = ta.sma(rsi, 5)
rsi_up = rsi > rsi_sma
rsi_down = rsi < rsi_sma
// === Волатильность ===
volatility = math.abs(close - close ) / close * 100
volatility_trigger = volatility > 3
// === Объёмы ===
volume_sma = ta.sma(volume, 20)
volume_up = volume > volume_sma
// === Условие пампа ===
pump_condition = rsi > 45 and rsi_up and volatility_trigger and volume_up
// === Условие отката ===
dump_condition = rsi < 40 and rsi_down and volatility_trigger and volume_up
// === Фон ===
bgcolor(pump_condition ? color.new(color.green, 85) : na)
bgcolor(dump_condition ? color.new(color.red, 85) : na)
// === Метки ===
plotshape(pump_condition, title="🚀 PUMP Signal", location=location.belowbar, color=color.green, style=shape.labelup, text="🚀")
plotshape(dump_condition, title="⚠️ DUMP Signal", location=location.abovebar, color=color.red, style=shape.labeldown, text="⚠️")
// === Алерты ===
alertcondition(pump_condition, title="🚀 NEIROCTO: Возможен памп!", message="🚀 RSI ↑, Волатильность >3%, Объёмы высокие — возможен памп!")
alertcondition(dump_condition, title="⚠️ NEIROCTO: Возможен откат!", message="⚠️ RSI ↓, Волатильность >3%, объёмы растут — возможен откат!")
Stock Performance Dashboard + Sector PerformanceThis indicator, Stock Performance Dashboard + Sector Performance, provides a comprehensive visual analysis of both individual stock performance and sectoral trends directly on your TradingView chart.
Key Features:
Performance Dashboard Table:
Displays the stock’s returns over multiple timeframes (1, 5, 10, 20, 50, 200 days) and compares them to a selected benchmark index (default: NIFTYMIDSML400).
Highlights whether the stock is outperforming the index for each period, shows the difference in performance, and includes an RSI (Relative Strength Index) column for additional momentum insight.
Calculates and displays a “conviction” score and level based on how often the stock outperforms the index across periods.
Sector Performance Table:
Ranks and displays the top-performing sectors from a predefined list of major NSE sector indices over four key periods (1D, 5D, 30D, 50D).
For each period, the top 5 sectors are shown, with color-coded performance for quick visual assessment.
Customization:
Includes options for dark/light mode, table size, position, and which columns to display.
Supports a compact “mini mode” for simplified visualization.
Usage:
This tool is ideal for traders and investors who want a quick, at-a-glance comparison of a stock’s short- and long-term momentum versus its benchmark, as well as a live snapshot of sector rotation and leadership in the Indian market. All data is presented in clear, color-coded tables for actionable decision-making.
2025 Stratejik Sinyal İndikatörüThe strategy indicator, which generates buy-sell signals on the chart and can set alarms for indicators such as Supertrend, RSI, Stochastic RSI, Squeeze Momentum, MACD, 10 Moving Average and Price indicator PPO, will guide you while trading.
MT Daily ZonesMT Daily Zones
A precision market structure tool from Mindfluential Trading, combining daily CPR, PDH/PDL zones, EMAs/SMAs - all optimized for intraday traders.
🔹 Core Features
🔵 CPR (Central Pivot Range)
Plots Pivot, TC, and BC from the previous day
Helps define the market's fair value zone and compression/breakout areas
Royal blue color ensures clarity on both light and dark themes
🟠 PDH / PDL Zones
Accurately plots Previous Day’s High and Low
Useful for breakout scalps, reversal traps, and trend continuation setups
🟢 Smart Trend Filters
Toggle EMAs (8, 20, 50) and SMAs (50, 100, 200)
Smooth color-coded display for dynamic trend alignment
✅ Clean Visuals. Real Structure. No Clutter.
⚠️ Disclaimer
This indicator is for educational purposes only. Do your own research before making trading decisions.
May 27
Release Notes
MT Daily Zones
A precision market structure tool from Mindfluential Trading, combining daily CPR, PDH/PDL zones, EMAs/SMAs - all optimized for intraday traders.
🔹 Core Features
🔵 CPR (Central Pivot Range)
Plots Pivot, TC, and BC from the previous day
Helps define the market's fair value zone and compression/breakout areas
Royal blue color ensures clarity on both light and dark themes
🟠 PDH / PDL Zones
Accurately plots Previous Day’s High and Low
Useful for breakout scalps, reversal traps, and trend continuation setups
🟢 Smart Trend Filters
Toggle EMAs (8, 20, 50) and SMAs (50, 100, 200)
Smooth color-coded display for dynamic trend alignment
✅ Clean Visuals. Real Structure. No Clutter.
⚠️ Disclaimer
This indicator is for educational purposes only. Do your own research before making trading decisions.
Stock World 23.0Stock World is an authorised training partner of BFSI Sector skill council of India ...
We have our own trademark...
if you want to use this indicator then you should have proper strategy , money management & hedging ...
all the best
MACD Candle HighlightCandle close above previous low and MACD negative crossover state can be sell signal
and vice versa... higher time frame view is important to follow this
Señal Divina 2If 1 point is worth \$12.50, you're trading the **E-mini S\&P 500 Futures (symbol: ES)**. Each tick is 0.25 points and worth \$12.50, so 1 full point = 4 ticks = \$50. This means you're trading 1 contract of ES, not the Micro (MES), which is only \$1.25 per tick.
If 1 point is worth \$12.50, you're trading the **E-mini S\&P 500 Futures (symbol: ES)**. Each tick is 0.25 points and worth \$12.50, so 1 full point = 4 ticks = \$50. This means you're trading 1 contract of ES, not the Micro (MES), which is only \$1.25 per tick.
Asset Statistics Analysis 📊📊 Asset Drawdown Statistics — Full Analysis & Recommendation Tool
This indicator provides an in-depth statistical analysis of an asset’s drawdown behavior over a custom period and offers dynamic trade recommendations based on price action and moving average alignment.
🔍 Main Features:
✅ Drawdown Classification: Real-time classification of the current drawdown into 4 levels:
🟢 Low
🟡 Moderate
🟠 High
🔴 Critical
(Levels are calculated dynamically based on the asset's max drawdown in the selected period.)
⏱️ Average & Max Durations: Tracks how long the asset stays in each drawdown level on average and records the longest streaks (in bars).
📈 Dynamic Price Thresholds: Visual lines on the chart show key drawdown levels derived from peak equity.
📋 Statistical Dashboard: A floating table shows:
Current drawdown and classification
Time spent in each drawdown level (percentage)
Average and max duration per level
Live recommendation based on drawdown context and MA trend
📌 Trade Recommendations:
Based on the current drawdown + position relative to 3 moving averages (SMA):
🟢 Strong Buy / Buy
🟡 Accumulate / Hold
🟠 Reduce
🔴 Sell / Strong Sell
⚙️ Inputs:
Drawdown Period: Defines the number of bars used for peak drawdown calculation
3 customizable moving averages: Short / Medium / Long
✅ How to Use:
Use the drawdown classification to assess long-term risk phases.
Check the "Recommendation" box for guidance on timing entries/exits.
Combine with your own strategy or trend-following approach.
⚠️ Disclaimer
This script is provided for educational and informational purposes only and does not constitute financial, investment, or trading advice.
Always do your own research and consult with a qualified financial advisor before making any trading decisions.
The author assumes no responsibility for any losses or damages resulting from the use of this indicator.
Deep Z pi SP MA + 2 CC + OB + CPR + last 5 Minmy script with proper strike price, if strike price crosses R1, take put ex + hedge, if crosses s1 take call ex. bottom bc call normal and top bc put normal.
Stochastic Money Flow IndexThe Stochastic Money Flow Index (or Stochastic MFI ), is a momentum indicator that combines the Money Flow Index (MFI) and the Stochastic Oscillator to identify overbought and oversold conditions in a market.
It is a variation of the classic Stochastic RSI that uses the MFI rather than the Relative Strength Index (RSI) in its calculation. While the RSI focuses solely on price momentum, the MFI is a volume-weighted indicator, meaning it incorporates both price and volume data.
The Stochastic MFI is intended to provide a more precise and sensitive reading of the MFI by measuring the level of the MFI relative to its range over a specific period.
Settings
Stochastic Settings
%K Length : The number of periods used to calculate the Stochastic. (Default: 14)
%K Smoothing : The SMA length used to 'smooth' the %K line. (Default: 3)
%D Smoothing : The SMA length used to 'smooth' the %D line. (Default: 1)
Money Flow Index Settings
MFI Length : The number of periods used to calculate the Money Flow Index. (Default: 14)
MFI Source : The source used to calculate the Money Flow Index. (Default: close)
Additional Settings
Show Overbought/Oversold Gradients? : Toggle the display of overbought/oversold gradients. (Default: true)
PINO EMA Rhythm Pack📌 PINO EMA Rhythm Pack
This indicator provides a multi-layered visual framework for analyzing the **rhythm and structure** of price movements using a customizable combination of EMAs and SMA. It is designed to simplify the interpretation of momentum shifts, pullbacks, and structural alignment across different time frames.
---
🔹 **Purpose & Use**
Use this tool to interpret short-term market rhythm (EMA 10/20/50), detect transitions through mid-term anchors (EMA 21), and align with long-term directional flow (EMA 200, SMA 200), all within one clean overlay.
---
🔹 **Key Features**
- Default view focuses on short-term rhythm:
• EMA 10 / EMA 20 / EMA 50
- Optional anchors and long-term guides:
• EMA 21 / EMA 200 / SMA 200
- Clean line colors and varied thickness for quick visual parsing
- Fully toggleable components to suit your trading framework
- No alerts, no signals — just visual context
---
🔹 **Note**
This open-source script was built for educational purposes and practical chart use. It brings together widely-used moving average concepts into one flexible overlay, aiming to support **structured discretionary analysis** and improve visual clarity.
This open-source script was built for educational purposes and practical chart use.
Stock Performance DashboardStock Performance Dashboard
This indicator provides a compact, color-coded table comparing the performance of the current stock to a benchmark index across multiple timeframes: 1, 5, 10, 20, 50, and 200 days.
Columns: Period, Stock %, Index %, Outperforming (✔/✖), and Difference.
Conviction Score: The last row summarizes overall outperformance as a “conviction” level (e.g., Super solid, Solid, Good, Ok, Needs improv., Poor).
Mini Mode: For a quick view, Mini Mode shows only the period and outperformance status.
Customizable: Supports dark/light mode, table size, position, and optional difference column.
Space Efficient: Short headers and a minimized layout make it easy to add more info or columns in future versions.
How to use:
Add the indicator to any chart. Adjust settings in the indicator panel to change the benchmark index, enable mini mode, or reposition the table.
Ideal for:
Traders who want a fast, at-a-glance summary of how a stock is performing against its benchmark across key timeframes, directly on the chart.
Short Volume % of Total VolumeShort Volume % of Total Volume
This indicator plots the daily short volume as a percentage of total volume for a specific U.S. stock. The short volume is sourced from FINRA’s reported short sale data and is compared against the stock’s total trading volume for the same day.
📊 Use Cases:
Monitor short-selling pressure over time.
Identify spikes in short volume % that may signal increased bearish positioning.
Use in conjunction with price action to gauge sentiment shifts or potential short squeezes.
⚠️ Note: FINRA data reflects activity from FINRA-regulated trading venues only and may not represent full market-wide short activity.
FINRA Short Volume (Daily)FINRA Short Volume (Daily)
This indicator displays the daily short sale volume reported by FINRA for a specific U.S. stock.
🔍 Key Features:
Pulls official FINRA short volume using FINRA: _SHORT_VOLUME
Updates daily, regardless of chart timeframe
Useful for tracking short-selling activity over time
📈 Use Cases:
Identify spikes in short volume that may precede price volatility
Monitor persistent shorting pressure
Combine with price action or other sentiment indicators for squeeze potential
⚠️ Note: This data only includes short sales reported to FINRA — it may not reflect total market-wide short interest. For broader context, use this with other data sources like short interest as a % of float or borrow rates.
RSI Divergence With RRI have included the levels by default 20,38,40,60,65 And 80.
Divergence is marked Automatically.
Stacked EMA Confirmation//@version=5
indicator(" Stacked EMA Confirmation", overlay=false)
//This script plots a green circle on top of the chart when the EMAs are stacked positively, a red circle if they are stacked negatively and gray if neither positively nor negatively
//The EMAs used are:
//8 EMA
//13 EMA
//21 EMA
//Useful when you look for a quick and easy way to see if these EMAs are stacked positively or negatively as a confirmation
//Default 100 bars back, but that can be adjusted.
StackedLookback = input(100, "How many bars back to show")
ema8 = ta.ema(close, 8)
ema13 = ta.ema(close, 13)
ema21 = ta.ema(close, 21)
conditionMet = ema8 > ema13 and ema13 > ema21
negativeConditionMet = ema8 < ema13 and ema13 < ema21
circleColor = conditionMet ? color.green : negativeConditionMet ? color.red : color.gray
plotshape(series=close, color=circleColor, style=shape.circle, title="Circle", location=location.top, display=display.pane, size=size.auto, show_last=StackedLookback)
TimeframeInputToStringMaps a worded string for timeframes useful when working with the input.timeframe settings input. Use like timeframeToString("120") and the output will be "2 hour"
SOFIA - Kısa Vade Saldırı GöstergesiOf course babe! 😎 Here's a clean, simple **English version** of the explanation you can use for social media. Short, punchy, and sounds smart without being boring. Ready? 💥
---
## 🔥 **SOFIA – Short-Term Attack Indicator (USDT Dominance Edition)**
This custom TradingView indicator helps you **spot market reversals** and **short-term trends** in USDT Dominance. It's designed for crypto traders who want to know:
> ❓ “Is capital flowing into altcoins or fleeing to USDT?”
---
### 🧩 **What’s Inside?**
1. ### 🌀 **Stochastic RSI (Background Colors)**
* 🔴 **Red background** = USDT overbought → might drop soon → altcoins may pump
* 🟢 **Green background** = USDT oversold → could bounce → market correction risk
---
2. ### 📉 **Supertrend (Buy/Sell Labels on Chart)**
* 🟢 **BUY label** = Trend turning bullish → USDT gaining dominance
* 🔴 **SELL label** = Trend turning bearish → USDT losing dominance → risk-on mode
---
3. ### ⚡ **WaveTrend Cross (Circles)**
* 🟢 **Green circle** = Potential bullish reversal
* 💜 **Pink circle** = Possible bearish pullback
---
4. ### 🟩🟥 **Trend Label ("BULL MODE" / "BEAR MODE")**
* Visual status of the current trend:
* **BULL MODE** = USDT dominance rising → market cooling
* **BEAR MODE** = USDT dominance dropping → altcoin opportunities may emerge
---
### ⏱️ Best Used On:
* **15m / 30m / 1H timeframes**
* Especially helpful for **altcoin entry/exit timing**
---
### ✅ What to Do With It:
* If USDT dominance starts dropping → **look for altcoin entries**
* If USDT dominance flips bullish → **protect your gains or reduce risk**
---
🔔 Built for scalpers, swing traders & crypto snipers.
📊 Just plug it into your chart and let Sofia whisper market direction to you.
---
**Want the code or setup tutorial?**
DM me or drop a 💚 and I’ll share it 👇
\#CryptoTrading #USDTDominance #TradingView #AltcoinSeason #CryptoTools #SofiaIndicators
---
Let me know if you'd like a **carousel format (multi-slide)** version for Instagram/LinkedIn or an **infographic style** breakdown — I can generate that too!
Weekly DividerAdds clear weekly vertical lines to your chart. Simple, customizable, and works with Pine Script v6. Ideal for anyone who wants to see weekly transitions on any instrument — Forex, crypto, stocks, etc. Made with love by Imani 💫