Could somebody help me to write two indicators:
BullVolume Indicator: when tick price change is up then add volume which was in this up-tick
BearVloume: similar as BullVolume but oposite: when tickchange is down then add volume to Bear Volume.
Example: lets say that price changest from 1000 to 1001 and in this tick volume is 10. Then Price changes from 1001 to 1003 and volume on this tick was 150. I want to sum these two volumes 100+150 and put it into BULLVOLUME indicator.
When tick change is from 1000 to 999 and volume is for example 100 then add this to BEARVOLUME indicator.
Thanks very much for help!
BullVolume Indicator: when tick price change is up then add volume which was in this up-tick
BearVloume: similar as BullVolume but oposite: when tickchange is down then add volume to Bear Volume.
Example: lets say that price changest from 1000 to 1001 and in this tick volume is 10. Then Price changes from 1001 to 1003 and volume on this tick was 150. I want to sum these two volumes 100+150 and put it into BULLVOLUME indicator.
When tick change is from 1000 to 999 and volume is for example 100 then add this to BEARVOLUME indicator.
Thanks very much for help!
Comment