sylence175

[sylence175] Alpha Volume Flow

Description
The Volume Flow Indicator (VFI) was originally introduced by Markos Katsanos in June 2004 in the article Technical Analysis of STOCKS & COMMODITIES .
The VFI is based on the popular On Balance Volume (OBV) but with three very important modifications:

Unlike the OBV, indicator values are no longer meaningless. Positive readings are bullish and negative bearish .
The calculation is based on the day’s median instead of the closing price.
A volatility threshold takes into account minimal price changes and another threshold eliminates excessive volume .
The indicator takes into account only the latest 6 month volume action and not the entire data loaded in the chart.
A simplified interpretation of the VFI is that values above zero indicate a bullish state and the crossing of the zero line is the trigger or buy signal.
The strongest signal with all money flow indicators is of course divergence.

The classic form of divergence is when the indicator refuses to follow the price action and makes lower highs while price makes higher highs (negative divergence).
If price reaches a new low but the indicator fails to do so, then price probably traveled lower than it should have. In this instance, you have positive divergence. This indicator is also very useful for improving performance results in trading system design.

Additions
I used the code from Markos Katsanos and implemented it in PineScript.
  • EMA of the VFI which acts as reversal signal.
  • color-gradient filling (PineCoders framework) for the range between the VFI and the signal EMA.
  • The bull & bear colors for the indicator are momentum based and configurable through user inputs.

Parameters:
  • VFI Length
  • Volatility threshold
  • Volume threshold
  • EMA Signal length
  • Smoothing
  • Bull color
  • Bear color

BTCPERP 1D

ETHPERP 4H

Sources
https://precisiontradingsystems.com/volume-flow.htm
http://mkatsanos.com/volume-flow-vfi-indicator/
보호된 스크립트입니다
이 스크립트는 클로즈 소스로 게시되며 자유롭게 사용할 수 있습니다. 당신은 스크립트를 차트에 사용하기 위해 그것을 즐겨찾기 할 수 있습니다. 소스 코드는 보거나 수정할 수 없습니다.
면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

차트에 이 스크립트를 사용하시겠습니까?