OPEN-SOURCE SCRIPT
Vol > 2×MA20

Vol > 2×MA20 – שער-נפח לפריצות אמיתיות
הסקריפט מדגיש בר־דקה שבו נפח המסחר הנוכחי גדול פי 2 מהממוצע-נע של 20 נרות (SMA-20).
מטרתו לסנן “פריצות דקיקות” ולאמת שתנועה טכנית נתמכת בכסף אמיתי.
חישוב – trigger = volume > 2 * sma(volume, 20)
תצוגה –
עמודות נפח כחולות רגילות
קו אדום = 2 × SMA20 להצגת הסף
נקודת Alert (💠) כאשר התנאי מתקיים
AlertCondition – מובנה בשם “VolumeGate” (Once Per Bar Close מומלץ)
טיימפריים מומלץ – גרף 1-דקה או 5-דקות; מתאים גם ל-Higher TF אם משנים את המכפיל.
שימוש עיקרי – Day-Trading / סקאלפ: כניסה רק כשפריצה במחיר מלוּוָה בנפח כפול.
פרמטרים ניתנים לשינוי –
len (בר־אורך ממוצע; ברירת-מחדל = 20)
mult (מכפיל נפח; ברירת-מחדל = 2)
פשוט הוסף בקוד:
len = input.int(20, "Length")
mult = input.float(2.0, "Multiplier")
כתב-ויתור – הסקריפט מספק אינדיקציה כמותית בלבד ואינו המלצה לביצוע עסקה.
אשר נתוני Real-Time, חדשות וספרי פקודות לפני כל החלטה.
Vol > 2 × MA20 — Volume Gate for Genuine Breakouts
This script highlights any bar whose trading volume is at least twice the 20-bar simple moving average (SMA-20).
Its goal is to filter out “thin” price spikes and confirm that a breakout is backed by real buying power.
Logic – trigger = volume > 2 * sma(volume, 20)
Visuals
Regular volume columns in blue
Red line = 2 × SMA-20 (the threshold)
Diamond marker whenever the condition is met
AlertCondition – Built-in under the name “VolumeGate” (use Once Per Bar Close for best results)
Recommended time-frames – 1-minute or 5-minute charts; works on higher TFs if you adjust the multiplier.
Primary use-case – Day-trading / scalping: enter trades only when a price breakout is accompanied by at least double the average volume.
Customizable inputs
pinescript
Copy
Edit
len = input.int(20, "Length")
mult = input.float(2, "Multiplier")
Change them to suit different assets or market conditions.
Disclaimer – This script provides a quantitative signal only and is not financial advice. Always confirm with real-time data, news, and order-book depth before acting.
Ask ChatGPT
הסקריפט מדגיש בר־דקה שבו נפח המסחר הנוכחי גדול פי 2 מהממוצע-נע של 20 נרות (SMA-20).
מטרתו לסנן “פריצות דקיקות” ולאמת שתנועה טכנית נתמכת בכסף אמיתי.
חישוב – trigger = volume > 2 * sma(volume, 20)
תצוגה –
עמודות נפח כחולות רגילות
קו אדום = 2 × SMA20 להצגת הסף
נקודת Alert (💠) כאשר התנאי מתקיים
AlertCondition – מובנה בשם “VolumeGate” (Once Per Bar Close מומלץ)
טיימפריים מומלץ – גרף 1-דקה או 5-דקות; מתאים גם ל-Higher TF אם משנים את המכפיל.
שימוש עיקרי – Day-Trading / סקאלפ: כניסה רק כשפריצה במחיר מלוּוָה בנפח כפול.
פרמטרים ניתנים לשינוי –
len (בר־אורך ממוצע; ברירת-מחדל = 20)
mult (מכפיל נפח; ברירת-מחדל = 2)
פשוט הוסף בקוד:
len = input.int(20, "Length")
mult = input.float(2.0, "Multiplier")
כתב-ויתור – הסקריפט מספק אינדיקציה כמותית בלבד ואינו המלצה לביצוע עסקה.
אשר נתוני Real-Time, חדשות וספרי פקודות לפני כל החלטה.
Vol > 2 × MA20 — Volume Gate for Genuine Breakouts
This script highlights any bar whose trading volume is at least twice the 20-bar simple moving average (SMA-20).
Its goal is to filter out “thin” price spikes and confirm that a breakout is backed by real buying power.
Logic – trigger = volume > 2 * sma(volume, 20)
Visuals
Regular volume columns in blue
Red line = 2 × SMA-20 (the threshold)
Diamond marker whenever the condition is met
AlertCondition – Built-in under the name “VolumeGate” (use Once Per Bar Close for best results)
Recommended time-frames – 1-minute or 5-minute charts; works on higher TFs if you adjust the multiplier.
Primary use-case – Day-trading / scalping: enter trades only when a price breakout is accompanied by at least double the average volume.
Customizable inputs
pinescript
Copy
Edit
len = input.int(20, "Length")
mult = input.float(2, "Multiplier")
Change them to suit different assets or market conditions.
Disclaimer – This script provides a quantitative signal only and is not financial advice. Always confirm with real-time data, news, and order-book depth before acting.
Ask ChatGPT
Script open-source
In pieno spirito TradingView, il creatore di questo script lo ha reso open-source, in modo che i trader possano esaminarlo e verificarne la funzionalità. Complimenti all'autore! Sebbene sia possibile utilizzarlo gratuitamente, ricorda che la ripubblicazione del codice è soggetta al nostro Regolamento.
Declinazione di responsabilità
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.
Script open-source
In pieno spirito TradingView, il creatore di questo script lo ha reso open-source, in modo che i trader possano esaminarlo e verificarne la funzionalità. Complimenti all'autore! Sebbene sia possibile utilizzarlo gratuitamente, ricorda che la ripubblicazione del codice è soggetta al nostro Regolamento.
Declinazione di responsabilità
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.