Volume breakout code

i want afl code for volume greater than 1.5 times the average of previous 20 volume bars... time frame is of 5 minutes... code for volume scanner with automatically pop-up sound and alert output.

image
hello sir, here circles on volume are not at bottom, i want them to be placed at bottom. request you to please help
below is the code i am using.
PlotShapes(IIf(B1, shapesmallCircle, shapeNone),colorCustom11, 0,L, Offset=5);
PlotShapes(IIf(B2, shapesmallCircle, shapeNone),colorCustom11, 0,L, Offset=5);
PlotShapes(IIf(B2, shapesmallCircle, shapeNone),colorCustom11, 0,L, Offset=12);
PlotShapes(IIf(B3, shapesmallCircle, shapeNone),colorCustom11, 0,L, Offset=5);
PlotShapes(IIf(B3, shapesmallCircle, shapeNone),colorCustom11, 0,L, Offset=12);
PlotShapes(IIf(B3, shapesmallCircle, shapeNone),colorCustom11, 0,L, Offset=17);

1 Like

When posting the formula, please make sure that you use Code Tags (using </> code button) as explained here: How to use this site.

Using code button

Code tags are required so formulas can be properly displayed and copied without errors.

hello sir, i want a code for candle color change. lets say, in 5 mint time frame, when the volume is 7 times or more than the 30 SMA, then that particular price candle should change the color. if it is a green color than it should become yellow color candle, and if the volume condition satisfy on a red color candle, than it should become blue color.

@kaushlendra , you will find that you get more responses if you show your work first and identify where you are having an issue. Just posting what you want tends to make people think you want a code writing service.

So, if you post what you are trying to do (use code blocks) you will be much more likely to get some help.

2 Likes