PlotVAPOverlay
|
Exploration / Indicators |
SYNTAX | PlotVAPOverlay( lines = 300, width = 5, color = colorGreen, vapstyle = 0 ); |
RETURNS | NOTHING |
FUNCTION | Plots Volume-At-Price (VAP) overlay chart.
Please note that there must be at least one regular Plot function in your formula for this to work, and there can be only one PlotVAPOverlay in one indicator.
This function plots single segment for visible bars only.
To plot multiple-segment VAP chart use PlotVAPOverlayA function.
|
EXAMPLE |
Plot( Close, "Price", colorWhite, styleCandle ); |
SEE ALSO | PLOT() function , PlotVAPOverlayA() function |
The PlotVAPOverlay function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.