PureBytes Links
Trading Reference Links
|
simple
color the box depend of the state
Darvas();
Color=IIf(statearray==5,2,16);
Plot(boxTopArray,"",Color,512);
Plot(boxBotArray,"",Color,512);
Plot(Close,"",1,64);
Title="darvas";
> never mind the buy & sell are valid and I'll test it and change
the
> plugin if the darvas box is not a "tips" to sell a book.
>
> stephane
>
>
> >
> > I programmed this some time ago and at the moment, I am not
using
> it !
> > So you maybe right but your can double check this at:
> > 1) http://www.gerryco.com/tech/darvas.html
> > 2) http://www.wealth-lab.com/cgi-bin/WealthLab.DLL/editsystem?
> id=2814
> >
> > The second link could be executed with the online wealth-lab
> version so you can test with the same stock. About 2 months ago, I
> checked my code with one stock and gave me the same result.
> >
> > The problem with this is that I don't have the original Darva's
> book and about 2 or 3 different calculation procedure where given
to
> me.
> >
> > Best !
> >
> > Jon.
> > ----- Original Message -----
> > From: nenapacwanfr
> > To: amibroker@xxxx
> > Sent: Sunday, April 28, 2002 10:59 AM
> > Subject: [amibroker] DARVAS
> >
> >
> > Jonf ,
> > I am writing the Darvas in a plugin, but I feel the value of
the
> > topbox in your Jscript code is not correct
> > the high of the topBox must be the one of the last state 1 ,
> >
> > if state turns from 3 to 4 must be Hi[i-2]
> >
> > the actual script gives a value of topbox on the higher high.
> >
> > Agree or not?
> >
> > stephane
> >
> >
> >
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service.
|