PureBytes Links
Trading Reference Links
|
If
with today you mean the last data bar then you can use:
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Filter=Status("LastBarInTest") AND Buy;
<FONT face=Arial color=#0000ff
size=2>or
Filter
= Status("LastBarInRange") AND Buy;
or you
can set the AA Range to n-LastQuotations=1
<FONT face=Arial color=#0000ff
size=2>
Read
about the difference in Help.
<FONT face=Arial color=#0000ff
size=2>herman
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Tahoma
size=2>-----Original Message-----From: prog200
[mailto:prog200@xxxxxxxxx]Sent: Wednesday, April 14, 2004 6:14
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
Filter questionI would like to get only todays buy
signal when Explorer is used on a watch list.I tried the following
and get all the buysFilter = Ref(Buy,0);I been trying to
find something like:Filter = Ref(Buy,0) AND todaydate; // shows
only today buy for each stock in Explorer windowSuggestions
welcomeThanksMartySend 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
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
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 the Yahoo! Terms of Service.
|