hello everybody,
This is my first time posting a message and I am new to Metastock tech analysis
can someone please help me
I need to plot a line for 50 day volume average!
my point of doing this is to see the volume change when a stock break out. So what I want to do is not consider today's volume of a security so it is
volume - 1 (for the period or subtracting todays volume)
then count to 50 days and average that
can some one hlep me write the formula for it
mov (V, 50 - 1, S) but this basically saying mov (V, 49,S) and it goes to the data array and include today's volume
in couple of words....compare today's volume with the average of the past 50 days
Thank you
This is my first time posting a message and I am new to Metastock tech analysis
can someone please help me
I need to plot a line for 50 day volume average!
my point of doing this is to see the volume change when a stock break out. So what I want to do is not consider today's volume of a security so it is
volume - 1 (for the period or subtracting todays volume)
then count to 50 days and average that
can some one hlep me write the formula for it
mov (V, 50 - 1, S) but this basically saying mov (V, 49,S) and it goes to the data array and include today's volume
in couple of words....compare today's volume with the average of the past 50 days
Thank you
Last edited: