Optuma Forums › Optuma Scripting › Show Bar on Volume indicator › Reply To: Show Bar on Volume indicator
July 29, 2019 at 12:02 am
#54161
- Topics: 70
- Replies: 790
- Posts: 860
Hi Karen,
A Show Bar can be added to any indicator panel (it may not be displaying on volume bacause the formula being used isn’t applicable to volume eg OPEN() > CLOSE() because volume doesn’t have an open value).
Here’s where volume is higher than its 22 day average:
CLOSE() > MA(BARS=22)