JL - Market HeatmapThis indicator plots a static table on your chart that displays any tickers you want and their % change on the day so far.
It updates in real time, changes color as it updates, and has several custom functions available for you:
1. Plot up to 12 tickers of your choice
2. Choose a layout with 1-4 rows
3. Display % Change or Not
4. Choose your font size (Tiny, Small, Normal, Large)
5. Up/Down Cell Colors (% change dependent)
6. Up/Down Text Colors (high contrast to your color choices)
The purpose of the indicator is to quickly measure a broad basket of market instruments to paint a more context-rich perspective of the chart you are looking at.
I hope this indicator can help you (and me) accomplish this task in a simple, clean, and seamless manner.
Thanks and enjoy - Jack
Indicatori di ampiezza
XRP 5-10m EMA+RSI Signal//@version=5
indicator("XRP 5-10m EMA+RSI Signal", overlay=true)
// === Inputs ===
emaFastLength = input.int(9, "EMA Fast")
emaSlowLength = input.int(21, "EMA Slow")
rsiLength = input.int(14, "RSI Length")
rsiOverbought = input.int(70, "RSI Overbought Level")
rsiOversold = input.int(30, "RSI Oversold Level")
// === Calculations ===
emaFast = ta.ema(close, emaFastLength)
emaSlow = ta.ema(close, emaSlowLength)
rsi = ta.rsi(close, rsiLength)
// === Conditions ===
trendUp = emaFast > emaSlow
trendDown = emaFast < emaSlow
buySignal = trendUp and ta.crossover(rsi, rsiOversold)
sellSignal = trendDown and ta.crossunder(rsi, rsiOverbought)
// === Plotting ===
plot(emaFast, color=color.yellow, title="EMA 9")
plot(emaSlow, color=color.red, title="EMA 21")
plotshape(buySignal, title="BUY Signal", location=location.belowbar,
color=color.green, style=shape.labelup, text="BUY")
plotshape(sellSignal, title="SELL Signal", location=location.abovebar,
color=color.red, style=shape.labeldown, text="SELL")
// === Alerts ===
alertcondition(buySignal, title="BUY Alert", message="XRP BUY Signal (EMA+RSI)")
alertcondition(sellSignal, title="SELL Alert", message="XRP SELL Signal (EMA+RSI)")
LP_Suitability_Overlay_ATR_ADX_BB_RSI_v3.2Per controllare i range, e i pattern e la collocazione dei range su grafici a 4h
SuperTrend V — Volume Shadow趋势速度分析(中文)Overview
SuperTrend V — Volume Shadow augments the classic SuperTrend with a price–volume “Volume Shadow” core and an EMA-smoothed centerline. Trend direction is derived from ATR bands around that center. The tool also adds a higher-timeframe EMA band (red/blue) for regime filtering and a linear-regression ±σ channel for take-profit triggers—giving you a simple “enter → trail → take profit” workflow.
How it works
Volume Shadow center: a volatility-scaled, volume-diffused series (out) built from price spread and volume; smoothed with EMA to form the SuperTrend base.
SuperTrend line: ATR bands around the smoothed center; green/red cross plot shows the active trailing level.
HTF reference band: red = EMA of out, blue = EMA of open, both computed from a reference timeframe (default 720 minutes). Red above blue = bullish regime; red below blue = bearish regime.
±σ take-profit channel: rolling linear regression midline ± (σ × stdev). Crosses of these bands emit TP triggers.
Inputs
Reference Timeframe (minutes) — default 720.
SuperTrend Multiplier (st_mult) — default 1.0 (higher = fewer, sturdier signals).
SuperTrend Period (st_period) — default 10 (ATR length).
TP Multiplier (σ) — default 2.
TP Window Length (len5) — default 150.
Signals & alerts
Buy: close crosses above the SuperTrend line and price is above the blue EMA.
Sell: close crosses below the SuperTrend line and price is below the blue EMA.
TP triggers (±σ channel)
Long TP Trigger: price crosses down through the upper band (crossunder upper).
Short TP Trigger: price crosses up through the lower band (crossover lower).
Recommended usage (workflow)
Regime filter
Trade longs only when red EMA > blue EMA; shorts only when red EMA < blue EMA.
Entries
Go long on Buy; go short on Sell (both require agreement with the regime filter).
Risk & exit
Use the SuperTrend line as a dynamic stop; flip/exit on an opposite cross.
Take profit
When a TP trigger fires (±σ channel), scale out or trail stops to the most recent ST level.
Suggested starting points
High-volatility (crypto, indices): st_mult 1.2–1.6, st_period 10–14, σ 2–2.5.
Lower-volatility (FX): st_mult 0.8–1.2, st_period 10, σ 1.5–2.
RuleBased Ai SM Footprint Finder by QuantxRuleBased AI SM Footprint Finder by Quantx
Uncover where the Smart Money is entering and exiting the market with precision. The RuleBased AI SM Footprint Finder combines AI-driven logic with institutional Orderblock footprint analysis to reveal hidden liquidity zones, accumulation, and distribution and FVG levels.
✅ Spot Smart Money footprints early
✅ Identify high-probability reversal and Pullback zones
✅ Filter out noise with AI-based confirmation
✅ Works across stocks, indices, and derivatives and Market instruments
Trade with the confidence of knowing where big players are moving their capital.
MMA ACADEMYTRADING🧭 Entry Guide Based on the Script Logic
1. Conditions for BUY Entry (Long Position)
The script uses higher timeframes to detect liquidity sweeps, depending on your current chart timeframe:
Your Current Timeframe Liquidity Sweep is Checked on
5 minutes (5m) 60-minute (1H) timeframe
15 minutes (15m) 240-minute (4H) timeframe
1 hour (1H) Daily (D) timeframe
4 hours (4H) Weekly (W) timeframe
1 day (1D) Monthly (M) timeframe
MA(7/28) + RSI + MACD(hist) — AUTO(exit)Trading Strategy Overview
This strategy combines Moving Averages (7-day & 28-day), RSI (Relative Strength Index), and MACD (Moving Average Convergence Divergence) to generate highly accurate trading signals, especially for short-term traders.
Entry Signals
Golden Cross / Death Cross:
The 7-day moving average crossing above the 28-day signals a bullish momentum (Golden Cross), while crossing below signals bearish momentum (Death Cross).
RSI Confirmation:
RSI above 50 confirms long entries, while RSI below 50 confirms short entries.
MACD Histogram Filter:
Positive histogram values strengthen long entries, while negative values support short entries.
Exit & Position Management
Trades are exited when the MACD histogram shifts direction (positive to negative or vice versa), clearly marking the optimal take-profit or exit zone.
Performance
With this multi-layer confirmation system, the strategy filters out false signals and provides up to 90% accuracy in entry/exit timing, making it particularly effective for scalpers and short-term traders who seek high-probability setups.
MA + RSI + MACD StrategyTrading Strategy Overview
This strategy combines Moving Averages (7-day & 28-day), RSI (Relative Strength Index), and MACD (Moving Average Convergence Divergence) to generate highly accurate trading signals, especially for short-term traders.
Entry Signals
Golden Cross / Death Cross:
The 7-day moving average crossing above the 28-day signals a bullish momentum (Golden Cross), while crossing below signals bearish momentum (Death Cross).
RSI Confirmation:
RSI above 50 confirms long entries, while RSI below 50 confirms short entries.
MACD Histogram Filter:
Positive histogram values strengthen long entries, while negative values support short entries.
Exit & Position Management
Trades are exited when the MACD histogram shifts direction (positive to negative or vice versa), clearly marking the optimal take-profit or exit zone.
Performance
With this multi-layer confirmation system, the strategy filters out false signals and provides up to 90% accuracy in entry/exit timing, making it particularly effective for scalpers and short-term traders who seek high-probability setups.
Abu Alanoud >> حركة السعرمؤشر alsubihi حركة السعر يجمع بين:
تحليل هيكل السوق
مناطق العرض والطلب
Price Action أنماط
مؤشرات دعم الاتجاه
تحليل متعدد الأطر الزمنية
مناسب للمضاربين والمحللين الفنيين، ويعمل على جميع الفريمات
Alsubihi Price Action Indicator combines:
Market Structure Analysis
Supply and Demand Zones
Price Action Patterns
Trend Support Indicators
Multi-Timeframe Analysis
Hitu - MTF High/Low Marker
This indicator is a powerful tool for traders, designed to display the high and low levels from multiple significant timeframes directly on your chart. It helps you quickly identify key support, resistance, and liquidity levels at a glance, improving your understanding of the market structure.
Key Features:
* Multi-Timeframe Support: Visualize high and low levels from Monthly, Weekly, Daily, 4H, 1H, 15M, and 5M timeframes.
* Full Customization: Each timeframe's line can be customized with your preferred color and style (Solid, Dashed, or Dotted) directly from the settings.
* Toggle On/Off: You have complete control to enable or disable any timeframe level to match your specific trading strategy.
How It Helps:
The MTF High/Low Marker simplifies the process of finding crucial price zones. By seeing key highs and lows from higher timeframes on your current chart, you can make more informed decisions about your entries, exits, and overall risk management.
Asian Session High/Low + FibThis is a indicator for only Asian season plus FIB it works only Asian season so you apply and enjoy indicator
Smart Money Windows X6Smart Money Windows 📊💰 – See where the pros hide their orders! Spot liquidity traps, smart money zones, and session kill zones before price flips. 🚀🔥
HI LO Today Previous Year Week Month YearHI LO Today Previous Year Week Month Year
Fully operational colours, fonts, label offset, names, and so on
Weekly High-Low RibbonWeekly set black zone!
better to read speaks for itself black zone no buy above below look at daily open PDL PDH LWH LWL
HI LO DRILL BTTM
Asian Session Pip Boxes 25/50/75 (History) MIN MAX PAST FUTUREAsian Session Pip Boxes 25/50/75 (History)
You can edit minimum and maximum length and days, colours, boxes on off and so on
Hamza Price action ConceptsPrice Action Hamza Concepts is a powerful all-in-one tool combining SMC, ICT concepts, and classic price action structure. It automatically detects market structure shifts, order blocks, FVGs, CHoCH, BOS, and premium-discount zones. Ideal for scalping, intraday, swing, and position trading.
NYSE Advancing Issues & Volume RatiosOverview
This comprehensive market breadth indicator tracks two essential NYSE ratios that provide deep insights into market sentiment and internal strength:
NYSE Advancing Issues Ratio
NYSE Advancing Volume Ratio
Dual Ratio Analysis
Issues Ratio: Measures the percentage of NYSE stocks advancing vs. total issues
Volume Ratio: Measures the percentage of NYSE volume flowing into advancing stocks
Both ratios displayed as easy-to-read percentages (0-100%)
Customizable Display Options
Toggle each ratio on/off independently
Choose from multiple moving average types (SMA, EMA, WMA)
Adjustable moving average periods
Custom color schemes for better visualization
Reference Levels
50% Line: Market neutral point (gray dashed)
10% Line: Extremely bearish breadth (red dotted)
90% Line: Extremely bullish breadth (green dotted)
Optional background highlighting for extreme readings
Smart Alerts
Cross above/below 50% (neutral) for both ratios
Extreme readings: Above 90% (strong bullish) and below 10% (strong bearish)
Real-time notifications for key market breadth shifts
📈 How to Interpret
Bullish Signals
Above 50%: More stocks/volume advancing than declining
Above 90%: Extremely strong market breadth (rare occurrence)
Divergence: Price making new highs while breadth weakens (potential warning)
Market Timing
Extreme readings (10%/90%) often coincide with market turning points
Breadth thrusts from extreme levels can signal powerful moves
Use with other technical indicators for enhanced timing
VietNguyen2 AlgoThis is indicator of Vietnammes. I am living at Da Nang city.
If you want to meeting then call me 0888135999
권재용 ai 시그널(단타, 스윙모드 버전)기존 보조지표들에 문제점이 많이 느낌.
한 보조지표에 한가지 밖에 적용못한다는 점과 선물용 시그널이 없다는점.
모든 보조지표를 뒤져봐도, 롱,숏,청산 까지 나오는 보조지표가 없어서, 답답해서 직접 알고리즘 구현함.
아직은 베타버전. 지속적 업데이트 예정(스윙모드 값 최적화 덜됨.)
1. 현재 비트코인과 이더리움 최적화되게 세팅값 자동 조정되게 구현함.
2. 시간봉에 따라 세팅값 자동으로 조정되게 많듦.
3. 여러 신뢰도 높은 보조지표들 알고리즘 통합하여 알고리즘 구현.
간단 알고리즘
1)추세 레짐 감지
ADX(평균 방향성 지수) + 200EMA 기울기(Slope) + ST 안정도(Trend Stability) + HTF 방향 일치 4개 요소 합산 → Trend Score 산출.
점수 기반으로 추세장 / 박스장 / 전이구간 분류, 상태 전환시 히스테리시스(Hysteresis) 적용해 딸깍거리 방지함.
즉, 한번 추세로 들어가면 일정 조건 만족해야만 박스로 전환됨 → Noise Filtering 핵심.
2)다층 청산 로직
Give-back Limit: MFE(최대유리구간) 대비 일정 비율 되돌리면 청산 → 익절 보호.
ADX Weakness Counter: ADX가 약해지는 횟수 카운팅 → 모멘텀 사라질 때 청산.
HTF Flip Exit: 상위TF 추세 뒤집힘 시 강제 청산.
Structure Exit: 스윙 저점/고점 깨지면 구조 붕괴로 판단해 청산.
Time Stop: 스윙에서 일정 시간 진전 없으면 자동 청산.
이 모든 걸 OR 조건으로 묶음 → Multi-factor Exit Engine.
3). Adaptive Parameter Scaling (적응형 파라미터 스케일링)
사용자가 정한 공격성(aggressiveness) 값 + 실시간 레짐 상태 합쳐서
트레일링 폭(k)
되돌림 한계(gb)
ADX 문턱값
타임스톱 시간
다이나믹하게 바뀜.
결과: 시장이 고변동 추세장이면 청산 늦추고, 저변동 박스장이면 빨리 털고 나옴.
이게 Risk-Adjusted Exit Control 핵심.
4) State Machine Position Handling (포지션 상태 머신)
포지션 열림/닫힘/쿨다운 주기 관리.
진입 후 entryPrice, slPrice, mfe, noProgBars 등 상태변수 실시간 업데이트.
일종의 Finite State Machine(FSM) 구조라서 로직 충돌 없이 깔끔하게 동작함.
7. Hysteresis & Persistence Filters
추세/변동성 상태 바뀔 때 Persistence Counter로 연속성 요구함.
예: 한두 봉 노이즈로는 추세 안바뀜 → Signal Debouncing 기법.
간단 사용 루틴(단타)
1~15분봉 추천, 단타 + Auto + Auto + 공격성 50~60.
우상단 시장이 추세장·고변동이면 시그널↑. 박스장·저변동이면 진입 빈도↓.
KJY-L/S 뜨면 진입, 회색선=진입가/빨간선=SL 확인.
KJY-E 뜨면 미련 없이 정리. 알림 연동해두면 실전 편함.
간단 사용 루틴(스윙)
2H~4H, 스윙 + Auto + Auto + 공격성 45~55 + 스윙 최적화 ON.
구조 붕괴/타임스톱/HTF 뒤집힘 오면 자동으로 E 라벨로 정리.
레짐 감지: ADX 스무딩, 200EMA 기울기, ST 안정도, HTF 정합로 점수화 → 추세/박스 자동 분류.
변동성 적응: TR 비율로 고/저변동 인식 → 트레일 폭, 되돌림 한계, 타임스톱 스케일 조정.
스윙 가드: 1D 구조/기울기/정체시간 3중 안전장치.
공격성 슬라이더: 사용자 성향 한 방에 반영(트레일·되돌림·ADX 문턱 동시 스케일링).
I felt a lot of limitations with existing indicators.
Most indicators can only handle one thing at a time, and none of them provide signals specifically for futures trading.
After digging through all indicators, I realized there wasn’t a single one that gave me long, short, and exit signals all in one — so I built my own algorithm out of frustration.
This is still a beta version, with continuous updates planned.
Automatically optimized for Bitcoin and Ethereum.
Parameters auto-adjust based on timeframe.
Combines multiple high-reliability indicators into one unified algorithm.
1) Trend Regime Detection
Uses ADX (Average Directional Index) + 200EMA Slope + ST Stability (Trend Stability) + HTF Direction Alignment.
Combines the four elements into a Trend Score.
Classifies markets into Trending / Ranging / Transitional phases.
Applies Hysteresis during regime switching to prevent rapid signal flipping.
Once in a trend, it only switches to range mode after strict conditions are met → core Noise Filtering logic.
2) Multi-Layer Exit Logic
Give-back Limit: Exits if price retraces beyond a set % of MFE (Maximum Favorable Excursion) → protects profits.
ADX Weakness Counter: Counts consecutive ADX weakening periods → exits when momentum dies.
HTF Flip Exit: Forces exit if higher-timeframe trend reverses.
Structure Exit: Exits when swing high/low breaks = structural failure.
Time Stop: Auto exit if no progress after a set number of bars in swing mode.
All combined via OR conditions → Multi-factor Exit Engine.
3) Adaptive Parameter Scaling
Combines user-defined aggressiveness + real-time regime state to dynamically adjust:
Trailing stop width (k)
Give-back limit (gb)
ADX threshold
Time-stop duration
Result: In high-volatility trending markets, exits trail further; in low-volatility ranging markets, exits tighten quickly → key to Risk-Adjusted Exit Control.
4) State Machine Position Handling
Manages open/close/cooldown cycles for positions.
Updates variables like entryPrice, slPrice, mfe, noProgBars in real-time.
Built as a Finite State Machine (FSM) → avoids logic conflicts, ensures clean execution.
5) Hysteresis & Persistence Filters
Adds Persistence Counters for regime switching.
Prevents a single noisy candle from flipping states → Signal Debouncing technique.
Recommended: 1–15min charts, Settings: Scalp + Auto + Auto + Aggressiveness 50–60.
Top-right panel: Trending + High-Volatility → More Signals, Ranging + Low-Volatility → Fewer Entries.
When KJY-L/S appears → enter trade. Gray line = entry price, red line = SL.
When KJY-E appears → exit with no hesitation. Alerts make it seamless in real trading.
Recommended: 2H–4H charts, Settings: Swing + Auto + Auto + Aggressiveness 45–55 + Swing Optimization ON.
Structural breaks / Time-stop / HTF trend reversals → auto exit with E label.
Regime Detection: ADX smoothing + 200EMA slope + ST stability + HTF alignment → auto classifies Trend vs Range.
Volatility Adaptation: TR ratio detects high/low volatility → adjusts trail, give-back, and time-stop levels.
Swing Guard: 1D structure, slope, and time-stop → triple safety filter.
Aggressiveness Slider: Instantly applies user preference to trail width, give-back, ADX thresholds
Market BreadthMarket breadth is a technical analysis technique that gauges the strength or weakness of moves in a major index.
Supported index ETF: SPY, NDX, DIA, IWM, OEF, MDY, IWB, IWV.
Supported sector index ETF: XLK, XLC, XLY, XLP, XLV, XLU, XLF, XLRE, XLE, XLB, XLI.
VWAP Filtrado con TendenciaThis indicator combines the classic VWAP with a trend EMA filtered by the TDFI oscillator to confirm market direction.
- VWAP is displayed in white as the fair value reference.
- The trend EMA dynamically changes color according to market condition: green (uptrend), red (downtrend), orange (range).
- Candles highlight in blue when a bullish VWAP crossover is confirmed, and in fuchsia when a bearish crossover is confirmed.
- Includes adjustable thresholds and a cooldown filter to reduce noise and improve reliability.
This approach allows traders to identify not only the relative position to VWAP but also the strength and clarity of the trend, enhancing decision-making across all timeframes.