PureBytes Links
Trading Reference Links
|
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 PMSubject: [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
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|