PureBytes Links
Trading Reference Links
|
Put it inside the double quotes as part of the string: "\tBar "
GP
--- In amibroker@xxxxxxxxxxxxxxx, "tipequity" <l3456@xxx> wrote:
>
> 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@xxxxxxxxxxxxxxx, "gp_sydney" <gp.investment@>
> 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@xxxxxxxxxxxxxxx, "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@xxxxxxxxxxxxxxx, "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@xxxxxxxxxxxxxxx, "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
> > > > >
> > > >
> > >
> >
>
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
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|