PureBytes Links
Trading Reference Links
|
Better
solution using the "abtool" plugin:
<FONT face=Arial
color=#0000ff>//*********************************
<FONT
color=#0000ff>
EnableScript(<FONT
color=#ff00ff>"vbscript");
//get last
ticker in Watch list 0
lastTick = xxTickerLast(0);
//get current
ticker
CurTick=Name();Filter=0;
NumColumns=<FONT
color=#ff00ff>1;
<%
LastTick=afl(<FONT
color=#ff00ff>"lastTick")
CurTick=afl("curTick")
if
CurTick=LastTick then
<SPAN
class=093514523-07062003> Msgbox <FONT
color=#ff00ff>"Last tick in Watch list 0= "+CurTick
end if<FONT
size=1>
%>
<FONT face=Arial color=#0000ff
size=3>walt
<FONT face=Tahoma
size=2>-----Original Message-----From: hmab1
[mailto:hossamb@xxxxxxxxxxxx]Sent: Saturday, June 07, 2003 12:13
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
Execute script only after ALL tickers have been scanned
?Hello,If I have vbscript in my AFL, this
script is executed once for each ticker as the tickers are being
scanned.Is there a way to have some code that only executes once ALL
tickers have been scanned ?Thanks,HBSend
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
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.
|