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

Re: [amibroker] Re: Show buy/sell arrows directly on default charts?



PureBytes Links

Trading Reference Links

Dear Chrisotos,

I guess that very few stocks will drop 20% below 52 week Lowest Low
in ONE DAY.

But, any way here is the formula (for scan):

sell = close < 0.8 * Ref( LLV( Close, 52 * 5 ), -1 );

Replace 0.8 by 0.9 to see 10% drop, or 0.95 to see 5% drop

Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com


----- Original Message ----- 
From: "Christos Panayiotou" <pachris@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Tuesday, July 17, 2001 9:50 PM
Subject: Re: [amibroker] Re: Show buy/sell arrows directly on default charts?


> Hello
> How can i find all securities which closing price less or equal 20% of the
> lower low of closing prices of stocks of last 52 weeks
> with regards christos
> ----- Original Message -----
> From: "Scuba" <scubastock@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: 17 July 2001 19:38
> Subject: [amibroker] Re: Show buy/sell arrows directly on default charts?
> 
> 
> > Hello, and thank you for the help, it works very well and have led me
> > to expand on my original idea :) This kind of flexibility (with AFL)
> > is very nice.
> >
> > :-) Scuba
> >
> > --- In amibroker@xxxx, "Tomasz Janeczko" <tj@xxxx> wrote:
> > > Hello,
> > >
> > > You can use Commentary window for that purpose -
> > > see http://www.amibroker.com/newsletter/06-2000.html
> > > for the details.
> > >
> > > Best regards,
> > > Tomasz Janeczko
> > >
> > > ----- Original Message -----
> > > From: <scubastock@xxxx>
> > > To: <amibroker@xxxx>
> > > Sent: 17 July, 2001 15:33
> > > Subject: [amibroker] Show buy/sell arrows directly on default
> > charts?
> > >
> > >
> > > Hello, as a new (and impressed) AmiBroker user I need the groups
> > help
> > > on this:
> > >
> > > Is it possible to get the buy/sell arrows from your automatic
> > > analysis rules to show up on the charts all the time? Or: be able
> > to
> > > toggle them on in a fast and easy way directly from the default
> > > stockchart view (not having to locate the stock again thru the
> > > analysis-scan and then toggle them on).
> > >
> > > (If not maybe this can be considered a feature request? :)
> > >
> > > :-) Scuba
> > >
> > >
> > >
> > >
> > >
> > > Your use of Yahoo! Groups is subject to
> > http://docs.yahoo.com/info/terms/
> >
> >
> >
> >
> >
> > Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
> >
> >
> >
> 
> 
> 
> 
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
> 
> 
>