PROTECTED SOURCE SCRIPT
Atualizado 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)
Notas de Lançamento
//version=5indicator("FAS empty", overlay = false)
plot(na)
Script protegido
Esse script é publicada como código fechado. No entanto, você pode gerenciar suas escolhas de bate-papo. Por favor, abra suas Configurações do perfil
Aviso legal
As informações e publicações não se destinam a ser, e não constituem, conselhos ou recomendações financeiras, de investimento, comerciais ou de outro tipo fornecidos ou endossados pela TradingView. Leia mais nos Termos de Uso.
Script protegido
Esse script é publicada como código fechado. No entanto, você pode gerenciar suas escolhas de bate-papo. Por favor, abra suas Configurações do perfil
Aviso legal
As informações e publicações não se destinam a ser, e não constituem, conselhos ou recomendações financeiras, de investimento, comerciais ou de outro tipo fornecidos ou endossados pela TradingView. Leia mais nos Termos de Uso.