Forums › ProRealTime English forum › ProBuilder support › Volume Separator (help needed) › Reply To: Volume Separator (help needed)
03/10/2020 at 1:48 PM
#121689
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
variables 14 and 72 or whatever floats your boat //o=open hi=high l=low c=close v=volume buying=v*(c-l)/(hi-l) selling=v*(hi-c)/(hi-l) sv=selling bv=buying //x //y return bv ,sv , summation[x](bv-sv),summation[y](bv-sv),summation[x](sv),summation[x](bv) |
Sry @GraHal figured you would be able to do that…..for some reason I am unable to post images else I would have.