GP, do you know the correct usage of "/t"(the tab Character) in the 
RawTextOutput method. I tried the following statement and I got an 
error message. For learning purposes I am trying to modify TJ's 
example on page 821 of the manual. 

bo.RawTextOutput("Number of open positions: " + bo.GetOpenPosQty()+ 
\t + "Bar " + i );


TIA
--- In amibroker@yahoogroups.com, "gp_sydney" <[EMAIL PROTECTED]> 
wrote:
>
> Only by switching to detailed log mode that I'm aware of (in the
> backtest Report settings).
> 
> You could also output any other information you wanted by using the
> Backtester object's RawTextOutput method.
> 
> GP
> 
> 
> --- In amibroker@yahoogroups.com, "tipequity" <l3456@> wrote:
> >
> > GP
> > 
> > The backtest default results show among others the entry trade 
and 
> > its subsequent exit date and price on the same line. Do you know 
of a 
> > way to put entry and exit trades on separate lines?
> > 
> > Thanks for all your great contribution to this board.
> > 
> > --- In amibroker@yahoogroups.com, "gp_sydney" <gp.investment@> 
> > wrote:
> > >
> > > You can add anything that information is available to calculate 
> > using
> > > the high-level custom backtester interface.
> > > 
> > > See the AmiBroker help section "Adding custom backtest metrics",
> > > example #3.
> > > 
> > > GP
> > > 
> > > 
> > > --- In amibroker@yahoogroups.com, "tipequity" <l3456@> wrote:
> > > >
> > > > Has anybody added cash balance, position score and equity 
columns 
> > to 
> > > > the standard AA backtest results table? Also is it possible 
to  
> > include 
> > > > the missed trades due lack of capital in the results? 
Somewhat 
> > similar 
> > > > to explorer without excess trade signal. 
> > > > 
> > > > thanks
> > > >
> > >
> >
>


Reply via email to