OPEN-SOURCE SCRIPT
[ A L P H A X ] Momentum Flow

AlphaX Momentum Flow — 4-Color MACD Histogram, Divergence Detection, Squeeze Breakout, Zero Line Cross Markers & Live Dashboard
AlphaX Momentum Flow is a professional-grade MACD oscillator rebuilt from the ground up in Pine Script v6 under the AlphaX visual system. It takes the classic MACD framework and extends it with four additional signal layers — divergence detection, histogram squeeze breakout, zero line cross markers, and a real-time live dashboard — all presented through a clean, clutter-free visual design that eliminates the label noise common in most enhanced MACD indicators. Every signal is confirmed on bar close with zero repainting.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📸 Visual Overview

AlphaX Momentum Flow showing the 4-color histogram, MACD and signal lines, cross dots, zero line triangles, divergence ring markers, squeeze background flash, and the live dashboard
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔬 The MACD Engine
At the core of AlphaX Momentum Flow is the standard MACD calculation — fast EMA minus slow EMA, smoothed by a signal line, with the histogram representing the gap between them. The defaults (12 / 26 / 9) match the classic configuration used across most trading platforms, so the indicator is immediately familiar and directly comparable to any standard MACD setup.
What separates Momentum Flow from a plain MACD is everything built on top of that core — the visual system, the additional signal layers, and the live dashboard that synthesizes everything into a single readable state panel.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 4-Color Histogram
The histogram uses four distinct colors to communicate not just direction but momentum quality at a glance — telling you whether the current move is building or fading before the MACD line has even crossed.
Reading the histogram in 4-color mode gives you earlier warning of momentum shifts than waiting for a MACD/signal line cross — a transition from bright to dim in either direction is the first sign that the current move is losing energy.
4-color mode can be toggled off to display the histogram in a single neutral color if you prefer the classic look.
4-color histogram in action — bright colors marking strong momentum phases, dim colors showing early fading
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
〇 Signal Line Cross Dots
When the MACD line crosses the signal line, a filled circle is plotted directly on the signal line at the cross bar:
Cross dots are placed on the signal line rather than the histogram, keeping them visually separated from the histogram bars and easy to spot even during busy market conditions. They are confirmed on bar close only — no repainting.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▲ Zero Line Cross Markers
When the MACD line crosses above or below zero, a small triangle is plotted directly on the zero line:
Zero line crosses are more significant than signal line crosses. A signal line cross tells you momentum is shifting within the current trend. A zero line cross tells you the macro trend itself has changed — price is now on the other side of its moving average equilibrium. Use zero line crosses to set your directional bias and signal line crosses to time entries within that bias.
Markers are pinned exactly on the zero line — no floating labels, no clutter.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
◆ Divergence Detection
AlphaX Momentum Flow detects both bullish and bearish divergence automatically, confirmed on bar close with zero repainting.
Bullish Divergence — price makes a lower low over the lookback window while the MACD makes a higher low at the same time, and MACD is currently below zero. This combination signals that selling pressure is weakening even though price is still falling — a classic early warning of a potential reversal upward.
Bearish Divergence — price makes a higher high over the lookback window while the MACD makes a lower high at the same time, and MACD is currently above zero. This signals that buying pressure is weakening even though price is still rising — an early warning of a potential reversal downward.
Divergence is marked with a distinctive ring marker — a larger outer circle with a dark center — plotted directly on the MACD line at the divergence bar. The ring design is intentionally distinct from the smaller, filled cross dots so you can differentiate the two signal types instantly without reading any text.
Two additional guards keep divergence signals meaningful:
The divergence lookback window is configurable from 5 to 50 bars.
Divergence ring markers on the MACD line — larger ring shape clearly distinguishes them from the cross dots
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚡ Histogram Squeeze Breakout
The Squeeze detector monitors the histogram for periods of compression — when the bars are getting progressively smaller in absolute terms, momentum is coiling and a breakout move is building. When the compression resolves and the histogram begins expanding again, the squeeze breakout fires.
How the squeeze is detected:
The signal is deliberately designed to mark the start of the new move rather than the quiet period before it. The squeeze period itself is shown in the dashboard as ● COILING so you can see compression building in real time, and the moment it resolves the dashboard switches to ⚡ BULL SQUEEZE or ⚡ BEAR SQUEEZE.
Visually, the squeeze breakout is shown as a single-bar background flash — the pane background briefly highlights in green or red at the breakout bar only, then returns to normal. This is clean and unambiguous — no labels stacking on the histogram, no text overlapping other signals.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎨 Bias Background Tint
When both the MACD line and the histogram agree on direction — both above zero for bullish, both below zero for bearish — a very subtle, persistent background tint is applied to the oscillator pane. Green for confirmed bull bias, red for confirmed bear bias, invisible when conditions are mixed or uncertain.
The tint is set at near-full transparency so it never competes with the histogram or lines visually — it is purely an ambient cue that tells you the overall momentum alignment without requiring you to actively check both values.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📋 Live Dashboard
The dashboard gives you a real-time text readout of every MACD state in a compact panel — no need to read individual values off the chart manually. Eight rows update on every bar close:
Dashboard position is configurable — Top Right, Top Left, Bottom Right, or Bottom Left.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚡ Key Features
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚙ Settings Reference
MACD Settings
Display
Signals
Dashboard
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔔 Alert Conditions
All alert messages include {{ticker}} and {{interval}} placeholders for webhook integration.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🚀 How to Read AlphaX Momentum Flow — Step by Step
Step 1 — Set your directional bias from the zero line
Step 2 — Read histogram momentum for timing
Step 3 — Use signal line crosses for entry timing
Step 4 — Watch for divergence as early reversal warning
Step 5 — Act on squeeze breakouts for impulsive move entries
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
👥 Who This Is For
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📝 Notes
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚠ Disclaimer
This indicator is a technical analysis and visualization tool intended for educational and informational purposes only. It does not constitute financial advice or a recommendation to buy or sell any financial instrument. All signals are generated from historical and real-time price data using mathematical calculations — their accuracy or profitability is not guaranteed. Past performance does not guarantee future results. Always conduct your own analysis, use proper risk management, and consult a licensed financial advisor before making any trading decisions. The author accepts no responsibility for any losses incurred from the use of this indicator.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Built for traders who want more from their MACD — without more noise on their chart.
AlphaX Momentum Flow is a professional-grade MACD oscillator rebuilt from the ground up in Pine Script v6 under the AlphaX visual system. It takes the classic MACD framework and extends it with four additional signal layers — divergence detection, histogram squeeze breakout, zero line cross markers, and a real-time live dashboard — all presented through a clean, clutter-free visual design that eliminates the label noise common in most enhanced MACD indicators. Every signal is confirmed on bar close with zero repainting.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📸 Visual Overview
AlphaX Momentum Flow showing the 4-color histogram, MACD and signal lines, cross dots, zero line triangles, divergence ring markers, squeeze background flash, and the live dashboard
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔬 The MACD Engine
At the core of AlphaX Momentum Flow is the standard MACD calculation — fast EMA minus slow EMA, smoothed by a signal line, with the histogram representing the gap between them. The defaults (12 / 26 / 9) match the classic configuration used across most trading platforms, so the indicator is immediately familiar and directly comparable to any standard MACD setup.
What separates Momentum Flow from a plain MACD is everything built on top of that core — the visual system, the additional signal layers, and the live dashboard that synthesizes everything into a single readable state panel.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 4-Color Histogram
The histogram uses four distinct colors to communicate not just direction but momentum quality at a glance — telling you whether the current move is building or fading before the MACD line has even crossed.
- Bright green (bull bright) — histogram is above zero and expanding. Bullish momentum is actively building. The strongest bullish histogram state.
- Dim green (bull dim) — histogram is above zero but contracting. Bullish momentum exists but is beginning to fade. Watch for a potential cross or reversal.
- Bright red (bear bright) — histogram is below zero and expanding downward. Bearish momentum is actively building. The strongest bearish histogram state.
- Dim red (bear dim) — histogram is below zero but contracting back toward zero. Bearish momentum exists but is weakening. A potential reversal or cross may be forming.
Reading the histogram in 4-color mode gives you earlier warning of momentum shifts than waiting for a MACD/signal line cross — a transition from bright to dim in either direction is the first sign that the current move is losing energy.
4-color mode can be toggled off to display the histogram in a single neutral color if you prefer the classic look.
4-color histogram in action — bright colors marking strong momentum phases, dim colors showing early fading
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
〇 Signal Line Cross Dots
When the MACD line crosses the signal line, a filled circle is plotted directly on the signal line at the cross bar:
- Bright green dot — MACD crossed above signal. Bullish momentum shift.
- Bright red dot — MACD crossed below signal. Bearish momentum shift.
Cross dots are placed on the signal line rather than the histogram, keeping them visually separated from the histogram bars and easy to spot even during busy market conditions. They are confirmed on bar close only — no repainting.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
▲ Zero Line Cross Markers
When the MACD line crosses above or below zero, a small triangle is plotted directly on the zero line:
- ▲ Green triangle — MACD crossed above zero. Macro bullish bias confirmed — the fast EMA has moved above the slow EMA.
- ▼ Red triangle — MACD crossed below zero. Macro bearish bias confirmed.
Zero line crosses are more significant than signal line crosses. A signal line cross tells you momentum is shifting within the current trend. A zero line cross tells you the macro trend itself has changed — price is now on the other side of its moving average equilibrium. Use zero line crosses to set your directional bias and signal line crosses to time entries within that bias.
Markers are pinned exactly on the zero line — no floating labels, no clutter.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
◆ Divergence Detection
AlphaX Momentum Flow detects both bullish and bearish divergence automatically, confirmed on bar close with zero repainting.
Bullish Divergence — price makes a lower low over the lookback window while the MACD makes a higher low at the same time, and MACD is currently below zero. This combination signals that selling pressure is weakening even though price is still falling — a classic early warning of a potential reversal upward.
Bearish Divergence — price makes a higher high over the lookback window while the MACD makes a lower high at the same time, and MACD is currently above zero. This signals that buying pressure is weakening even though price is still rising — an early warning of a potential reversal downward.
Divergence is marked with a distinctive ring marker — a larger outer circle with a dark center — plotted directly on the MACD line at the divergence bar. The ring design is intentionally distinct from the smaller, filled cross dots so you can differentiate the two signal types instantly without reading any text.
Two additional guards keep divergence signals meaningful:
- Bullish divergence only fires when MACD is below zero — divergence from within bearish territory is structurally more significant than divergence above the zero line
- Bearish divergence only fires when MACD is above zero — same logic in reverse
The divergence lookback window is configurable from 5 to 50 bars.
Divergence ring markers on the MACD line — larger ring shape clearly distinguishes them from the cross dots
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚡ Histogram Squeeze Breakout
The Squeeze detector monitors the histogram for periods of compression — when the bars are getting progressively smaller in absolute terms, momentum is coiling and a breakout move is building. When the compression resolves and the histogram begins expanding again, the squeeze breakout fires.
How the squeeze is detected:
- The absolute value of the histogram is tracked over the squeeze lookback window
- When the recent minimum absolute histogram value is very small relative to the broader historical range — below 15% of the recent high-low range — the market is in a squeeze state
- The squeeze breakout signal fires on the first bar where the histogram was in a squeeze state on the prior bar and is now actively expanding in a clear direction
- A bullish squeeze breakout fires when the histogram is above zero and expanding
- A bearish squeeze breakout fires when the histogram is below zero and expanding
The signal is deliberately designed to mark the start of the new move rather than the quiet period before it. The squeeze period itself is shown in the dashboard as ● COILING so you can see compression building in real time, and the moment it resolves the dashboard switches to ⚡ BULL SQUEEZE or ⚡ BEAR SQUEEZE.
Visually, the squeeze breakout is shown as a single-bar background flash — the pane background briefly highlights in green or red at the breakout bar only, then returns to normal. This is clean and unambiguous — no labels stacking on the histogram, no text overlapping other signals.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎨 Bias Background Tint
When both the MACD line and the histogram agree on direction — both above zero for bullish, both below zero for bearish — a very subtle, persistent background tint is applied to the oscillator pane. Green for confirmed bull bias, red for confirmed bear bias, invisible when conditions are mixed or uncertain.
The tint is set at near-full transparency so it never competes with the histogram or lines visually — it is purely an ambient cue that tells you the overall momentum alignment without requiring you to actively check both values.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📋 Live Dashboard
The dashboard gives you a real-time text readout of every MACD state in a compact panel — no need to read individual values off the chart manually. Eight rows update on every bar close:
- MACD — live MACD line value, green when above zero, red when below
- SIGNAL — live signal line value
- HISTOGRAM — live histogram value, green when positive, red when negative
- HIST MOM — histogram momentum state: ▲ EXPANDING or ▼ FADING, reflecting whether the current histogram bar is larger or smaller than the previous one
- BIAS — overall momentum bias: ▲ BULL (both MACD and histogram positive), ▼ BEAR (both negative), ▲ WEAK BULL or ▼ WEAK BEAR when they disagree. Highlighted in green or red when a strong bias is active.
- CROSS — shows ▲ BULL CROSS or ▼ BEAR CROSS when a signal line cross occurred on the current bar, highlighted in the corresponding color, otherwise — NONE
- SIGNAL — shows the highest-priority active special signal: ◆ BULL DIVERGENCE, ◆ BEAR DIVERGENCE, ⚡ BULL SQUEEZE, ⚡ BEAR SQUEEZE, ● COILING (squeeze building but not yet broken), or — NONE
Dashboard position is configurable — Top Right, Top Left, Bottom Right, or Bottom Left.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚡ Key Features
- 📊 4-color histogram — bright/dim bull and bear shading shows momentum direction AND quality simultaneously
- 〇 Signal line cross dots — filled circles on the signal line, bull green and bear red, confirmed on bar close
- ▲ Zero line cross markers — small triangles pinned at zero, marking macro trend shifts cleanly with no floating labels
- ◆ Divergence detection — bullish and bearish divergence with configurable lookback, marked with distinctive ring markers on the MACD line
- ⚡ Squeeze breakout detection — compression period monitoring with a single-bar background flash on breakout, no labels
- 🎨 Bias background tint — subtle ambient pane color when MACD and histogram both confirm the same direction
- 📋 Live 8-row dashboard — MACD, signal, histogram values, histogram momentum, bias state, cross status, and special signal — all updating in real time
- 🔔 10 alert conditions — individual alerts for every signal type plus combined any-bull and any-bear alerts
- ✅ Zero repainting — all signals confirmed on bar close only
- 🎨 Full AlphaX visual theme — yellow-green for bullish, red for bearish, dark background dashboard, consistent across all chart elements
- ⚙ Fully configurable — all MACD periods, source, display toggles, divergence lookback, and squeeze sensitivity adjustable from the settings panel
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚙ Settings Reference
MACD Settings
- Fast Length — EMA period for the fast moving average (default: 12)
- Slow Length — EMA period for the slow moving average (default: 26)
- Signal Length — SMA period for the signal line smoothing (default: 9)
- Source — price source used for all calculations (default: close)
Display
- Show MACD Line — toggle the MACD line on or off
- Show Signal Line — toggle the signal line on or off
- Show Histogram — toggle the histogram bars on or off
- Histogram 4-Color Mode — toggle between 4-color momentum shading and single neutral color
- Show Bias Background Tint — toggle the ambient pane tint when bias is confirmed
Signals
- Show Signal Cross Dots — toggle cross dot markers on the signal line
- Show Zero Line Cross Markers — toggle triangle markers at the zero line
- Show Divergence Markers — toggle divergence ring markers on the MACD line
- Divergence Lookback — number of bars to look back for divergence comparison (default: 14, range: 5–50)
- Show Squeeze Breakout Markers — toggle squeeze breakout background flash
- Squeeze Lookback (bars) — number of bars to measure histogram compression over (default: 5, range: 3–20)
Dashboard
- Show Dashboard — toggle the live dashboard panel on or off
- Position — placement of the dashboard (Top Right, Top Left, Bottom Right, Bottom Left)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔔 Alert Conditions
- Bull Signal Cross — MACD crossed above signal line
- Bear Signal Cross — MACD crossed below signal line
- Bull Zero Line Cross — MACD crossed above zero
- Bear Zero Line Cross — MACD crossed below zero
- Bullish Divergence — price lower low with MACD higher low below zero
- Bearish Divergence — price higher high with MACD lower high above zero
- Bullish Squeeze Breakout — histogram expanding bullish after compression
- Bearish Squeeze Breakout — histogram expanding bearish after compression
- Any Bull Signal — fires on any of the four bullish events above
- Any Bear Signal — fires on any of the four bearish events above
All alert messages include {{ticker}} and {{interval}} placeholders for webhook integration.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🚀 How to Read AlphaX Momentum Flow — Step by Step
Step 1 — Set your directional bias from the zero line
- MACD above zero → macro bullish bias. Prioritize long setups and look for bullish signal line crosses and bullish divergence.
- MACD below zero → macro bearish bias. Prioritize short setups and look for bearish signal line crosses and bearish divergence.
- A zero line cross triangle tells you the moment the bias has officially flipped.
Step 2 — Read histogram momentum for timing
- Bright color = momentum actively building in that direction. The strongest bars to align entries with.
- Dim color = momentum fading. Not the time to chase — a cross or reversal may be forming.
- Watch for dim → bright transitions as early momentum re-acceleration signals.
Step 3 — Use signal line crosses for entry timing
- A green dot on the signal line during a bullish bias (MACD above zero) is a confirmation entry signal — momentum is re-aligning with the macro trend.
- A red dot during a bearish bias is the equivalent for shorts.
- Cross dots that occur against the zero line bias (e.g., a red cross dot while MACD is above zero) are counter-trend signals — treat them with more caution or use them only for partial exits.
Step 4 — Watch for divergence as early reversal warning
- A ◆ ring marker on the MACD line means price and momentum are disagreeeing — one of them is about to correct toward the other.
- Bullish divergence below zero is one of the highest-probability reversal setups on this indicator — price is making new lows but the selling force is measurably weakening.
- Do not act on divergence alone — wait for a signal line cross or zero line cross to confirm the reversal is beginning.
Step 5 — Act on squeeze breakouts for impulsive move entries
- When the dashboard shows ● COILING, momentum is compressing. A larger move is building.
- When the pane flashes and the dashboard switches to ⚡ BULL SQUEEZE or ⚡ BEAR SQUEEZE, the compression has resolved — the new move is starting.
- Squeeze breakouts are particularly powerful when they occur after a zero line cross — compressed momentum breaking out in the direction of a fresh macro bias shift.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
👥 Who This Is For
- 📈 MACD users who want more information without more clutter — every enhancement adds insight through visual design, not text labels stacking on the chart
- 🥇 Momentum traders on any instrument or timeframe — works on forex, gold, indices, crypto, and equities across all timeframes
- 🧠 Traders who use MACD for trend confirmation — the zero line cross markers and bias tint make the macro trend state immediately obvious without reading numbers
- 🔍 Traders who rely on divergence — automated detection with a clean ring marker removes the manual scanning process
- ⚡ Breakout traders — the squeeze detector gives early warning when momentum is coiling before an impulsive move
- 🔔 Alert-driven traders — 10 alert conditions cover every signal type with clean webhook-ready messages
- 📋 Traders who want a live status readout — the dashboard replaces manual value checking with a real-time state panel
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📝 Notes
- All signals are confirmed on bar close — Momentum Flow does not repaint. Signals visible on historical bars will not move or disappear.
- The divergence detector compares the current bar's close and MACD value against the lowest or highest values seen in the lookback window. Increasing the lookback produces fewer but more structurally significant divergence signals. Decreasing it produces more frequent signals on smaller swings.
- The squeeze sensitivity is controlled by the Squeeze Lookback setting. Shorter lookback = more squeeze signals on minor compressions. Longer lookback = only major compression periods qualify.
- The MACD line color changes dynamically based on whether it is above or below the signal line — green when above, red when below — giving an additional at-a-glance view of cross state beyond the dot markers.
- Default MACD settings (12 / 26 / 9) are the universal standard. They work well across all timeframes and instruments without adjustment. Modify them only if you have a specific reason based on your instrument's volatility profile.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚠ Disclaimer
This indicator is a technical analysis and visualization tool intended for educational and informational purposes only. It does not constitute financial advice or a recommendation to buy or sell any financial instrument. All signals are generated from historical and real-time price data using mathematical calculations — their accuracy or profitability is not guaranteed. Past performance does not guarantee future results. Always conduct your own analysis, use proper risk management, and consult a licensed financial advisor before making any trading decisions. The author accepts no responsibility for any losses incurred from the use of this indicator.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Built for traders who want more from their MACD — without more noise on their chart.
סקריפט קוד פתוח
ברוח האמיתית של TradingView, יוצר הסקריפט הזה הפך אותו לקוד פתוח, כך שסוחרים יוכלו לעיין בו ולאמת את פעולתו. כל הכבוד למחבר! אמנם ניתן להשתמש בו בחינם, אך זכור כי פרסום חוזר של הקוד כפוף ל־כללי הבית שלנו.
🌐 alphax.trading
Institutional Grade Signals --> Engineered for Retail
💎ᴠɪᴘ tradingview.com/v/TaXohZvb/
[ A L P H A X ] PRIME - Premium Signal Engine
🔢 alphax.trading/resources/calculators
AlphaX Calculators
Institutional Grade Signals --> Engineered for Retail
💎ᴠɪᴘ tradingview.com/v/TaXohZvb/
[ A L P H A X ] PRIME - Premium Signal Engine
🔢 alphax.trading/resources/calculators
AlphaX Calculators
כתב ויתור
המידע והפרסומים אינם מיועדים להיות, ואינם מהווים, ייעוץ או המלצה פיננסית, השקעתית, מסחרית או מכל סוג אחר המסופקת או מאושרת על ידי TradingView. קרא עוד ב־תנאי השימוש.
סקריפט קוד פתוח
ברוח האמיתית של TradingView, יוצר הסקריפט הזה הפך אותו לקוד פתוח, כך שסוחרים יוכלו לעיין בו ולאמת את פעולתו. כל הכבוד למחבר! אמנם ניתן להשתמש בו בחינם, אך זכור כי פרסום חוזר של הקוד כפוף ל־כללי הבית שלנו.
🌐 alphax.trading
Institutional Grade Signals --> Engineered for Retail
💎ᴠɪᴘ tradingview.com/v/TaXohZvb/
[ A L P H A X ] PRIME - Premium Signal Engine
🔢 alphax.trading/resources/calculators
AlphaX Calculators
Institutional Grade Signals --> Engineered for Retail
💎ᴠɪᴘ tradingview.com/v/TaXohZvb/
[ A L P H A X ] PRIME - Premium Signal Engine
🔢 alphax.trading/resources/calculators
AlphaX Calculators
כתב ויתור
המידע והפרסומים אינם מיועדים להיות, ואינם מהווים, ייעוץ או המלצה פיננסית, השקעתית, מסחרית או מכל סוג אחר המסופקת או מאושרת על ידי TradingView. קרא עוד ב־תנאי השימוש.