PureBytes Links
Trading Reference Links
|
I was trying to use the explorer tool. What is the debug view?
addcolumn(HighDay,"HighDay");
This works if I set my periodicity to Daily in the Automatic
Analysis tool, but I need to view other arrays at the 5-min
periodicity.
Thanks,
Steve
--- In amibroker@xxxxxxxxxxxxxxx, "Ara Kaloustian" <ara1@xxx> wrote:
>
> Your code should work... how are you looking at HighDay?
>
> might consider using debug view to look into the workings of your
code
>
>
> ----- Original Message -----
> From: "sslack88" <jzzpiano88@xxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Monday, July 10, 2006 11:40 AM
> Subject: [amibroker] Array Explore using Different Time Frames
>
>
> > I am working with 5-min intraday data. I want to create a
variable
> > called HighDay, which returns the value of the DAILY high for
the
> > previous day. I assume that I should use the TimeFrameSet and
> > TimeFrameRestore to accomplish this. However, when I do this I
cannot
> > see the values of HighDay when I run an Array Explore. If I
change
> > the periodicity in the Automatic Analysis settings to daily it
works,
> > but my intraday variables don't work then. Is there anyway to
fix
> > this?
> >
> > -Steve
> >
> >
> >
> >
> >
> >
> >
> > 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 other support material please check also:
> > http://www.amibroker.com/support.html
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
>
|