PureBytes Links
Trading Reference Links
|
ed,
using grahams formula i get syntax errors...and ur formula i get
the same results...no candidates...so the filters are scanning out
all tickers on the ASX.....hav u got the volume indicator rite....it
is 1300% up on the lowest volume tick in the last 20 days....
mark
--- In amibroker@xxxxxxxxxxxxxxx, "ed nl" <ed2000nl@xxxx> wrote:
> if I run on the Nasdaq 100 symbols:
>
> cond1 = BarCount > 0;
> Filter = cond1;
> AddColumn(BarCount,"bc");
>
> it shows me for all symbols a barcount of 3728 ..... where does it
get that number from? Since there is not a single symbol with that
number of bars in my database. ......
>
> back to basics for me ...
>
> Ed
>
>
> ----- Original Message -----
> From: ed nl
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Wednesday, October 13, 2004 9:56 AM
> Subject: Re: [amibroker] Re: medium to long term code
>
>
> I am having a closer look but I get a strange response when I do
an explore for
>
> cond1 = BarCount > 200;
>
> Filter = cond1;
> AddColumn(C,"C");
>
> for some reason it also picks out Symbols with less than 200
bars .....
>
> also tried
>
> cond1 = LastValue(BarIndex() ) > 200;
>
> but get the same result .... what am I overlooking here?
>
> Ed
> ----- Original Message -----
> From: mark
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Wednesday, October 13, 2004 9:40 AM
> Subject: [amibroker] Re: medium to long term code
>
>
>
> kaveman,
> the volume filter is ....1300% up on the lowest
volume
> day in the last 20 days....if that makes any sense.....
>
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, kaveman perth
<kavemanperth@xxxx>
> wrote:
> > Hope this helps
> >
> > Cond1 = C==HHV(c,30);
> > Cond2= V>13*ref(V,-20); // not real sure what you mean with
this
> one
> > Cond3 = V*C>250000;
> > Cond4 = Barcount>=200;
> > Cond5 = 5*ADX()>25; // or 5*ADX(14)>25
> > Buy = Cond1 and Cond2 and Cond3 and Cond4 and Cond5
> >
> > On Wed, 13 Oct 2004 07:07:38 -0000, mark <msimo40@xxxx>
wrote:
> > >
> > >
> > > ive been trying to work out the language for a while now
but ive
> got
> > > no idea.i can do a bit of it but get lost in some
areas.....can
> > > anyone code this simple trading system..
> > >
> > > 1* close is highest for the last 30 days .
> > >
> > > 2* volume is 1300% up on the last 20 days.
> > >
> > > 3* over $250,000 traded
> > >
> > > 4* at least 200 days of data
> > >
> > > 5* ADX > 25
> > >
> > > ive put this together but hav not backtested yet...so
not sure
> if
> > > to use it as a weekly system or daily..would prefer
> weekly...maybe
> > > just a exporation scan or include buy and sell signals for
> > > backtesting..
> > >
> > > can this system be used weekly or is it more of a daily
system..
> > >
> > > mark.
> > >
> > >
> > > Check AmiBroker web page at:
> > > http://www.amibroker.com/
> > >
> > > Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > > Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> >
> >
> > --
> > Cheers
> > Graham
> > http://e-wire.net.au/~eb_kavan/
>
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
>
> -----------------------------------------------------------------
-------------
> Yahoo! Groups Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/amibroker/
>
> b.. To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms
of Service.
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
>
> -------------------------------------------------------------------
-----------
> Yahoo! Groups Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/amibroker/
>
> b.. To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms
of Service.
>
>
>
> [Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|