PureBytes Links
Trading Reference Links
|
In the editor, try typing:
printf("Hello World" + "\n" ) ;
Save it to foo.afl
INSERT foo.afl (from the editor tool bar)
CLICK on the blank chart window
'Hello World' will be displayed in the Interpretation window.
Ed Hoopes
--- In amibroker@xxxxxxxxxxxxxxx, "Homar Simpson" <x77777x@xxx> wrote:
>
> I tried the printf, but wasn't seeing the output anywhere. I'm
> running an Automatic Analysis, but see no output of the printf I'm
using.
>
>
>
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Ed Hoopes" <reefbreak_sd@> wrote:
> >
> > At my skill level of programming I did download the fancy debugger,
> > but ended up never using it.
> >
> > I use printf -
> >
> > printf("EURO - look for reversals from:" + ArgA + "\n" );
> > printf(" > +/-1.2 for a single signal " + "\n" );
> >
> > to get single values of variables. the values are displayed in the
> > Interpretation window. The value displayed depends on the bar that
> > you click on.
> >
> > If I want to look at a specific array element:
> >
> > printf("Array[17] = " + ArgA[17] + "\n" );
> >
> > If I want to look at an entire array:
> >
> > for( i = 0; i < BarCount; i++)
> > {
> > printf("Var[" + i + "] = " + Var[i] + "\n" );
> > }
> >
> > Ed Hoopes
> >
> >
> >
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "Herman" <psytek@> wrote:
> > >
> > > http://www.microsoft.com/technet/sysinternals/default.mspx
> > >
> > > -----Original Message-----
> > > From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx]On
> > > Behalf Of Homar Simpson
> > > Sent: December 3, 2006 11:03 PM
> > > To: amibroker@xxxxxxxxxxxxxxx
> > > Subject: [amibroker] Wheres the decent debugging or tracing tools.
> Cant
> > > find anything
> > >
> > >
> > > Are these buried in the docs somewhere?
> > >
> > >
> > >
> > > 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
> > >
> >
>
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.15.6/568 - Release Date: 12/4/2006 3:20 PM
|