PureBytes Links
Trading Reference Links
|
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.
__._,_.___
**** 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/
__,_._,___
|
|