NEED HELP TO CORRECT VOLUME AT PRICE AFL FOR WEEKLY

#1
_SECTION_BEGIN("VAP");
segments = IIf( Interval() < inWeekly, Daily), Weekly() );
segments = segments != Ref( segments , -1 );

PlotVAPOverlayA( segments , Param("Lines", 300, 10, 1000, 1 ), Param("Width", 80, 1, 100, 1 ), ParamColor("Color", colorGold ), ParamToggle("Side", "Left|Right" ) | 2 * ParamToggle("Style", "Fill|Lines", 0) | 4*ParamToggle("Z-order", "On top|Behind", 1 ) );
Plot(segments, "", colorDarkGrey, styleHistogram | styleOwnScale );
_SECTION_END();
 

Similar threads