 |
QuantShare
2010-09-06 10:01:03
0
|
|
Best Answer
Hi,
Here is how to display the average volume for the last 30 days on a chart:
To display it on the top-right corner of the chart, simply add the following line:
PrintChart("30-Bar Volume: ".round(sma(volume, 30), 2), "30-Bar Volume", TopRight, colorBlack, colorTransparent, colorGreen, 100);
|
|