PureBytes Links
Trading Reference Links
|
Hi, it seems that the function below doesn't refresh my floating symbol window anymore. Has anything changed? is it working for you?
I am pretty sure it used to work...I use it to refresh the symbol tree so that new composites show up.
function RefreshAll()
{
oAB = CreateObject("Broker.Application");
oAB.RefreshAll();
}
TIA,
herman
__._,_.___
Please note that this group is for discussion between users only.
To get 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
__,_._,___
|