PureBytes Links
Trading Reference Links
|
According to the AB users manual, filter can be
used only in EXPLORATIONS. Why does the user's manual say this if it
is not true? I once tried to use FILTER=ma(v,50) >= 2000000; in
a SCAN and it did not work. This post
from William indicates that FILTER does work in SCAN mode . Ron
D
<TABLE cellSpacing=0 borderColorDark=#990000 cellPadding=3 width="100%"
borderColorLight=#990000 border=1>
filter
Exploration only: controls which stocks/quotes are
accepted. If "true" (or 1) is assigned to that variable for given
stock/quote it will be displayed in the report.
So, for example, the following formula will accept all stocks with
closing prices greater than 50 :
filter = close > 50;
Automatic Analysis
<BLOCKQUOTE
>
<DIV
>From:
<A title=williampeters@xxxxxxxxxxxx
href="">William Peters
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Thursday, July 31, 2003 7:44
AM
Subject: RE: [amibroker] ANNOUNCEMENT -
Tutorials for beginners.
Dominick,To exclude a ticker from the scan you can
add like this to your filter ( replace ^AORD<FONT
color=#000000> with your ticker symbol ):<FONT
color=#0000ff>Name() != "^AORD";So
the FIlter statement becomes something like this: Filter = <FONT
color=#0000ff>Cross( MA( Close, <FONT
color=#ff00ff>30 ), MA( Close, <FONT
color=#ff00ff>50 ) ) AND <FONT
color=#0000ff>Name() != <FONT
color=#ff00ff>"^AORD";
For the second part of your question if you open AmiBroker
Indicator Builder (IB) and go to thelast section in the tutorial you
will notice there are some additional parameters to
enter:
Scaling:
AutomaticGrid lines (Ticked): Limits | Show
Dates | Middle
Once you tick these parameters the information in the
x and y grid will display.
Thank you for your feedback.
Regards,
William Peters
<A
href="">www.amitools.com
-----Original Message-----From: dom1_1998 [<A
href="">mailto:Dom2000@xxxxxxxxxxx]Sent:
Wednesday July 30, 2003 8:45 PMTo: amibroker@xxxxxxxxxxxxxxxSubject:
[amibroker] ANNOUNCEMENT - Tutorials for beginners.Hi
William:Thanks for the tutorial. One thing I would like to know
is how toexclude indices. For ex. QuotePLus uses an "!" mark before
them. Also I typed one of the symbols to bring up the chart and
applied thecrossover indicator. It placed another window of
candlestick barswith both of the MA's as stated.I closed the
original candlestick and volume windows to make yourwindow larger. I
noticed there were nothing in the X and Y axis or grids.Was it purposely
made that way for the tutorial?TIA,DominickSend
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
<img
src="" width=300 height=250 border=0>
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.
|