PROTECTED SOURCE SCRIPT
已更新

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)



版本注释
//version=5
indicator("FAS empty", overlay = false)
plot(na)

免责声明

这些信息和出版物并非旨在提供,也不构成TradingView提供或认可的任何形式的财务、投资、交易或其他类型的建议或推荐。请阅读使用条款了解更多信息。