Is there a Metastock Saviour, who could save this newbie?

#11
I thank all those who shared their views, suggestions and advise.

I am looking at WL and trying to get Stridsman --> Thanx to CreditVoilet.

I will delve deeper into amarnath's advice, once I have survived for 999 days - by then I should have enough money for a custom made solutions :)

Keep writing all - you are the lifeline of millions like me out there!

Cheerios,

Devin Chopra
 
#12
Hi devinc

I am Yash....I stay in Bhayandar.
I am also in the use of this software.
Can U let me know your cell no ....so that we can get in contact and help each other.....
 
#13
Hi,
Need guidance on exploring Explorer in MS.
Wht do i need to do in able to filter stocks with multiple req, viz., chart with Stochastic crossover up/down at or above/below 80 and 20 with Williams%R at 80-20.
Pls help.
Vishal
 

oxusmorouz

Well-Known Member
#14
Hi,
Need guidance on exploring Explorer in MS.
Wht do i need to do in able to filter stocks with multiple req, viz., chart with Stochastic crossover up/down at or above/below 80 and 20 with Williams%R at 80-20.
Pls help.
Vishal
It's a good idea to use sub variables in these cases.
a:= Stochastic value Crossover above 20 from below;
b:= Will%R > 80 and < 20;
a and b;

And so on. I haven't typed in in metastock programming language but I hope you've got the point.
 

Raju

Well-Known Member
#15
Is the following Cup & Handle formula right ? Got it from one the the sites..
vari:=10;
bowl:=100;
spk:=HHVBars(H,11)=5;
lvl:=LastValue(ValueWhen(1,spk,HHV(H,11)));
mrk:=HHV(H,11)<=((1+(vari/100))*lvl) AND HHV(H,11)>=((1-(vari/100))*lvl);
cup:=Ref(HighestSince(1,spk AND mrk,
If(spk,HHV(H,11),0)),-1);
spk AND
Ref(BarsSince(spk AND mrk),-1)>=bowl AND
Ref(cup,-6) < lvl

I hope sharing of formulas found in not banned either by Equis or our site .I took that formula from on eof the forum ...

Raju
 
Last edited:

Similar threads