// Downloaded From https://www.WiseStockTrader.com
_SECTION_BEGIN("Volume-at-Price");

MySegment = Interval();

PlotVAPOverlayA( MySegment, Param("Lines", 300, 100, 1000, 1 ), Param("Width", 50, 1, 100, 1 ), ParamColor("Color", colorGreen), ParamToggle("Side", "Left|Right" ) | 2 * ParamToggle("Style", "Fill|Lines", 0) | 4*ParamToggle("Z-order", "On top|Behind", 1 ) );

_SECTION_END();

_SECTION_BEGIN("Volume-at-Price");

MySegment = Day();
MySegment = MySegment != Ref( MySegment, -1 );

PlotVAPOverlayA( MySegment, Param("Lines", 300, 100, 1000, 1 ), Param("Width", 50, 1, 100, 1 ), ParamColor("Color", colorGreen), ParamToggle("Side", "Left|Right" ) | 2 * ParamToggle("Style", "Fill|Lines", 0) | 4*ParamToggle("Z-order", "On top|Behind", 1 ) );

_SECTION_END();