PureBytes Links
Trading Reference Links
|
Jose,
There seems to be some fine tuning needed
here.
All I get is a zero line.
DusantChief Architect<A
href="">http://www.candlestrength.com/
----- Original Message -----
From: "Jose" <<A
href=""><FONT face=Verdana
size=2>josesilva22@xxxxxxxxx<FONT face=Verdana
size=2>>
To: <<A
href=""><FONT face=Verdana
size=2>equismetastock@xxxxxxxxxxxxxxx<FONT face=Verdana
size=2>>
Sent: Tuesday, March 16, 2004 21:57
PM
Subject: [EquisMetaStock Group] Re: Stochastic
Pop
<FONT face=Verdana
size=2>> > ==========> PopSteckle> ==========>
---8<-----------------------------------> > { PopSteckle
signals - by David Steckler }> { <A
href=""><FONT face=Verdana
size=2>http://trader.online.pl/ELZ/t-sm-PopSteckle.html<FONT
face=Verdana size=2> }> { Easy Language -> MFL conversion by jose
}> { <FONT
face=Verdana
size=2>http://users.bigpond.com/prominex/pegasus.htm<FONT
face=Verdana size=2> }> > { variable inputs }>
ADXLev:=Input("ADX trigger level",0,100,15);> DStocLev:=70;>
WStocLev:=50;> ADXLen:=Input("ADX periods",2,252,14);>
StocLenD:=> Input("Stochastic Daily periods",2,252,8);>
StocLenW:=> Input("Stochastic Weekly periods",2,252,8)*5;>
VolLength:=> Input("Volume period sampling",2,252,50);>
VolFilter:=Input("Volume filter [1]On, [0]Off",0,1,1);>
> { setup conditions }> condition1:=ADX(ADXLen)<ADXLev;>
condition2:=Stoch(StocLenD,3)>DStocLev AND>
Stoch(StocLenD,3)>Ref(Stoch(StocLenD,3),-1);>
condition3:=Stoch(StocLenW,3)>WstocLev AND>
Stoch(StocLenW,3)>Ref(Stoch(StocLenW,3),-3); > > { check
for above average volume }> condition4:=>
If(VolFilter,V>1.5*Mov(V,VolLength,S),1); > >
PopSteckle:=condition1 AND condition2> AND condition3 AND
condition4; > > PopSteckle> >
---8<-----------------------------------> > jose '-)>
> > --- In <A
href=""><FONT face=Verdana
size=2>equismetastock@xxxxxxxxxxxxxxx,
"Vaughan Try" <<FONT face=Verdana
size=2>vaughan@x...> >
wrote:> > Hi all,> > > > Does anybody have a
formula for the Stochastic Pop system by David > Steckler, which helps
identify stocks that are ready to breakout and > begin a sustained upward
price move.> > > > It is also known as popsteckle.>
> > > Any help would be greatly appreciated.> > >
> Thanks> > Vaughan Try> > > >
> Yahoo! Groups Links> > <*> To visit your
group on the web, go to:> <A
href=""><FONT face=Verdana
size=2>http://groups.yahoo.com/group/equismetastock/<FONT
face=Verdana size=2>> > <*> To unsubscribe from this group, send
an email to:> <A
href=""><FONT face=Verdana
size=2>equismetastock-unsubscribe@xxxxxxxxxxxxxxx<FONT
face=Verdana size=2>> > <*> Your use of Yahoo! Groups is subject
to:> <A
href=""><FONT face=Verdana
size=2>http://docs.yahoo.com/info/terms/<FONT face=Verdana
size=2>> > >
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/equismetastock/
To unsubscribe from this group, send an email to:equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|