Title: Re[2]: [amibroker] Why don't i get my BT Reports?
I wrote too soon... Using the test below its not working for me.
I simply want to Export the AA .csv report to a custom folder under a custom name.
I Still get the msg "Detailed Report not available. Please check settings / report tab". How does this
function with the "GenerateReport" Option and the AA.Report function? How do these two functions
interact with AA Settings?
Thanks again!
herman
SetOption( "Generatereport", 2 ); // Does this relate to html or csv reports?
Short = Cover = 0;
Buy = Cross( MACD(), Signal() );
Sell = Cross( Signal(), MACD() );
AB = CreateObject( "Broker.Application" );
AA = AB.Analysis;
AA.Report( "C:\Program Files\AmiBroker\Reports\test.rpt" ); // generate report
//AA.Report( "C:\\Program Files\\AmiBroker\\Reports\\test.rpt" ); // generate report
Saturday, August 23, 2008, 6:25:41 AM, you wrote:
>
|
Problem solved; I emptied the report folder and it started to work again.
herman
Saturday, August 23, 2008, 5:58:31 AM, you wrote:
>
|
I am using AB 5.16.0 and for some reason I can no longer can get detailed BT reports when I do Backtests. They are turned ON in AA Settings.
When trying to display a report I get the msg "Detailed Report not available. Please check settings / report tab"
Any ideas why this happens?
Herman
|
|
__._,_.___
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 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
__,_._,___
|