[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] Jumping symbol in chart


  • Date: Fri, 11 Dec 2009 14:32:07 -0500
  • From: Rajiv Arya <rajivarya87@xxxxxxxxxxx>
  • Subject: RE: [amibroker] Jumping symbol in chart

PureBytes Links

Trading Reference Links




 Still working on this issue
Does anyone have any thoughts ?
 
Thanks
Rajiv

To: amibroker@xxxxxxxxxxxxxxx
From: rajivarya87@xxxxxxxxxxx
Date: Mon, 30 Nov 2009 22:15:04 -0500
Subject: [amibroker] Jumping symbol in chart

 
Hi All,

  When I execute this code, it imports a bunch of new symbols and assigns them to a watchlist, but
the chart in the price pane jumps to a new symbol.

Does anyone have a suggestion on how to prevent this jumping effect.
I am running AB 5.2

Thanks
Rajiv

AB=CreateObject("Broker.Application");
AS=AB.Stocks;
for( i = 0; ( sym = StrExtract( list, i ) ) != ""; i++ )
{
     //CategoryAddSymbol(sym,categoryGroup,0);
     AS.Add(sym);
     CategoryAddSymbol( sym, categoryWatchlist, wlnew );
}
AB.refreshall();

Hotmail: Trusted email with powerful SPAM protection. Sign up now.




Hotmail: Trusted email with Microsoft’s powerful SPAM protection. Sign up now.

__._,_.___


**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/





Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___