PureBytes Links
Trading Reference Links
|
Hello,
i would like my equity chart to refresh with each Optimization step to allow
visual inspection during optimization, placing the Optimize parameters in my
chart Title. I tried to use this procedure:
procedure RefreshAll()
{
AB = CreateObject("Broker.Application");
AB.RefreshAll();
}
and I have an RefreshAll() statement at the end of my Optimize code.
any idea why this doesn't work?
best regards,
herman
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
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:
http://docs.yahoo.com/info/terms/
|