PureBytes Links
Trading Reference Links
|
Dale,
Just two things
a) changing the number of symbols (adding/removing)
b) triggering refresh from
indicator/commentary/interpretation
Changing the number of
symbols (adding/removing) in AFL Auto-analysis may lead to some
problems IF symbols are added at the beginning of
the list (that's why I recommend using
~ (tilde) as a first character - that way new
symbols are added at the end of the list and this
way it is perfectly OK.
Calling RefreshAll from
commentary/interpretation/indicator is not allowed because it leads to
infinite loop because
if indicator triggers RefreshAll it triggers
refreshing the same indicator too and this calls RefreshAll
again and this again refreshes this indicator and
again RefreshAll......
BTW: it is not required to call RefreshAll after
Category* and AddToComposite because Automatic
Analysis window automatically refreshes workspace
list if necessary.
<FONT
face=Arial size=2>Best
regards,Tomasz Janeczkoamibroker.com
<BLOCKQUOTE dir=ltr
>
----- Original Message -----
<DIV
>From:
dingo
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Friday, May 07, 2004 5:07 PM
Subject: RE: [amibroker] I have a problem
with AB4.54 running the enclosed AA
<FONT face=Arial
color=#0000ff size=2>What other methods are allowed only from OUTSIDE?
This would be nice to know for future considerations.
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>d
From: Tomasz Janeczko
[mailto:amibroker@xxxxxx] Sent: Friday, May 07, 2004 3:09
AMTo: <A
href="">amibroker@xxxxxxxxxxxxxxxSubject:
Re: [amibroker] I have a problem with AB4.54 running the enclosed
AA
Hello,Calling AB.RefreshAll() is allowed only from
OUTSIDE of AmiBroker (external script)Best regards,Tomasz
Janeczkoamibroker.com----- Original Message ----- From: "ronbo"
<ronbo@xxxxxxxxxxxxxx>To: "Amibroker"
<amibroker@xxxxxxxxxxxxxxx>Sent: Friday, May 07, 2004 3:14
AMSubject: [amibroker] I have a problem with AB4.54 running the enclosed
AA> 4.53 runs fine. have any errors with 4.54 reported,
that i missed, which> causes the AB smart shutdown screen to
appear?> > Caution, if you run this code, change the WatchList
# from 0 and 1 to WL's> you don't care about---> >
thanks,> ron> > > Buy=Cross( MACD(), Signal()
);> Sell = Cross( Signal(), MACD() );> > Filter=Buy OR
Sell;> AddColumn (Buy, "test");> > if
(SelectedValue(Buy) == 1)> {> CategoryAddSymbol("",
categoryWatchlist, 0);> }> > if (SelectedValue(Sell) ==
1)> {> CategoryAddSymbol("", categoryWatchlist, 1);>
> }> > AB = CreateObject("Broker.Application");>
AB.RefreshAll();> ---> Outgoing mail is certified Virus
Free.> Checked by AVG anti-virus system (<A
href="">http://www.grisoft.com).>
Version: 6.0.676 / Virus Database: 438 - Release Date: 5/3/2004>
> > > > Send BUG REPORTS to
bugs@xxxxxxxxxxxxx> Send 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
> Yahoo! Groups Links> > > >
> > Send 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@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 Sponsor
ADVERTISEMENT
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.
|