Anchored VWAP with StdDev MT4
- Indicatori
- Frank Jose Olivo Flores
- Versione: 1.0
- Attivazioni: 5
HOW TO USE
1. Drag the indicator onto any chart.
2. Set AnchorDate (YYYY.MM.DD) and AnchorTime (HH:MM) to the
bar where you want the VWAP to start calculating from.
3. The VWAP line and up to 3 standard deviation bands will
appear from that anchor point to the current bar.
MULTIPLE INSTANCES
Set a different IndicatorID (e.g. 1, 2, 3) for each instance
loaded on the same chart. This prevents name collisions in the
Indicator list and allows each anchor to be independent.
STANDARD DEVIATIONS
SD1, SD2, SD3 each draw two bands: VWAP +/- N*StdDev.
Toggle ShowSD1/ShowSD2/ShowSD3 to hide or show each pair.
Each band pair has its own color and line style.
PRICE SOURCE
0 Typical Price (H+L+C)/3 [DEFAULT]
1 Median Price (H+L)/2
2 Weighted Close (H+L+C+C)/4
3 OHLC/4 (O+H+L+C)/4
4 Open
5 Close
6 High
7 Low
