PureBytes Links
Trading Reference Links
|
I think there is a darvasT( percent)to place a stop below or above
the bot or the top of the darvas box, I must check it in the afternoon
and confirm it.
stephane
> What do I need to add to place a "stop loss" line under the lowest
> part of the bottom of the box of at least -2% or might I say below
> the last low establish at the bottom of the box?
>
> I understand, the "Darvas box" is good in an bull market or bullish
> stock but is bad to use on a bearish stock or bear market.
>
>
> Thanks!
> ----- Original Message -----
> From: "Stephane Carrasset" <nenapacwanfr@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Friday, September 26, 2003 10:41 PM
> Subject: [amibroker] Re: Darvas again
>
>
> > for example
> > plot on your chart
> > D=Darvas();
> > Plot(C,"",1,64);
> > Plot(Boxarr1,"",D,512);
> > Plot(Boxarr2,"",D,512);
> > PlotShapes(IIf(DBuy, shapeUpArrow,shapeNone),colorGreen,0,L,-20);
> > PlotShapes(IIf(DSell, shapeDownArrow, shapeNone),colorRed,0,H,-
20);
> > Plot(C,"",1,64);
> > GraphXSpace=1;
> > Title= "Darvas dll";
>
>
>
>
> ---------------------------------
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|