200SMA Distance OscillatorThe oscillator measures the percentage deviation of closing price x from SMA200.
The idea behind the oscillator was preceded by an analysis of how often MAs in the index hold/bounce or are broken through.
Basically, the idea was about index analysis, i.e., the macro picture of a market.
Who wants to buy individual stocks when the overall market is plummeting ;-)
Or in other words: How long are you long in a market? When is it time to take profits?
After the analysis of the stability of SMAs in the index was rather modest (ratio of just under 6:4 for bounce to breakout – overall in 20, 50, 100, and 200 frames from 2020 to 2025), it was noticeable that the percentage over- or underperformance was scalable, especially in indices.
And since indices generally move upwards, there were fixed limits for over- and underestimations – especially in the longer term (SMA200) – unlike with individual stocks.
It is therefore more a question of macro trends and less of short-term movements, e.g., in day trading.
It was now interesting to see at what percentage range counter-movements were likely – particularly in the positive range for profit-taking, but of course also in the negative range for entry into sold-off markets.
If, for example, closing prices around +25% above SMA200 were reached in the NDX, the probability is very high that the market has overreacted and an interim correction will follow – so the theory goes.
On the other hand, continuous levels of +5 to +10% are a product of healthy positive development in a bull market and do not necessarily require action.
The oscillator was specifically designed for the NDX, but can also be used for the SPX and others.
The style was based on the RSI, so that the color level rises from 10% to 20% (overbought/oversold principle).
Based on manually examined movements, the criteria were set as follows:
+/-10% = flow / no color background
> +/-10% = border areas / color background
The center line represents the 252 average of the percentage deviations and could also be used as a trigger, provided it has been historically examined and is valid.
The oscillator is very interesting because it behaves completely differently from one financial instrument to another and, as a result, also in the timeframes (4h, D, W).
It would probably make sense to change the flow and border levels in the code when using it outside of indices.
The fact is that the oscillator must be “adjusted” to each instrument in order to achieve its goal of providing the best possible prediction. “Adjusting” refers to the analysis of the levels at which an instrument/asset usually reacts.
As with all indicators and oscillators, it is advisable to take other indicators and, in particular, macro news into account when analyzing this development.
If I find any substantial correlations with other indicators, I will be happy to provide an update.
The idea came from me, the code from Grok.
The code is not 100% perfect, but the data (percentage deviation, color background) is correct according to initial analysis.
In the settings, you can make the lines of the plots invisible. This makes the oscillator clearer. You can also adjust the settings for the average line.
Simple Moving Average (SMA)
4-Line RibbonRibbon for 20, 50, 100, 200 EMA/ SMA.
2 colour areas for bullish or bearish.
3 shade gradient between the different MA's.
3x Moving Averages with Optional Background FillThree MAs with toggles to fill MA2–MA1 and MA3–MA2.
below is Japanese too.
English
This Pine Script plots three moving averages—MA1, MA2, MA3—each with its own type, length, source, color, and offset. You can independently toggle background fills between MA2–MA1 and MA3–MA2.
- Common MA function: Selects calculation among SMA, EMA, SMMA, WMA, VWMA.
- Inputs: Each MA group defines settings; MA2 has a toggle for filling MA2–MA1, MA3 has a toggle for filling MA3–MA2.
- Computation: Each MA is computed only when its type isn’t “None”.
- Plotting: Three plot lines, hidden if disabled.
- Background fill: Uses translucent colors; fill(p1, p2, ...) for MA2–MA1 and fill(p2, p3, ...) for MA3–MA2, gated by their toggles.
Behavior notes: If either line in a pair is disabled, that fill won’t show. Different offsets can shift visuals; keep offsets aligned for clean fills.
日本語
このPineスクリプトは3本の移動平均(MA1・MA2・MA3)を描画し、各ラインに対してタイプ、期間、ソース、色、オフセットを個別設定できます。背景塗りはMA2とMA1、MA3とMA2のペアでそれぞれオン/オフ可能です。
- 共通MA関数: SMA、EMA、SMMA、WMA、VWMAから計算方式を選択。
- 入力: 各MAグループで設定を持ち、MA2は「MA2–MA1塗り」、MA3は「MA3–MA2塗り」のトグルを備えます。
- 計算: タイプが「None」でない場合のみ各MAを算出。
- 描画: 3本のplotで表示し、無効時は非表示。
- 背景塗り: 透過色を使用し、fill(p1, p2, ...)でMA2–MA1、fill(p2, p3, ...)でMA3–MA2を塗り、各トグルで制御します。
注意点: ペアのどちらかが無効なら塗りは出ません。オフセットが異なると塗り位置がずれるため、揃えると見やすくなります。
SMA-Indicator (NEW_8h)Using simple SMA but with a small twist of volume and RSI filter.
Results are amazing on 8h for both ETH and BTC and for SOL it's the best on daily TF.
Pretty simple to use...there is label for everything...where to open long and where to close it...same for short positions.
You have the option to switch on and off the labels, bar colors and even plot to keep the chart clean and simple.
Hope this helps and for any query feel free to DM.
Guppy of SMA of RSIIn this script:
The rsiLengths input allows you to input a comma-separated list of RSI lengths for which you want to calculate the SMAs. For example, "30,60,90" will calculate SMAs for RSI with variable lengths .
The smaLength input determines the length of the EMA that will be applied to the RSI values.
The rsiValues variable calculates the RSI values for the selected lengths using the daily timeframe data.
The script then iterates through each RSI length, calculates the SMA of the RSI, and plots the EMA values on the chart with the specified color.
This script will help you visualize and analyze the SMAs of the RSI for different lengths on the price chart. You can customize the RSI lengths and EMA length according to your preferences.
Vortex Pro with Moving average [point algo]Vortex Pro with MA Dropdown is an enhanced version of the classic Vortex Indicator (VI), designed to help visualize directional strength by comparing positive and negative trend movement.
This version includes a smoothed “Vortex Pro” line, adjustable moving-average filtering, and dynamic zone coloring for improved readability.
How It Works:
The script calculates VI+ and VI− using directional movement and true range.
“Vortex Pro” is derived from the difference between VI+ and VI−, scaled for clarity.
A customizable moving average (EMA, SMA, HMA, WMA) is applied to help smooth volatility and highlight shifts in momentum.
Features :
• Vortex Pro Line
A scaled trend-strength line showing when positive movement is dominating or weakening.
• MA Type Dropdown
Choose between EMA, SMA, HMA, or WMA to smooth the Vortex Pro line.
• Zero-Line Structure
A plotted zero line is used to compare positive vs. negative strength visually.
• Dynamic Fill Zones
Green shading when the Vortex Pro line is above zero, red when below.
Usage:
This tool is designed for visual analysis of trend direction and momentum strength.
It does not generate buy/sell signals and should be used as part of a broader analysis approach.
Suitable for all timeframes and markets.
SMC Lite + PVSRA + MA Combo HELL 1great trading tool what you see is what you get supply and resistance pvsra candles
Moving Aaverage (EMA) & VWAP by Vish
Multi-Timeframe Moving Averages with VWAP
This indicator combines essential moving averages with VWAP to provide comprehensive trend analysis on a single chart. Designed for traders who need quick visual reference of multiple timeframes and volume-weighted price levels.
Features:
• Six customizable moving averages: 8, 13, 21, 50, 100, and 200 periods
• Toggle between Simple Moving Average (SMA) and Exponential Moving Average (EMA) for all lines
• Individual on/off controls for each moving average
• Volume Weighted Average Price (VWAP) with customizable settings
• VWAP anchor options: Session, Week, Month, Quarter, and Year
• Clean, color-coded visualization for easy identification
• Fully customizable through settings panel
Use Cases:
• Identify trend direction across multiple timeframes
• Find dynamic support and resistance levels
• Spot potential entry and exit points
• Analyze price action relative to volume-weighted average
• Confirm trend strength with multiple MA convergence/divergence
Settings:
All parameters are adjustable including MA type (SMA/EMA), individual MA visibility, VWAP source, and VWAP anchor period.
Suitable for all markets and timeframes. Works on stocks, forex, crypto, commodities, and indices.
#moving average #MA #EMA #SMA #VWAP #trend #support #resistance #multi-timeframe
💀 Death Cross - Crypto Bros💀 Death Cross – Crypto Bros
Identify the most important crossover of CRYPTO:BTCUSD and visualize attention zones before and after the event.
What This Indicator Does
The Death Cross – Crypto Bros indicator monitors the structural relationship between the 50-period and 200-period moving averages, using a selectable timeframe (default: 1D).
It provides three core features:
1. Death Cross Detection
The Death Cross occurs when the MA50 crosses below the MA200.
The indicator automatically displays:
- a 💀 callout below the candle
- a highlighted background
- optional alerts
2. Attention Zone (Before and After the Cross)
The indicator highlights bars where structural weakness is developing.
Before the Death Cross:
- MA50 above MA200
- MA50 pointing downward
- Distance between MAs ≤ 4% (configurable)
After the Death Cross:
- MA50 below MA200
- MA50 still pointing downward
- Distance between MAs ≤ 4%
This creates a clear visual map of structural weakness around the cross.
3. MA Projections
Dotted projection lines show the current slope and momentum of MA50 and MA200.
When to Use It
This indicator is designed for traders who want to:
- spot early macro weakness
- manage exposure near trend shifts
- avoid premature long entries
- track Bitcoin's macro structure
- combine it with other confluence tools
Key Settings
- Timeframe for MAs – default 1D
- Type of Moving Average – SMA (default) or EMA
- Attention Zone – background color + maximum MA distance (%)
- Projections – enable/disable dotted forward MAs
Alerts Available
You can enable:
- Death Cross Alert
Triggers when MA50 crosses downward through MA200.
- Attention Zone Start
Triggers when the Attention Zone becomes active for the first time.
Create one or both depending on your strategy.
How to Interpret the Visuals
- 💀 Highlighted Candle + Skull Icon
→ The Death Cross has occurred.
- 🟡 Attention Zone Before the Cross
→ MA50 is turning downward and approaching MA200.
- 🟠 Attention Zone After the Cross
→ Post-cross weakness remains elevated.
- 🔮 MA Projections
→ Show the directional momentum of MA50 and MA200.
Suggested Confluence Tools
For better accuracy, combine with:
- RSI
- OBV
- Market Structure (BOS/CHoCH)
- Volume
- Macro sentiment
About This Indicator
Created for the Crypto Bros community to deliver:
- clean macro trend visualization
- early warning signals
- smart exposure and risk management
Feedback & Improvements
If you’d like more features or enhancements, feel free to reach out!
SMA 50 DerivativeThis approach uses calculus concepts:
First Derivative (slope): Rate of change of the SMA → ta.change(sma50)
Second Derivative (acceleration): Rate of change of the slope → ta.change(smaSlope)
1. First Derivative (smaSlope)
Measures: The instantaneous rate of change between the current bar and previous bar
Formula: sma50 - sma50
Interpretation:
> 0 = SMA is rising (uptrend)
< 0 = SMA is falling (downtrend)
= 0 = SMA is flat
2. Second Derivative (smaAcceleration)
Measures: How the slope itself is changing
Formula: smaSlope - smaSlope = (sma50 - sma50 ) - (sma50 - sma50 )
Interpretation:
> 0 = Slope is increasing (trend is accelerating)
< 0 = Slope is decreasing (trend is decelerating)
= 0 = Slope is constant
**For scalping, very short-term signals**
SMA 50 Acceleration/Deceleration DetectorThis indicator shows you when there is a decrease in acceleration on the sma50
S indicates a slowing of the increase
B indicates a slowing of the decrease
VWAP / MA + Average Candle Size [MaximizedTrading]VWAP / MA + Average Candle Size
Bring structure and precision to your trading with the VWAP / MA + Average Candle Size indicator, a comprehensive tool that combines every major Moving Average and VWAP variation in one adaptive system. Built for traders who want flexibility, accuracy, and a clear view of market volatility, this indicator gives you full control over your preferred averaging method and visualizes dynamic ACS-based bands that adjust automatically to changing conditions.
🧠 Why I Created This Indicator
Every trader has a favorite moving average or VWAP setup, but switching between them, recalibrating settings, and adding volatility bands can be a hassle. I built this indicator to unify all those features into a single, streamlined tool. Whether you’re a scalper using anchored VWAPs or a swing trader relying on EMAs, this indicator adapts to your workflow instantly.
I also integrated the Average Candle Size (ACS) concept to bring volatility into the equation. By combining VWAP or MA with ACS-based bands, you can instantly visualize how volatile the market is — and use those bands as dynamic zones for stop-loss or take-profit placement. This way, your strategy adapts naturally to real-time market conditions instead of relying on fixed levels.
🔧 Key Features:
All-in-One VWAP & MA Selection:
Choose between VWAP, SMA, EMA, SMMA (RMA), WMA, or VWMA — all within a single indicator.
Switch seamlessly without adding multiple tools to your chart.
Full VWAP Flexibility:
Customize your VWAP with adjustable anchor points such as Session, Week, Month, or Year — ideal for both intraday and swing trading setups.
Dynamic ACS Bands:
Up to three adaptive bands are automatically calculated based on the Average Candle Size.
Each band expands or contracts with volatility, allowing you to gauge market rhythm at a glance.
Stop-Loss & Take-Profit Guidance:
Use ACS bands as natural dynamic levels — a practical way to set stop-losses or take-profits that move with volatility rather than against it.
Visual Volatility Insights:
Quickly see when the market is quiet or active. During low volatility, the bands tighten; during strong movements, they widen — making volatility visually intuitive.
Clean and Minimal Layout:
Optimized for clarity and performance. All elements are easy to toggle on or off depending on your trading style.
📸 Example!
In this example, VWAP is anchored to the session while ACS bands (×1 and ×3) dynamically expand and contract with market volatility. Notice how price often finds resistance near the outer bands — a perfect visual guide for potential take-profit or re-entry zones.
In another setup, the 50 EMA serves as the main trend filter, with ACS bands framing price movement. During quiet periods, bands stay close to price, while during volatility spikes, they widen — clearly showing changing market conditions.
💬 I am dedicated to making this indicator as practical and user-friendly as possible. Feedback is always welcome — feel free to leave a comment or suggestion for future improvements!
SMA 500 Direction Change SignalsThis indicator alert when there is a change in the direction of the sma500, with a small triangle.
It also alerts when there are 3 changes within 10 bars, big triangle
Daily MA — Higher-Timeframe Daily Moving Average OverlayThis indicator plots a clean, higher-timeframe daily moving average directly on any chart, so you can always see where price sits relative to the daily trend — even while trading on lower timeframes (1m, 5m, etc.).
It’s designed to be:
Simple – a single, configurable daily MA line
Consistent – always anchored to the 1D timeframe
Flexible – choose EMA or SMA and customize line width/color
⸻
What This Indicator Does
Pulls the 1-Day (1D) moving average of the current symbol, regardless of your chart timeframe.
Lets you choose between EMA (Exponential Moving Average) or SMA (Simple Moving Average).
Plots that daily MA as a smooth overlay on your current chart.
Keeps the line visually clean and continuous, making it easy to see daily trend and dynamic support/resistance.
This is not a signals/strategy script. It doesn’t generate buy/sell arrows or backtest logic. It’s a context tool for visualizing the daily trend while you execute your own strategy.
⸻
Why a Daily MA Overlay Is Useful
Traders commonly use a daily moving average to:
Anchor intraday trades to the higher-timeframe trend
Longs when price is holding above the Daily MA
Shorts or caution when price is rejecting from the Daily MA
Identify dynamic support/resistance
Price often reacts around well-watched daily MAs (e.g., 50, 100, 200)
Filter setups
Only take long setups when price is above the daily trend line
Avoid counter-trend trades when price is extended far from the Daily MA
Because this script forces the MA to always be computed on 1D, you don’t have to switch back and forth between intraday and daily charts to keep track of the bigger picture.
⸻
Inputs & Settings
MA Length
Default: 200
Any positive integer (min 1)
Common examples: 50, 100, 200 for trend structure
MA Type
EMA – reacts faster to recent price (default)
SMA – smoother, slower, more “classic” feel
Line Width
Default: 2
Range: 1 to 10
Increase if you want the Daily MA to stand out clearly against other indicators
Color
Default: Purple tone
Fully customizable – pick any color that works with your chart theme
⸻
How to Use It in Your Workflow
Intraday traders (scalpers/day-traders):
Apply the indicator to your 1m/5m/15m charts.
Use the Daily MA as a trend filter :
Only look for long scalps when price is above the Daily MA.
Be more cautious with longs or consider shorts when price is below it.
Swing traders :
Use it on 1H/4H charts to see where price sits relative to a longer-term daily trend.
Watch for:
Pullbacks to the Daily MA in an uptrend as potential demand zones.
Rejections at the Daily MA in a downtrend as potential supply zones.
Risk management & context :
Avoid chasing extended moves far from the Daily MA.
Mark confluence with other tools (support/resistance, volume profile, etc.) around the Daily MA.
⸻
Notes & Limitations
The moving average itself is calculated from daily candles , then displayed on your current timeframe.
This is a visual aid only . It does not guarantee future performance or provide financial advice.
Always combine this indicator with your own analysis, risk management, and trading plan.
⸻
Disclaimer :
This script is provided for educational and informational purposes only. It is not financial advice and does not constitute a recommendation to buy or sell any financial instrument. Always do your own research and trade at your own risk.
PSAR with ATR Trailing Stop + SMA Filter📈 Strategy Overview: PSAR + 6×ATR Trailing Stop with SMA Filter
This strategy is built around the principle of “Cut the losers, let the winners run” — a disciplined, trend-following approach that combines the Parabolic SAR indicator with dynamic risk management and a Simple Moving Average (SMA) trend filter.
🔍 Strategy Logic
Trend Filter Trades are only taken in the direction of the prevailing trend, defined by a user-selected SMA (default: 100).
✅ Long trades only when price is above the SMA
✅ Short trades only when price is below the SMA
Entry Signal: A trade is triggered when the Parabolic SAR flips to the opposite side of the price bars, signaling a potential trend reversal.
Stop Loss: The stop loss is dynamically set at 6×ATR from the entry price. This adapts to market volatility and is recalculated every bar — effectively acting as a trailing stop.
Exit Logic: There is no fixed take profit. The trade remains open until the trailing stop is hit — allowing winners to run and losers to be cut quickly.
Risk Management: Each trade risks 0.5% of total equity, ensuring consistent position sizing and capital preservation.
📊 Visual Elements
PSAR dots mark trend direction changes
SMA line shows the broader trend filter
Trailing stop crosses (with 50% opacity) indicate the current stop level without cluttering the chart
⚙️ Customizable Inputs
PSAR parameters: Start, Increment, Maximum
ATR length and multiplier
SMA length
Risk percentage per trade
This strategy is ideal for traders who want to stay aligned with the trend, automate disciplined exits, and avoid emotional decision-making. Clean, simple, and powerful.
Wishing you calm and successful trades!
Close Below MAClose Below MA (SMA or EMA)
This indicator helps traders quickly identify when a candle closes below a moving average — a classic signal of potential bearish momentum or a shift in trend.
You can choose between Simple Moving Average (SMA) or Exponential Moving Average (EMA) from a convenient dropdown menu, and customize the MA length to fit your strategy.
When a candle closes below the selected MA, a small black arrow appears above the bar, and an alert can be triggered for instant notifications.
Features:
Choose between SMA or EMA.
Adjustable MA length.
Visual signal (arrow) when the close is below the selected MA.
Built-in alert support
Usage Ideas:
Spot early signs of a bearish reversal.
Use alerts for automated trade monitoring.
Price vs 10/50DMA (%) — single labelThis TradingView script shows how far the current price is from its 10-day and 50-day moving averages (DMAs), expressed as percentages, and displays both values as a single label near the latest candle — for example, “+3% vs 10DMA | +8% vs 50DMA.” You can switch between simple and exponential moving averages using the “Use EMA” checkbox, and adjust the period lengths in the input panel. To use it, simply copy the code into TradingView’s Pine Editor, click Add to chart, and you’ll see one live label updating each bar along with the plotted 10- and 50-day average lines.
dO / wO / mO + MA 50/200 + PrevDay H/L Description
This indicator plots key reference levels used by professional traders:
Daily Open (dO)
Weekly Open (wO)
Monthly Open (mO)
Previous Day High (pdH) and Previous Day Low (pdL)
Moving Averages: 50 & 200 SMA
Each level is drawn as a clean dotted white line with a fixed label directly on the price chart.
All levels can be individually toggled on or off via checkboxes in the settings panel.
The pdH/pdL lines start exactly from the candles that created them, providing clear structure for breakout, retracement, and liquidity analysis.
The 50/200 SMA are included for long-term trend context.
This tool is designed for traders who rely on multi-timeframe structure and precision levels for both intraday and swing strategies.
Features
Toggle visibility for dO, wO, mO, pdH, and pdL
Accurate placement of previous day levels
Lightweight and responsive
Clean minimal visual design
Supports any symbol and timeframe
Usage Notes
Perfect for confluence-based trading:
Combine pdH/pdL with session opens to identify key liquidity zones
Use SMA 50/200 for directional bias
Works on crypto, forex, indices, and equities
Ultimate AI Trading System - BW + QIMLOverview
Ultimate AI Trading System - BW + QIML is an overlay indicator that integrates Bill Williams' Profitunity chaos theory framework—specifically the Alligator for trend detection, Awesome Oscillator (AO) for momentum acceleration, Fractals for breakout pivots, and Market Facilitation Index (MFI) for efficiency/volume confirmation—with a custom quantum-inspired machine learning (QIML) layer. This fusion creates a multi-tier signal hierarchy (ultra-high, high, medium confidence) for long/short entries, designed to mitigate false signals in chaotic markets by requiring cross-validation between qualitative pattern recognition (BW) and probabilistic state modeling (QIML). An AI enhancement filter blends additional features (e.g., Stoch RSI, MACD histogram) via a weighted hyperbolic tangent model for final confirmation. The result is a adaptive system that escalates signals based on alignment strength, with a dashboard displaying real-time scores and market phases, ideal for trend-following in volatile assets like forex pairs (EURUSD) or indices (SPX) on 1H–Daily timeframes.
Core Mechanics
The indicator operates via two synergistic engines, plus an AI filter, to generate non-repainting signals only on bar close:
Bill Williams Engine (Chaos Theory Foundation)
This draws from Williams' "Profitunity" philosophy, viewing markets as fractal-driven chaos where trends emerge from "sleeping" to "awakening" phases:
Alligator: Three smoothed moving averages (SMMA via RMA) on HL/2—Jaw (13-period, blue), Teeth (8-period, red), Lips (5-period, green). Bullish "open mouth" when Lips > Teeth > Jaw (price above lines); bearish inverse. Signals trend emergence; e.g., crossover above Jaw indicates chaos resolving into uptrend.
Awesome Oscillator (AO): Histogram of SMA(HL/2, 5) - SMA(HL/2, 34). Measures momentum divergence—rising green bars above zero = accelerating bulls; saucer patterns (three-bar lows) confirm shifts.
Fractals: Local pivots (2-bar left/right confirmation)—up-fractal (high > neighbors) as resistance breaks, down-fractal (low < neighbors) as support. Triggers on close crossing the most recent fractal price.
Market Facilitation Index (MFI): (High - Low) / Volume ratio. Filters efficiency: "Green" (MFI rising + volume up) confirms genuine moves; "Fake" (MFI up, volume down) warns traps; optional toggle to block signals without volume backing.
These create base conditions: e.g., long if Alligator bullish + AO positive + fractal breakout + MFI green.
Quantum-Inspired ML (QIML) Engine (Probabilistic Enhancement)
Inspired by quantum superposition (multiple market "states" co-existing until observed via price action) and tunneling (price "leaping" barriers in low-probability events), this layer quantifies BW's qualitative signals into confidence scores (0–100%):
Superposition State: Z-score normalized momentum differential (fast SMA(10) - slow SMA(20)) represents overlaid bull/bear potentials; scaled by volatility regime (ATR z-score) to dampen in high-vol (ATR >1.2x 20-period avg) or amplify in low-vol (<0.8x).
Probability Weighting: Squared normalized deviation from 20-SMA (as "quantum probability amplitude") weights deviations; e.g., |close - SMA| / max deviation over lookback, squared for non-linear emphasis on extremes.
Tunneling Breakouts: Volatility bands (±1.5x ATR around SMA); crossover = "tunneling" event adding 30% to score, modeling rare but decisive moves.
Confidence Calculation: Tanh-activated aggregation—buy score = tanh(momentum) * 0.5 + min(1, weight) * 0.2 + tunneling * 0.3; scaled 0–100% with vol adjustment (e.g., *0.8 in high vol). Threshold (default 70%) for signals; prevents simultaneous buy/sell by favoring stronger.
QIML complements BW by assigning probabilities to chaos patterns—e.g., Alligator open without momentum gets low score, filtering noise.
AI Enhancement Filter (Feature Fusion)
A simple weighted tanh model normalizes and blends four features over user lookback (default 20):
Momentum: Stoch RSI (RSI(14) stochastized) z-normalized (-1 to +1).
Trend: MACD(12,26,9) histogram normalized.
Volatility: ATR(14) normalized.
Context: (Close - Jaw) normalized for Alligator alignment.
Final score = 0.3momentum + 0.25trend + 0.15vol + 0.3context; tanh-applied for sigmoid-like bounding (-1 bear to +1 bull). Threshold (default 0.5) gates signals; e.g., >0.5 required for longs.
Signal Hierarchy & Integration
Ultra-High (Rare, Lime/Maroon labels): Full BW condition + QIML >85% + AI >0.7 (strict alignment for "quantum collapse" to trend).
High (Green/Red arrows): Mode-dependent—Conservative: BW + QIML; Aggressive: OR; Single modes: One engine only.
Medium (Faded circles): Partial (e.g., BW without QIML but QIML >50%) for scalps.
No overlaps; MFI/AI optional. Background tints market phase (green bull momentum low-vol, etc.).
Dashboard (bottom-right default): Rows for Alligator/AO/MFI status, AI score, QIML buy/sell %, final signal, and mode note.
Why This Adds Value & Originality
Standalone BW tools excel at chaos detection but lack probabilistic filtering, leading to whipsaws in ranging markets (e.g., Alligator "sleeps" indefinitely). Pure ML overlays often ignore fractal geometry, missing breakout nuances. This mashup justifies its integration by using QIML's superposition/tunneling to "quantize" BW signals—e.g., fractal breaks only fire if probability-weighted momentum aligns, reducing false positives by 30–50% in backtests on EURUSD 1H (user-verifiable via strategy tester). The AI layer fuses BW context (Jaw deviation) with standard oscillators, creating a "chaos-aware" score absent in generic hybrids. No equivalent script applies tanh-bounded quantum analogies to BW fractals with tiered modes and vol-regime damping; it condenses 4+ indicators into one, with ultra-signals for high-RR setups (e.g., scale into ultra on pullbacks).
How to Use
Setup: Overlay on chart. Start with Conservative mode + defaults (Jaw 13/Teeth 8/Lips 5; QIML lookback 20, threshold 70%; AI threshold 0.5). Enable MFI for volume assets; toggle ultra for rarer entries. Position dashboard as needed.
Interpret Signals:
Ultra: Large triangles—e.g., "ULTRA BUY" on Alligator open + AO saucer + fractal cross + QIML 90% (enter full size, trail via Teeth).
High: Standard arrows—Conservative requires dual confirmation; Aggressive suits scalps (e.g., BUY on QIML alone if BW neutral).
Medium: Small circles—probe with half-size (e.g., "B" if partial bull).
Dashboard: Green AO + 75% QIML buy = building case; "WAIT" if neutral.
Trading Example: On GBPUSD 4H, Alligator opens bull (Lips cross Teeth) + fractal break at 1.25 + QIML 72% (momentum z>0, low-vol amp) + AI 0.6 → High BUY. Stop below down-fractal; target 1:2 RR at upper band. In crypto (BTC 1H), shorten BW lengths (Jaw 10) + Aggressive mode for volatility.
Alerts: Set for ultra/high/medium; messages include ticker and type.
Best on trending/chaotic markets (avoid pure ranges); 1H+ for swings, 15M+ Aggressive for day trades. Pair with volume profiles for confluence.
Tips
Backtest modes: Conservative yields fewer (higher win-rate) signals; tune QIML vol sensitivity (0.8 low-vol assets like stocks, 1.5 crypto).
Customize: Disable Alligator display for clean charts; extend lookback in trends (QIML 40).
Optimization: Test AI weights (e.g., boost context to 0.4 for BW-heavy bias).
Limitations & Disclaimer
Signals confirm on close (1-bar lag); QIML/AI are rule-based heuristics, not trained neural nets—overfit risk in non-chaotic regimes (e.g., news spikes). BW assumes fractal persistence (fails in manipulations); MFI volume-dependent (weak on forex). No auto-exits—use ATR(14)*1.5 stops. Thresholds need per-asset tuning (e.g., lower 60% for high-vol). Max 10–20 signals/month in Conservative. Not financial advice; backtest thoroughly, risk ≤1% capital. Past performance ≠ future results. Share ideas in comments!
Teknik Aritmetik Ortalama )Mira)-1*Finds the best places to buy.
*It plots an indicator that calculates the arithmetic average of the MA, EMA, and pivot values.
*Uses the same weight for all values in the calculation.
*Buying opportunities are identified when the price is at or below the indicator line and confirmed by other indicators and trading volume.
*Average values are customizable via the indicator's settings.
*It is not investment advice. It is designed to provide an idea for determining the best entry points.
Multi-Timeframe SMA + AlertsThis indicator displays the Simple Moving Average (SMA) across multiple timeframes simultaneously on your chart. It helps traders quickly visualize trend direction across different intervals without switching charts.
Features:
Multi-Timeframe SMA: Shows SMA for multiple timeframes (1m, 3m, 5m, 15m, 30m by default; visibility customizable).
Customizable SMA Length: Choose any SMA length to suit your trading strategy.
Colored SMAs: Each timeframe is represented with a distinct color for easy differentiation.
Price vs SMA Table: Displays SMA values and whether the current price is Above, Below, or At the SMA for each timeframe.
Chart Labels: Marks the last SMA values on the chart for quick reference.
Alerts: Set alerts when price crosses above or below any timeframe’s SMA, with clear messages indicating the timeframe and price.
Customizable Inputs: Select which SMAs to display and define the SMA length.
Use Cases:
Identify short-term vs. longer-term trend alignment.
Spot potential entry or exit points when price crosses the SMA on multiple timeframes.
Keep track of SMA relationships without constantly switching timeframes.
How to Use:
Add the indicator to any chart.
Choose which timeframes’ SMAs to display.
Set the SMA length according to your strategy.
Optionally, set alerts for crossovers or crossunders.
Use the table and labels to monitor SMA levels at a glance.
Tips:
Combine with other indicators for confirmation of trend direction.
Use alerts to avoid constantly watching the chart.
Goldencross & Deathcross Highlights (50/200 SMA) - Fixed dailyThis indicator visualizes major long-term trend shifts in the market
by tracking the daily 50-day and 200-day Simple Moving Averages (SMAs)
— regardless of your current chart timeframe.
🟩 A green flash (Golden Cross) appears when the 50-day SMA crosses
above the 200-day SMA — signaling potential long-term bullish momentum.
🟥 A red flash (Death Cross) appears when the 50-day SMA crosses
below the 200-day SMA — suggesting potential long-term bearish pressure.
Unlike typical SMA overlays, this script:
• Pulls daily data directly (fixed to daily timeframe)
• Works cleanly on any chart timeframe (5m, 1h, 4h, etc.)
• Avoids clutter by hiding moving average lines
• Shows only short, subtle flashes and one clean marker per event






















