----- Original Message -----
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
|