Average Volume Intraday


Category:
0
0

Hi Pete,

I would like a script for a line drawn on the lower study for the average volume on the current day 1 minute chart with a label showing the average volume on the corner. (I’ve search but could not find a post regarding this)

Thanks

Marked as spam
Posted by (Questions: 12, Answers: 4)
Asked on September 1, 2019 9:17 pm
124 views
0
Private answer

There is a study already included in Thinkorswim that does this. The only thing lacking is the label. So copy the code from the study named "VolumeAvg" and add this line to the very bottom of the code:

AddLabel(yes, VolAvg, Color.GRAY);

Screenshot below shows the result on the bottom subgraph.

Attachments:
Marked as spam
Posted by (Questions: 37, Answers: 4084)
Answered on September 2, 2019 2:13 pm