PureBytes Links
Trading Reference Links
|
Title: 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
*********************************
__,_._,___
|