PureBytes Links
Trading Reference Links
|
Title: Re: [amibroker] When does AmiBroker execute RefreshAll?
I found one reference by Tomasz on the feedback site:
Symbol list refresh is also triggered automatically at the end of exploration if you use
the following functions:
CategorySetName
CategoryAddSymbol
CategoryRemoveSymbol
After using ATC in AA?
Can anyone complete the list?
With my DB (lots of categories and tickers) each RefreshAll executed by AB (I do not call any RefreshAll() myself!) takes several seconds and interferes with my OLE synchronization protocol.
I want to prevent these RefreshAlls and am considering substituting all AB WL functions with custom functions using Static and Persistent variables, so that I can control when the AB RefreshAll takes place. To do this I need to know which AB operations trigger the refreshes. Anyone been this road?
thanks,
herman
Saturday, November 15, 2008, 6:59:31 AM, you wrote:
>
|
Sorry, i know the answer was posted by Tomasz but i can't find it.
I need to know 'ALL' conditions that trigger an AmiBroker RefreshAll.
Would anyone know where this was posted?
Many thanks,
herman
|
__._,_.___
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
*********************
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
*********************************
__,_._,___
|