PureBytes Links
Trading Reference Links
|
Read Roy's newsletter on developing explorations. The three articles
explain how to create explorations that will find almost any signal
trigger. Darvas boxes are fairly easy because they are very close to
moving average breakouts. I like the MAMA by John Ehlers as a good
surogate for Darvas breakouts.
Of course you can just use a crossover above the top band.
www.metastocktips.co.nz
--- In Metastockusers@xxxxxxxxxxxxxxx, "K U R E K C I" <kurekci@xxxx>
wrote:
> hey, i found the following code for darvas:
>
> LL:=If(L=LLV(L,5),L,If(Ref(L,-1)=LLV(L,5),Ref(L,-1),If(Ref(L,-2)
=LLV(L,5),Ref(L,-2),If(Ref(L,-3)=LLV(L,5),Ref(L,-3),If(Ref(L,-4)=LLV
(L,5),Ref(L,-4),0)))));
> NH:=ValueWhen(1,H>Ref(HHV(H,5),-1),H);
> Set1:=HHV(H,3)<HHV(H,4);
> Val1:=ValueWhen(1,BarsSince(H>Ref(HHV(H,5),-1))=3 AND Set1=true,NH);
> Val2:=ValueWhen(1,BarsSince(H>Ref(HHV(H,5),-1))=3 AND Set1=true,LL);
> TB:=Val1; BB:=Val2; TB;BB;
>
> id like to find a system tester for darvas, also for schaff and for
the macd+schaff on jose's site..
>
> do you have any tester codes?
>
> good luck
>
> ----- Original Message -----
> From: Neil Stirling
> To: Metastockusers@xxxxxxxxxxxxxxx
> Sent: Thursday, January 20, 2005 2:33 AM
> Subject: [Metastockusers] Darvas Search
>
>
> Hi
>
> Has anyone been able to develop something resembling a Darvas
Search. I have half sucessfully developed darvas indicators, but
have had trouble developing a Darvas search. If anyone has any hints
that would be useful.
>
> Regards
>
> Nstirli
>
>
>
>
> --------------------------------------------------------------------
----------
> Find local movie times and trailers on Yahoo! Movies.
>
>
> --------------------------------------------------------------------
----------
> Yahoo! Groups Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/Metastockusers/
>
> b.. To unsubscribe from this group, send an email to:
> Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
>
>
>
>
> --------------------------------------------------------------------
----------
>
>
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.300 / Virus Database: 265.7.0 - Release Date:
1/17/2005
>
> No virus found in this outgoing message.
> Checked by AVG Anti-Virus.
> Version: 7.0.300 / Virus Database: 265.7.0 - Release Date: 1/17/2005
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/zMEolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|