PROTECTED SOURCE SCRIPT
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)
Skrip dilindungi
Skrip ini diterbitkan sebagai sumber tertutup. Akan tetapi, anda boleh menggunakannya secara bebas dan tanpa apa-apa had – ketahui lebih di sini.
Penafian
Maklumat dan penerbitan adalah tidak bertujuan, dan tidak membentuk, nasihat atau cadangan kewangan, pelaburan, dagangan atau jenis lain yang diberikan atau disahkan oleh TradingView. Baca lebih dalam Terma Penggunaan.
Skrip dilindungi
Skrip ini diterbitkan sebagai sumber tertutup. Akan tetapi, anda boleh menggunakannya secara bebas dan tanpa apa-apa had – ketahui lebih di sini.
Penafian
Maklumat dan penerbitan adalah tidak bertujuan, dan tidak membentuk, nasihat atau cadangan kewangan, pelaburan, dagangan atau jenis lain yang diberikan atau disahkan oleh TradingView. Baca lebih dalam Terma Penggunaan.