TradingView
TJalam
Dec 7, 2020 6:33 AM

Day's Buy Sell Volume label 

MARUTI SUZUKI INDNSE

Description


This indicator looks simple but it was bit tricky to code and to make it work on all time frames .
I have used array in this to showcase the use of array, array give you more flexibly.
It works on all time frame 1m 2m 3m 5m 10m 15m 30m 60m 120m.
When the time frame is greater than the or equal to "D" it will show the current bar volume only.


Total volume is made up of buying volume and selling volume. Buying volume is the number of shares, contracts, or lots that were associated with buying trades, and selling volume is the number that were associated with selling trades.

This indicator shows two labels green one is showing the buying volume of the current day and the red label is showing the selling volume of the current day.
I am making this code available to all.
This code is for Total volume is made up of buying volume and selling volume. Buying volume is the number of shares,
contracts, or lots that were associated with buying trades, and selling volume is the number that were associated with selling trades.
//thanks to @Doc6272 who asked to make this indicator Label

Release Notes

UPDATE 1:
1.added current bar volume can be On/Off by Changing input option
2.removed BUGS

Release Notes

Updated Label's

Release Notes

Now you can see volume change in percentage also, Enable in input.
//Thanks to @hjsjshs for this update idea.

Release Notes

Bug Removed, No changes Done in user Interface.

Release Notes

Added comments in the code for better understanding of the code.

Release Notes

The new version fixes the volume display, I have updated the codes with latest Pine Tables.
This is more user friendly than the previous version.
This new update is looking promising , thanks to @PineCoders for this update tradingview.com/blog/en/introducing-pine-tables-24604/

if you want you can switch to previous version in the settings.

Release Notes

max_bars_back error resolved.
Comments
eazysoftnig88
The back testing is going smoothly

but i have a request ... can you include Live Currency Strength Meter to the Indicator and Trade option

like the edited picture i sent to your mail

i will really make a great impact
TJalam
@eazysoftnig88,If more people ask for this addition and If this requirement/message gets more than 50 upvotes than i will update it.
UnknownUnicorn3978968
is always in the way of candles
TJalam
@GeardoLima, HEY, Can you please advice me where should be the labels so that it is comfortable to the users, please make a demo drawing and share me the screenshot ,i will update it accordingly.
TJalam
@GeardoLima, this problem has been resolved, please refresh the indicator .
tvcross
I love you Man!
TJalam
@tvcross, Thank you :-)
TJalam
This code will not work one second data because of Max_bars _back limit set by tradingview, it is working perfectly in all timeframe above 1 second, Let me now if u face any irregularity or any bug.
More