PROTECTED SOURCE SCRIPT
Diupdate Fibonacci Analytical System (FAS) – מייסד השיטה אביאור אביטל ה

//version=5
// This custom indicator by Avior Avital marks bars where the current volume
// is higher than the previous bar's volume. It outputs 1 when volume increases
// (current volume > previous volume) and 0 otherwise.
//
// How to use:
// 1. Add this indicator to your chart.
// 2. Create an alert on this indicator with the condition "greater than 0.5".
// 3. Optionally combine it with a price condition (e.g. trendline break),
// and set the alert to fire only when ALL conditions are met.
// This lets you get alerts only when price breaks your level AND volume
// confirms the move by being higher than the previous bar.
indicator("המייסד של השיטה אביאור אביטל – Volume > Previous Bar", overlay=false)
// This custom indicator by Avior Avital marks bars where the current volume
// is higher than the previous bar's volume. It outputs 1 when volume increases
// (current volume > previous volume) and 0 otherwise.
//
// How to use:
// 1. Add this indicator to your chart.
// 2. Create an alert on this indicator with the condition "greater than 0.5".
// 3. Optionally combine it with a price condition (e.g. trendline break),
// and set the alert to fire only when ALL conditions are met.
// This lets you get alerts only when price breaks your level AND volume
// confirms the move by being higher than the previous bar.
indicator("המייסד של השיטה אביאור אביטל – Volume > Previous Bar", overlay=false)
Catatan Rilis
//version=5indicator("FAS empty", overlay = false)
plot(na)
Skrip terproteksi
Skrip ini diterbitkan sebagai sumber tertutup. Namun, Anda dapat menggunakannya dengan bebas dan tanpa batasan apa pun – pelajari lebih lanjut di sini.
Pernyataan Penyangkalan
Informasi dan publikasi ini tidak dimaksudkan, dan bukan merupakan, saran atau rekomendasi keuangan, investasi, trading, atau jenis lainnya yang diberikan atau didukung oleh TradingView. Baca selengkapnya di Ketentuan Penggunaan.
Skrip terproteksi
Skrip ini diterbitkan sebagai sumber tertutup. Namun, Anda dapat menggunakannya dengan bebas dan tanpa batasan apa pun – pelajari lebih lanjut di sini.
Pernyataan Penyangkalan
Informasi dan publikasi ini tidak dimaksudkan, dan bukan merupakan, saran atau rekomendasi keuangan, investasi, trading, atau jenis lainnya yang diberikan atau didukung oleh TradingView. Baca selengkapnya di Ketentuan Penggunaan.