PROTECTED SOURCE SCRIPT
Mis à jour

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

23
//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)



Notes de version
//version=5
indicator("FAS empty", overlay = false)
plot(na)

Clause de non-responsabilité

Les informations et publications ne sont pas destinées à être, et ne constituent pas, des conseils ou recommandations financiers, d'investissement, de trading ou autres fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.