Stock Portfolio Organizer

The ultimate porfolio management solution.

Shares, Margin, CFD's, Futures and Forex
EOD and Realtime
Dividends and Trust Distributions
And Much More ....
For Portfolio Manager Click Here

WiseTrader Toolbox

#1 Selling Amibroker Plugin featuring:

Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Find Out More Here

Volume-at-price indicator for Amibroker (AFL)

Rating:
5 / 5 (Votes 1)
Tags:
amibroker

You can see Volume-at-price indicator in well separated lines as in QuoteTracker.

Now you will see that Volume-at-price is “grouped by” day. As usual, you can right click on the chart, go to Parameters and edit colour for the lines, no. of lines, width, display location, etc..

Also, because volumes are summed-up on particular price levels, there may be several candles summing up to a particular level – so having colour coded lines is not really possible.

Enclosed herewith is the screenshot for 2 variation.

I hope this helps.

Best regards,
anandnst@gmail.com

Screenshots

Similar Indicators / Formulas

Kavach Of Karna v2
Submitted by hbkwarez almost 10 years ago
Advanced Elliott Waves
Submitted by MarcosEn over 12 years ago
3_6Day GuaiLiLv
Submitted by motorfly over 12 years ago
Williams Alligator System
Submitted by durgesh1712 over 12 years ago
*Level Breakout system*
Submitted by Tinych over 12 years ago

Indicator / Formula

Copy & Paste Friendly
_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();

1 comments

1. worldastro

Hello brother !!!! nothing view in the chart plese check ??

Leave Comment

Please login here to leave a comment.

Back