PureBytes Links
Trading Reference Links
|
Hello,
It refreshes OK, but the equity chart you see is the one
that reflects DEFAULT VALUES specified in optimize
function call. This is so because Optimize() function
gives non-default values ONLY during optimization and ONLY in AA window.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Herman van den Bergen" <psytek@xxxxxxxx>
To: "AmiBroker YahooGroups" <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, September 11, 2004 1:41 PM
Subject: [amibroker] Refresh Equity Charts during Optimize
> 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]
>
>
>
>
> 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
>
>
>
>
>
>
------------------------ 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/
|