PureBytes Links
Trading Reference Links
|
Try something along the lines of ...
{For x<20 for exactly 3 days}
x:=stoch(5,3);
x>20 AND ref(sum(x<20),3),-1)=3
{For x<20 for at least 3 of the last four days}
x:=stoch(5,3);
x>20 AND ref(sum(x<20),4),-1)>=3
etc
You should be able to find your way from here?
wabbit :D
--- In equismetastock@xxxxxxxxxxxxxxx, gildone <no_reply@xxxx> wrote:
> Here is probably a simple expert advisor, but I can't get it to work
>
> -- I would like to find cases where the Stochastic oscillator has been
> below a value of 20 for at least three days, then crosses over 20.
> The arrow should mark the day of the crossover above 20.
>
> Thanks in advance.
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/DldnlA/9M2KAA/U1CZAA/BefplB/TM
--------------------------------------------------------------------~->
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:
http://docs.yahoo.com/info/terms/
|