PureBytes Links
Trading Reference Links
|
Title: Re[4]: [amibroker] Is it possible to Suppress .lst reports while exporting report from OLE
Yes, I am successfully exporting Backtest and Exploration summary (one line) reports to custom folders. I do this because I merge the reports with other, custom, reports to create my final reports.
Since i already have my reports in my custom folders I would like to suppress the regular reports that AmiBroker saves in the Report folder.
I might be missing something but when i use the SetOption( "GenerateReport", 0 ), in the afl ran from OLE, to suppress the regular reports it also suppresses the AA.Export() reports.
Thanks for your help!
herman
Monday, October 6, 2008, 11:38:27 AM, you wrote:
>
|
Herman,
I am not sure what you mean with "I want to export reports from OLE".
Do you want to export trade list (the content of the list view), in other words, do you want to use
AA.Export() method ?
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: Herman
To: Tomasz Janeczko
Sent: Monday, October 06, 2008 5:27 PM
Subject: Re[2]: [amibroker] Is it possible to Suppress .lst reports while exporting report from OLE
Yes, I understand, and I don't use the Report() method.
The problem is that turning OFF reports using SetOption() also disables exporting BT results from OLE - unless i am doing something wrong.
I want to export reports from OLE while suppressing the regular reports - else I get a huge number of reports in the Reports folder. Of course i could delete them after each Backtest but I thought there would be a better way.
Is this possible?
Thanks,
herman
Monday, October 6, 2008, 11:02:59 AM, you wrote:
>
|
This option is for turning OFF reports. Reports are automatically generated during backtest (not after it) when this option is on.
The Report() method is obsolete and only applies to OLD backtester because it generated reports after backtest.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: Herman
To: AmiBroker User Group
Sent: Monday, October 06, 2008 4:41 PM
Subject: [amibroker] Is it possible to Suppress .lst reports while exporting report from OLE
I can turn off reports using SetOption( "GenerateReport", 0 ); however this also disables exports from OLE.
Is it possible to suppress the regular reports to the Reoprt folder while enabling OLE Exports?
TIA,
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
*********************************
__,_._,___
|