It doesnt stand out at all, less visual noise, but you can see it when youre looking for it. condition 1 if poc> midpoint then (LOW + POC calculates the distance between the minimum daily session and the poc), projects the LOW + POC distance FROM POC, drawing it on the graph with a line (with the possibility of adding a dynamic cloud ). On some charts I blacked out the horizontal volume bars and made the 3 white lines dark gray so VP is very subtle on the chart. will allow you, they have what's called 'visible range' of the volume profile however you have to be at least a pro member which is 14.95 USD a month and keep in mind you need to pay for data as well on top of that if you want the data to be accurate. Input iUseTwoBars = ĭef Vx = if VolPressureCalc = VolPressureCalc.SUM then sum(volume,Length) else WMA(volume, Length) ĭef C = close def O = Open Def Range = High - low ĭef VolUp = If C > O and Range 0 then (Range/(2*Range+O-C))*VolumeĮlse If C 0 then ((Range+C-O)/(2*Range+C-O))*Volumeĭef VxPlus = if VolPressureCalc = VolPressureCalc.SUM then sum (VolUp, Length) else WMA (VolUp, Length) ĭef VxMinus = if VolPressureCalc = VolPressureCalc. The white lines are VA top/bottom and POC.
#hint: Verbatim translation of the TradeStation code from