PureBytes Links
Trading Reference Links
|
I am writing a script to save Optimization results. I am having a
problem with the AB.Analysis.Optimize.Export line below. The error I
get is "Wrong number of arguments or invalid property assignment". I
believe I have incorrect syntax with the file name and have tried many
different combinations, but I have not solved this. When I comment
out this line, the rest of the script works fine. Any help will be
greatly appreciated.
eman
AB = new ActiveXObject ("Broker.Application");
...rest of script...
AB.Analysis.Optimize.Export("file.csv");
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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 other support material please check also:
http://www.amibroker.com/support.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/
|