Hello,
i have tried to use the following line to save reports as .html file,
however it seems to be not correct, because i get no files.
Can someone help ?
AA.Report("Formulas\\myReport.html"); // empty file name
means display report
AA.ClearFilters();
AA.Filter( 0, "watchlist" ) =
0;
AA.Backtest(0);
//AA.Report("Formulas\myReport.html"); // empty file
name means display report
AA.Report(""); // empty file name means display
report
--
Kind regards
Thomas