Will show the total volume for the selected period.
can choose between.
– Relative and Absolute presentation.
– Cumulative or Separated (Up/Down) data presentation.
-Invert color in Combined Presentation
-Hide subasta
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
/////////////////////////////////////////////////////////////////////// REM TAC Volume Cumulative REM TAC Volume Cumulative | indicator REM 03.07.2014 REM TAC @ www.tiburonesdealetacorta.com REM Sharing www.tiburonesdealetacorta.com //////////////////////////////////////////////////////////////////////// If subasta=1 then b=close > low and volume > high ce=close < high and volume > low if b or ce then vols=volume else vols=0 endif endif if subasta=0 then vols=volume endif if (Close[0]>Close[1]) then VolA=Vols[0]/100 VolB=0 else VolB=Vols[0]/100 VolA=0 endif p=summation[length](VolA) n=summation[length](VolB) If Combined=1 then Cumulative=p-n endif if Relative=1 then Positive=p Negative=-n endif If invert=1 then If cumulative>0 then r=0 g=255 b=0 else r=255 g=0 b=0 endif endif If invert=0 then If cumulative<0 then r=0 g=255 b=0 else r=255 g=0 b=0 endif endif return cumulative coloured (R,g,B) style(histogram) as "Volume Cumulative", positive coloured (128,0,0) style(histogram) as "Positive" ,negative coloured (0,128,0) style(histogram) as "Negative" |
Share this
No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.
ProRealTime ITF files and other attachments :
Filename : download the ITF files
How to import ITF files into ProRealTime platform?
PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials
Link interpretation: https://www.tiburonesdealetacorta.com/2019/04/tac-volume-cumulative.html
good morning Sir, great job your indicators! How can I reach your website or blog? please..thank you
Thank you!
b=close > low and volume > high
How can we compare volume and high of the day? (orange VS banana)
I have to check the explanation bc that does not immediately make sense for me…
If to understand something you resort to compare Oranges and bananas.
You go bad, Without education.
Next time Ask … By courtesy.
It is a condition that is used to hide the auction in shares in 5 Minutes or Tick as shown in the Link.
https://1.bp.blogspot.com/-Xw7YMa2pym0/XJXY7f9hGfI/AAAAAAAACi4/obGUv6HwXX8UXbT3EFk4ZdGseIU8KkyzgCLcBGAs/s1600/BBVADIV.jpg
In programming many times it is sought that the condition is not met, to obtain a value true.