Metastock Formula

Friends!

I need some help in Metastock. I want to filter the stocks which have avg. volume above a certain figure say 2 lacs. I want to save this list and then run other formula like price volume breakout etc on this list. How can I do it? I shall be grateful for the guidence. Thanx.

-Anoop Kumar
 
Last edited:
send me a personal message for any help in metastock and tradesim related activities - Coding, indicator builder, system testing, etc
I need some help in Metastock. I want to filter the stocks which have avg. volume above a certain figure say 2 lacs. I want to save this list and then run other formula like price volume breakout etc on this list. How can I do it? I shall be grateful for the guidence. How do I send you a personal message?Thanx.
 

AJAY

Active Member
Hi Anoop,
How much period average you are looking for the average volume?

And second thing is you need not filter it first. You please copy the PriceVolumeBreakout and name it for your understanding and in the filter add the average volume that you feel required.

Say for example you need a 10 day average volume above 2 lacs, then you just paste the below mentioned formula next to the code mentioned in "Filter" in PriceVolumeBreakout Exploration
AND Ref(Mov(V,10,S),-1)>200000

This formula ignores current day's volume in calculating the average as today could be a volume breakout day.

In case you want today's volume also to be included in the average volume then simply paste

AND Mov(V,10,S)>200000

next to the code mentioned in the Filter in PriceVolumeBreakout Exploration.

Hope I am not confusing. In case you require support please post.

Happy Practicing Technicals

Ajayakumar
 
Last edited:
can anybody help to write the following Two formulas

1) slow(%k crosses %d) & fast(5k crosses%d) stochastics crossing within 2
bars
2) adx rising from 18 for last two bars & d= cutting d-

how do i write this two formulas in metaSTOCK
 
Hi PPG,

please explain in detail that you want.


i actuaaly wants to plot (as indicatos) fast & slow stochastic and write a formula for fast & slow stochastics exiting oversold ares(crossing 20value)simultaneuosly or in 1-2 bar difference.

2. i wnat d+(positive) >d-(negative) & adx between both the dis & rising from 18.


thanks,

premang goradia
 

AJAY

Active Member
Hi Premang,

Do you want these two conditions to be covered at the same time or both conditions are to be written separately. This is my doubt. That is why I asked you to go a little more detail. Please post. I think I can try giving you this formula.

I again repeat. Condition 1 and condition 2 are to be combined and given or both are separately to be given?

Please post.

Happy Practicing Technicals
Ajayakumar
 
dear all
i have seen many post where the questions are asked without giving full detail to whom u r asking question , and the person trying to answer go on asking what he wants . this is very poor communication. our questions and aswers should be clear and it should benifit all who are browsing this forum . in fact there is no restriction of the space we use , why cant we elobrate the questions and answers rather than asking obective type questions and answers?

only an suggestion.

regards
ravi
 

biggles

Active Member
hi metastock experts,

i read a good discussion on volume spread analysis on this site(karthik..'s thread). My question is, is there an exploration or indicator for this technique in metastock, something like the AFL on that thread for amibroker?

thanks
 

Similar threads