PureBytes Links
Trading Reference Links
|
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() != "^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,Dominick
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.
|