I'd like to get the Average Weekly Volume in the Market Analyzer and I assume there is no direct market Data to get this number. I was just wondering if there was an easy formula to get this number that I could whip into an indicator and put that into the market analyzer?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Average Weekly Volume
Collapse
X
-
Average Weekly Volume
Hi,
I'd like to get the Average Weekly Volume in the Market Analyzer and I assume there is no direct market Data to get this number. I was just wondering if there was an easy formula to get this number that I could whip into an indicator and put that into the market analyzer?Tags: None
-
I'm also thinking it would be nice to have a market analyzer with the volumes from last Friday, Thursday, Wednesday, Tuesday and Monday as I like to search for odd volume activity.
So to get the volume from last Friday do I have to use that DayOfTheWeek thing?
-
Hmmm, strange, I started trying this out and I managed to get the volume percentage for 1,2 & 3 days ago but 4 & 5 come up as 0.
I used this formula in 5 different indicators and applied them to the market analyzer with Daily data:
Value.Set((Volume[1]/SMA(Volume, 200) [0])*100);
Value.Set((Volume[2]/SMA(Volume, 200) [0])*100);
Value.Set((Volume[3]/SMA(Volume, 200) [0])*100);
all of these worked fine as seperate indicators
Value.Set((Volume[4]/SMA(Volume, 200) [0])*100);
Value.Set((Volume[5]/SMA(Volume, 200) [0])*100);
these return a number of 0
Why would that be?
any help is appreciated, thanks
Comment
-
Okay, it's Number of bars to look back. I increased it and then the 4 & 5 came up with numbers. I guess I don't understand that though, I thought I'd only need 4 or 5 bars in the look back??Last edited by stockgoblin; 11-12-2012, 08:31 PM.
Comment
-
Volume Percentage indicators for Market Analyzer
Ah yes, I got it now. Wow, this is great. Now I have a clear indication of the last 5 days of volume, laid out nicely on the market analyzer. Volume percentage rocks!!!!
remember to use Daily data and 200 bar lookback with these
Comment
-
Oh and here's the Volume Percentage indicator for the current day to put into the market analyzer.
- use daily data and 200 bar lookback and I like a cell condition that turns it blue background with white text if over %150!!
yesAttached Files
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
156 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
90 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
138 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
130 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
107 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment