Re: [amibroker] Plotting backtest metrics via CBI

2007-05-20 Thread Graham
create a composite then plot the composite in separate afl -- Cheers Graham AB-Write >< Professional AFL Writing Service Yes, I write AFL code to your requirements http://www.aflwriting.com On 20/05/07, dusty.mclaughlin <[EMAIL PROTECTED]> wrote: > Hello, > > I've tried the following code to a

[amibroker] Plotting backtest metrics via CBI

2007-05-20 Thread dusty.mclaughlin
Hello, I've tried the following code to allow for plotting of backtest metrics to no avail. A gentle nudge in the right direction would be greatly appreciated. SetCustomBacktestProc(""); if (Status("action") == actionPortfolio) { bo = GetBacktesterObject(); bo.backtest();