📊 Market Sentiment PRO + Webhook AlertsMarket Sentiment PRO is an advanced and comprehensive indicator that analyzes in real time the strength of buyers and sellers to identify the best trading opportunities.
It combines:
🔹 Market sentiment analysis (buyer vs seller volumes).
🔹 AI-like trend forecasting based on momentum and moving averages.
🔹 Automatic detection of buy, sell, and breakout signals.
🔹 Professional dashboard displaying market direction, probability of bullish/bearish scenarios, and a clear indicator of the active signal (▲ Buy, ▼ Sell, ◆ Breakout).
🔹 Integrated webhook alert system to receive real-time notifications (on mobile, email, Telegram bots, Discord, etc.).
Compatible with all markets and all timeframes (crypto, forex, stocks, indices, commodities).
⚠️ Important note: This tool is designed for technical analysis and decision support. It does not guarantee results and should always be used with proper risk management.
Penunjuk dan strategi
Fixed GridThis Grid Indicator gives you full control.
You can configure it as you wish. If you need adjustments just comment.
Big thanks to Johnny Rakete und Dominik Busch.
Wish you all the best.
🔺BhupiX Equity Movers🔺🔺BhupiX Equity Movers🔺
📌 Indicator Description
Smart Support & Resistance Levels
This indicator automatically detects and plots the most important support and resistance zones where markets often show reversal or breakout moves. These levels are based on key price reactions and are highly useful for identifying potential big moves in Stocks, Futures, and Options.
🔹 Key Features
Auto-detection of major support & resistance levels
Works across Stocks, Futures & Stocks Options
Highlights zones where strong reversal or breakout is likely
Helps traders plan entries, exits, and stop-loss levels
Ideal for intraday as well as positional trading
🔹 How to Use
Use support levels to identify buying opportunities during pullbacks
Use resistance levels to spot selling opportunities or possible breakouts
Combine with volume/momentum indicators for higher accuracy
Options traders can use these levels to select ATM/OTM strikes with better conviction
⚡ This tool is designed to give traders a clear view of where the market is likely to react, making it easier to catch big moves after reversals or breakouts.
📌 Financial Disclaimer
This indicator is created for educational and informational purposes only. It does not constitute financial or investment advice. Past performance is not indicative of future results. Trading in stocks, futures, and options involves substantial risk of loss and may not be suitable for all investors. Please consult with your financial advisor before making any trading or investment decisions. Use this indicator at your own risk.
COT Net & Index — Minimal (Index + Alerts)# COT Net & Index — Minimal (Index + Alerts)
- Data sourced from **CFTC Legacy reports** (Futures or Futures + Options).
- Supports multiple markets: **Gold, Silver, Crude Oil, Equity indices (S&P500, Nasdaq, Dow Jones, Russell 2000), currencies, commodities**, etc.
- **COT Index (0–100):** measures the current Net Position relative to historical extremes (default 156 weeks).
- **Index > 80** → extreme Long (Overbought).
- **Index < 20** → extreme Short (Oversold).
- Built-in alerts so you don’t miss key levels.
---
## How to use the COT Net & COT Index indicator
1. **Define long-term bias (Weekly)**
- When **COT Index > 80**: Commercials are extremely net long → market is considered cheap → **bullish bias**.
- When **COT Index < 20**: Commercials are extremely net short → market is considered expensive → **bearish bias**.
- When Index is in the neutral zone (20–80) → bias is unclear, follow the existing weekly trend.
2. **Read Commercials’ intention**
- If Commercials increase longs while price hasn’t moved up yet → early signal of a potential rally.
- If Commercials increase shorts while price is still rising → warning signal that the uptrend may be ending.
3. **Combine with Price Action**
- **Weekly**: use COT to set the main directional bias (bullish or bearish).
- **Daily**: wait for price to reach **Supply/Demand zones** in the direction of the weekly bias for entries.
---
👉 **In short:**
- **COT = defines the big-picture trend (Weekly bias)**
- **Price Action = provides the actual entry (Daily supply/demand zones)**
CryptoThunder Storm v1.21CryptoThunder Storm v1.21 — Strategy (non-repainting, HTF-aware)
CryptoThunder Storm is a Pine v6 strategy that trades the cross of two moving-average variants computed on an alternate (higher) timeframe derived from your current chart. It’s built to be non-repainting by evaluating signals only at HTF bar boundaries and by avoiding lookahead. The script can trade LONG, SHORT, BOTH, or be disabled, and it includes a one-click invert Long/Short mode.
How it works
Two MA streams (Open/Close series).
You can choose from multiple MA types (SMA/EMA/DEMA/TEMA/WMA/VWMA/SMMA/Hull/LSMA/ALMA/SSMA/TMA). The script computes:
closeSeries – MA of the (possibly delayed) close
openSeries – MA of the (possibly delayed) open
Alternate Resolution (HTF).
The inputs allow you to multiply your current chart’s timeframe (e.g., on 5m with multiplier 3 → HTF = 15m). Both series are requested via request.security() with lookahead_off.
Non-repainting gating.
Signals are evaluated once per HTF bar (htfClosed gate). This ensures entries/alerts are aligned with HTF boundaries and prevents forward-shifting.
Entry logic.
Long when closeSeriesAlt crosses above openSeriesAlt.
Short when closeSeriesAlt crosses below openSeriesAlt.
Invert mode swaps these actions (a former long signal opens a short, and vice versa).
Orders are processed on bar close (process_orders_on_close=true).
Risk management (optional).
Optional initial TP/SL exits via strategy.exit() (ticks/points). Set 0 to disable.
Visuals.
The script colors bars (optional) and plots the two HTF series with a filled band, plus compact UP/DN/CL markers that match the executed side after inversion/filtering.
Inputs & configuration
Use Alternate Resolution?
Turns the HTF logic on/off. When off, the strategy uses the chart timeframe.
Multiplier for Alternate Resolution
Multiplies the current timeframe to form the HTF (e.g., 3×).
MA Type / Period / Offsets
MA Type — choose from 12 variants.
MA Period — core length.
Offset for LSMA / Sigma for ALMA — MA-specific tuning.
Offset for ALMA — center of mass for ALMA.
Delay Open/Close MA — shifts the source back by n bars for a more conservative (non-peek) calculation. Keep at 0 unless you know you want extra delay.
Show coloured Bars to indicate Trend?
Colors bars relative to HTF band.
What trades should be taken: LONG / SHORT / BOTH / NONE
Filters which sides are actually traded.
Invert Long/Short logic?
Swaps long ↔ short everywhere (orders, markers, JSON alerts).
Backtest window (Number of Bars for Back Testing)
Crude limiter to speed up testing. 0 = test full history.
TP/SL (Initial Stop Loss / Target Profit Points)
Values in ticks/points. 0 disables. They apply to both sides via strategy.exit().
Alert options
Turn on alerts (JSON)
Show alert marks (UP/DOWN/CLOSE)
Send CLOSE alerts (toggle)
The strategy fires alert() internally. Create an alert on “Any alert() function call”.
The payload is a simple JSON string:{ "text":"C98USDT.P UP"}
Messages:
UP — a long entry was executed (or, with Invert on: the inverted long signal that opens a long).
DOWN — a short entry executed.
CLOSE — position closed or flipped.
Tip: If you want to route long/short to different webhooks, parse the text field for UP, DOWN, or CLOSE
Plotting & markers
Band: Fills between the two HTF MA lines.
Bar color (optional): Quick visual trend cue.
Markers:
▲ “UP” below bar when a long executes.
▼ “DN” above bar when a short executes.
✖ “CL” on position close/flip.
These reflect the final executed side, after trade filters and after Invert mode
Best practices & notes
Non-repainting design.
request.security(..., lookahead_off) prevents future data leakage.
Signals are gated to HTF bar boundaries, so you won’t get intra-HTF recalculations.
Strategy orders are processed at bar close.
Choosing the multiplier.
A 2×–4× multiplier often balances responsiveness vs stability (e.g., 5m→15m or 20m). Larger multipliers reduce churn and false signals.
TP/SL units.
Values are in ticks/points of the chart symbol. On crypto, check your instrument’s tick size and adjust accordingly.
Trade filters apply after inversion.
With invertLS = true and tradeType = LONG, only final longs (post-inversion) are allowed.
Strategy vs chart counts.
The Tester reports closed trades; your chart shows entries/markers including the latest open trade. This can explain 8 vs 12 discrepancies over short windows.
Performance.
calc_on_every_tick=false and the backtest limiter keep the script responsive on long histories.
Tips: user on mid-volume crypto pair, 1M chart, best MA is: SMMA, Hull, SSMA, DEMA, TEMA.
This strategy is for research and education. Markets carry risk; past performance doesn’t guarantee future results. Always forward-test on paper and validate your exchange execution, tick size, and fees before deploying live.
BhupiX Indexs n OptionsBhupix Indexs n Options
📌 Author’s Instructions
This indicator is created strictly for educational and informational purposes.
It should not be considered as financial or investment advice.
The support and resistance levels shown by this indicator should not be used in isolation. Always combine them with other tools such as price action, volume, and trend indicators.
Always follow proper risk management and capital protection practices while trading.
Trading in Stocks, Futures, and Options carries a high level of risk. Only trade with capital you can afford to lose.
Consult with a licensed financial advisor before making any trading or investment decisions.
Use this indicator entirely at your own risk.
👉 “For access, contact the author on WhatsApp (details in profile bio).”
Srujan Multi-Timeframe Triple EMAGet up to 3 EMA with Different Time frame Values.
Adjust the settings of the desired time frame, and desired length of the EMA.
Pin Bar (Body in Half Candle)Pin Bar Identification Rules (English Translation)
1.The candlestick body must not exceed half the total candle range.
2.The candlestick body size must not exceed 35% of the entire candle length.
DevSignalLibraryDevSignalLibrary: A Stable Library for Market Structure Analysis
This is a modified and fully standalone version of a popular public library for calculating non-repainting structural points (Zig Zag).
Core Purpose
This library was created to ensure the long-term stability and independence of indicators from external scripts. It solves the problem where a primary indicator might stop working because the original library's author changes their username or deletes the script.
The library exports one main function, signalLib(), which is the core engine for identifying significant swing highs and lows on the chart.
Features and Modifications
Full Autonomy: The library's code can be imported into any of your indicators, making them completely self-contained.
Pine Script v6 Compatibility: The code has been fully refactored and adapted for the latest version of Pine Script, ensuring it functions correctly.
Preserved Logic: The fundamental calculation algorithm has been kept unchanged to preserve its effectiveness.
Credits and Original Source
This code is an adaptation of the public signalLib library, which was created by Yash Gode and published by user RezzoRedPriest.
This modification was made by user Dev0880 for the purpose of ensuring stability and compatibility in personal projects.
Mucip Kripto 5m Minute Al-Sat Buy-Sell
“This is the technique I use on major cryptocurrencies in the 5-minute timeframe. I combine it with RSI Bands. It can be improved further, and I’m open to ideas.”
Power Line — Adaptive Kalman/JMA - One The Mark TradingWhat this indicator does (in one line)
It plots one adaptive “Power Line” (the active slow MA for your current regime) and flips its colour when the fast crosses the slow after passing a set of precision filters (hysteresis, debounce, slope, ADX, optional HTF alignment). The script also gives you a right-side HUD with Entry / Stop / TP1–TP3 and an optional Mini Dashboard (RSI, ADX strength, candle strength).
Regimes (how the moving averages change by timeframe)
Auto by TF (default):
LTF (≤ LTF max minutes): Kalman(JMA) fast/slow (defaults 3/21). Kalman scope preset = Both (fast + slow smoothed by Kalman for low noise).
MID (≤ MID max minutes): RMA 20/50.
HTF (> MID max minutes): selectable MA 50/200 (EMA/SMA/RMA/WMA).
Manual: choose LTF / MID / HTF explicitly.
Tip: If your chart is very noisy (crypto LTF), keep LTF and leave Kalman scope = Both. For indices on 5–15m, try Fast only if you want slightly earlier flips.
Power Line & flips
The Power Line is the slow curve of your active pair (e.g., JMA 21 on LTF, RMA 50 on MID, etc.).
Green = bull, Red = bear.
A flip only registers when:
fast crosses slow beyond a buffer (flipBufATR × ATR),
the condition holds for debounceBars bars (if > 0),
the slope of the Power Line exceeds slopeMinTick,
ADX ≥ adxMin (if ADX gate on), and
HTF alignment agrees (if enabled).
This reduces tiny back-and-forth whips.
Mini Dashboard (top-right by default)
Trend: current direction (from flips).
RSI: quick read of momentum (Bullish / Neutral / Bearish).
ADX: trend strength buckets (Weak / Trending / Strong).
Candle Strength: current candle body-to-range (±100).
Move it: Settings → Mini Dashboard → Dashboard position.
Use the dashboard to validate a candidate entry (e.g., avoid shorts when RSI is deeply oversold and candle strength is strongly bullish unless you’re fading a spike).
The HUD (Entry / SL / TP1–TP3)
On every confirmed flip the script:
Sets Entry at the signal close (or at the Power Line if you switch Entry price to Basis).
Sets Stop to the internal Adaptive SuperTrend line (not plotted, but shown as a dashed HUD line).
Projects TP1/TP2/TP3 at 1R / 2R / 3R multiples of (Entry – Stop).
Options:
Ratchet entry (while the trend holds) to keep entries sensible if you build in later.
Auto BE at TP1 to move the stop to breakeven after a 1R tag.
Max entry drift (R) to clamp entries that wander too far from current price.
How to take entries (playbooks)
A) Conservative continuation (my default)
When: A fresh flip has printed (new colour), but price is extended.
How:
Wait for a pullback toward the Power Line (or toward the dashed SuperTrend HUD line).
Enter with trend on a supportive candle (e.g., bullish body for longs).
Stop: keep at the HUD Stop.
TPs: scale at TP1, move to BE (toggle on), let a runner to TP2/TP3.
Why: Pullbacks reduce chasing risk and improve RR.
B) Aggressive flip-close
When: High momentum flips with strong dashboard.
How:
Enter on the close of the confirmed flip bar.
Use the HUD Stop.
If ATR is high, consider taking a partial at 0.75–1.0R and move to BE quickly.
Why: Captures fast breaks, but only do it when ADX ≥ threshold and Candle Strength agrees.
C) Retest trigger
When: Flip is in, price retests the Power Line from the new side.
How:
Wait for a tag or small pierce of the Power Line.
Enter on the next candle closing back with trend.
Stop at HUD Stop, standard TP ladder.
Why: Elegant risk; lets the market confirm the new regime.
Using the filters (when to tighten/loosen)
Hysteresis buffer (flipBufATR):
Noisy LTF/crypto: 0.15–0.30.
Cleaner markets/HTF: 0.05–0.15.
Debounce bars (debounceBars):
0 = instant.
1–2 on LTF to avoid micro-spikes.
Slope gate:
slopeLen 5 and slopeMinTick 2 ticks are sensible.
Raise slopeMinTick if you still get sideways flips.
ADX gate:
Start with adxLen 14, adxMin 20–25.
Raise to 30 if you only want strong trends.
HTF alignment:
Enable when you want swing-style trades only with the higher-timeframe tide (e.g., trade 5m only in the direction of 1h Power Line).
Timeframe suggestions
Scalps (1–3m / 5m): LTF regime, Kalman scope = Both, buffer 0.20–0.30, debounce 1–2.
Intraday trends (5–15m / 30m): LTF or MID depending on your thresholds; ADX gate ≥ 20–25.
Swing (1h / 4h / Daily): MID/HTF; consider HTF alignment with one level above (e.g., trade 1h with 4h alignment).
Risk & trade management (simple and robust)
Risk fixed R per trade (e.g., 1% account per R).
Stop: HUD Stop (adaptive ST).
TPs:
TP1 at 1R → take 25–50% → move to BE (toggle Auto BE at TP1).
TP2 at 2R, TP3 at 3R for runners.
If volatility compresses (dashboard ADX “Weak”), either tighten or skip.
Alerts (so you don’t stare at screens)
Enable the built-in alerts:
Bullish flip and Bearish flip (they already respect your filters).
You can add alerts on price crossing TP lines if you’d like (TradingView “Add Alert on Horizontal Line”), or wire custom alerts into the script.
Tuning checklist (if you see too many whips)
Increase flipBufATR (0.2 → 0.3).
Add one more debounceBars.
Raise slopeMinTick.
Increase adxMin to 25–30.
Turn on HTF alignment.
Common pitfalls
Chasing the first flip candle in high ATR spikes without ADX/slope confirmation. Use the Retest or Conservative playbook instead.
Turning off all filters on very low timeframes. Expect noise if you do.
Ignoring the HUD Stop: it’s adaptive; don’t freehand it unless your structure stop is tighter and logical.
Quick start (TL;DR)
Keep Auto by TF on.
Use Conservative entry: wait for pullback to the Power Line after a flip.
Confirm dashboard (RSI not fighting, ADX not “Weak”, candle strength supporting).
Stop at HUD line; TP1 at 1R → BE; scale at TP2/TP3.
If you want fewer but cleaner trades, enable HTF alignment.
Volume > 20-day Avg (xMult)It’s an indicator that changes color and triggers an alert when volume exceeds the 20-day average. By default, the threshold is set to 1.2× the 20-day average (i.e., 120%), and the value is user-configurable.
MTF Stochastic Dashboard What you see:
Top-right table: TF | %K | %D | Signal.
Signal = Bullish (green) if K > D, Bearish (red) if K < D.
Row color: red if K & D ≥ 80, green if K & D ≤ 20.
Number color: ≤30 green, ≥70 red.
Settings
Signal mode:
Always (just K>D or K
Options Long IndicatorThis indicator is designed for Nifty option buying strategies . It combines VWAP with a VWMA-based trend angle filter to identify strong uptrend conditions. A trade signal is generated when price closes above VWAP and the VWMA shows sufficient upward momentum, while exit signals appear when the trend weakens. Background highlights make it easy to spot active long conditions on the chart, and built-in configurable alerts ensure you never miss a Buy or Exit opportunity.
Thunder & Lightning Kumo + Keltner + Simple Lightning SignalsThe Thunder & Lightning Kumo + Keltner + Simple Lightning Signals combines Ichimoku Cloud dynamics with Keltner Channels for advanced trend analysis.
It highlights volatility zones through the Keltner bands while tracking trend strength via the custom Thunder & Lightning Kumo.
Simple Lightning Signals provide clear, visual buy and sell triggers based on cloud breakouts.
This multi-layered approach helps identify both momentum shifts and breakout entries with precision.
Ideal for traders seeking a balance between trend-following and volatility-based confirmation.
Friday Rule — Daily-aligned (v6) - TrialThis technique is called Friday rule whereby the trades will be done at the final hour of trading day on Friday. This aims to get 3-5% with strict characteristics
Daily Sessions (AMDX) AMDX Cycle for Forex Pairs.
Focusing on the London & New York Session Cycles.
- Accumulation (90 minutes)
- Manipulation (90 minutes)
- Distribution (90 minutes)
- Exit/Execution (90 minutes)
This indicator gives you a visual indicator of how the AMDX cycle works and how timing in the market is everything.
AI-JX Strategy### 🤖 Core Features
AI-JX v3.3 is an AI-powered comprehensive trading strategy system developed with PineScript v6, integrating multiple advanced technical analysis tools and machine learning algorithms.
### 📊 Main Functional Modules 1. AI Learning System
- Adaptive Parameter Optimization : Automatically learns and adjusts trading parameters
- Three Strategy Modes : Conservative (ranging markets), Aggressive (trending markets), Balanced (universal)
- Dynamic Weight Adjustment : Intelligently allocates weights to different strategies based on market conditions
- Learning Memory Mechanism : Records historical trading data for continuous strategy optimization 2. Technical Indicator System
- SuperTrend Indicator : ATR-based trend following system
- Heikin Ashi Smoothing : Reduces market noise for clearer trend signals
- Standard Deviation Channels : Multi-level support and resistance analysis
- Trend Distribution Profile : Visualizes price distribution and trend strength
- Multi-Timeframe Analysis : Comprehensive analysis across 5m, 15m, and 1h timeframes 3. Intelligent Signal Generation
- Traditional Signals : Classic buy/sell signals based on SuperTrend
- AI Smart Signals : Comprehensive scoring system combining RSI, MACD, and ATR
- False Breakout Detection : Identifies and filters fake breakout signals
- Price Confirmation Mechanism : Ensures signal validity and reliability 4. Risk Management System
- Dynamic Stop Loss/Take Profit : Long 3% TP/1.5% SL, Short 2:1 risk-reward ratio
- Slippage Monitoring : Real-time market slippage risk assessment
- Volatility Filtering : Adjusts trading strategy based on ATR
- Position Management : Smart capital allocation and risk control 5. Visualization Panels
- Statistics Panel : Displays key data like trade count, win rate, current strategy
- AI Learning Panel : Shows strategy weights and learning progress
- Prediction Panel : Real-time AI analysis and trading recommendations
- Chart Markers : Clear buy/sell signals and trend line displays 6. Alert System
- Multiple Alert Types : Buy, sell, take profit, and stop loss notifications
- Personalized Messages : Fun "WangWang" themed alert messages
- Real-time Notifications : Precise alerts with maximum one per bar frequency
### 🎯 Key Advantages
- AI-Driven : Machine learning optimization for better performance
- Multi-Strategy : Adapts to different market conditions automatically
- Risk-Controlled : Comprehensive risk management with dynamic adjustments
- User-Friendly : Intuitive interface with detailed visualization panels
- Highly Customizable : Extensive parameter settings for different trading styles
Kerzen-Zähler über/unter EMADieses Skript zeigt die Anzahl an Zeitperioden ober/unterhalb eines individuellen EMAs an.
Trailing Stop 3% from High with Stock-Specific AlertsTrailing Stop 3% from High with Stock-Specific Alerts
FX Strike — RSI Momentum PanelDescription:
The FX Strike RSI Panel provides a momentum filter for the FX Strike system, using the classic RSI with enhanced visuals.
RSI (14): Standard calculation with clear signals.
50 Midline: Momentum bias filter (above = bullish, below = bearish).
30/70 Zones: Overbought and oversold regions for context.
Colored RSI Line: Teal when bullish, orange when bearish.
Alert Conditions: Triggers when RSI crosses above or below the 50 mid-line.
How to Use:
In trend trading, only take longs if RSI is above 50 and shorts if RSI is below 50.
Use divergences (price vs RSI) to spot early signs of weakening momentum.
Combine with the FX Strike Overlay for a complete 4-pillar strategy (Trend, Volatility, Momentum, Volume).
Combined Continuational Signal - RSI & KeltnerContinuational Signal Indicator
This technical indicator provides trend continuation signals through dual-methodology analysis, offering traders flexibility to choose between RSI-based or Keltner Channel-based signal generation, or utilize both simultaneously for enhanced confirmation.
Core Functionality:
Dual Signal Architecture: Toggle between RSI momentum analysis or Keltner Channel volatility breakout detection
Multi-Confirmation Framework: Incorporates moving average trend filters, slope analysis, and candle pattern validation
Cloud Interaction Filter: Signals activate only when price interacts with the moving average cloud zone
MA Closeness Filter: Uses ATR-based filtering to avoid signals during low-volatility consolidation periods
Signal Logic:
The indicator waits for overbought/oversold conditions (RSI) or band extremes (Keltner), confirms directional bias through slope analysis, validates trend alignment via moving average positioning, then triggers signals on specific candle formations with engulfing characteristics.
Customization Options:
Adjustable RSI parameters and threshold levels
Configurable Keltner Channel settings with multiple calculation methods
Multiple moving average lengths for trend and slope analysis
Various display modes (shapes, backgrounds, candle coloring, vertical lines)
Comprehensive alert system for all signal types
Risk Management Integration:
Built-in filters prevent signals during choppy market conditions and ensure alignment with higher-timeframe trend direction before activation.
Use in conjunction with other confluent variables for optimal results. The default settings are calibrated for specific market conditions, though experimentation with parameters is recommended for different trading styles and timeframes.