[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Re: Darvis Box (Additional- Stop-Loss at low)



PureBytes Links

Trading Reference Links

Thanks again!

--- In amibroker@xxxxxxxxxxxxxxx, "Stephane Carrasset" 
<nenapacwanfr@xxxx> wrote:
> hello,
>  
> All Darvas and various pattern are in Box.dll, you can dowload at
> http://66.230.216.39/3rdparty.php
> the percentage is applied on the top and the bot of the box
> 
> there is a darvas ( for long)
> ex:
> D=Darvas(2);// 2 is the percentage you can write Darvas() and zero 
is 
> the default percentage 
> Plot(C,"",IIf(stateArray==5,2,1),64);
> Plot(Boxarr1,"",D+1,512);
> Plot(Boxarr2,"",D+1,512);
> 
> PlotShapes(IIf( Dbuy, shapeUpArrow,shapeNone),colorGreen,0,C,-20); 
> PlotShapes(IIf( Dsell, shapeDownArrow, shapeNone),colorRed,0,C,-
20);
> 
> Title= "Darvas dll";
> there is an invDarvas for short
> ex:
> D=InvDarvas(2);// percentage default is zero InvDarvas
> Plot(C,"",IIf(stateArray==5,2,1),64);
> Plot(Boxarr1,"",D+1,512);
> Plot(Boxarr2,"",D+1,512);
> 
> PlotShapes(IIf( Dcover, shapeUpArrow,shapeNone),colorGreen,0,C,-
20); 
> PlotShapes(IIf( Dshort, shapeDownArrow, shapeNone),colorRed,0,C,-
20);
> 
> Title= "Inv Darvas dll";
> 
> But I have not found any grail in Darvas...
> 
> 
> > Hi Stephane,
> > 
> > There is a Darvas (T) somewhere but it is not where this Darvas 
dll 
> is. I
> > also looked for it.
> > The present Darvas code is for a bullish trend only, otherwise 
the 
> bottom
> > has to come first and then the top is looked for; hope I'm clear.
> > Herbert
> > ----- Original Message ----- 
> > From: "Stephane Carrasset" <nenapacwanfr@xxxx>
> > To: <amibroker@xxxxxxxxxxxxxxx>
> > Sent: Tuesday, September 30, 2003 2:14 PM
> > Subject: [amibroker] Re: Darvis Box (Additional- Stop-Loss at 
low)
> > 
> > 
> > > 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
> > >
> > >
> > >
> > > Send BUG REPORTS to bugs@xxxx
> > > Send SUGGESTIONS to suggest@xxxx
> > > -----------------------------------------
> > > 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/
> > >
> > >
> > >


------------------------ 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/