I would like to create a strategy using the VolumeUpDown indicator. My strategy must look at the last 2 green bars of the indicator. how can i write it?
VolumeUpDown()[0]) is all what i can find. isn't there a (VolumeUpDown.VolumeDomwn()[0]) or(VolumeUpDown()[0].VolumeUp ???
Thanks for help
Regards,
Frederic

Comment