I've come back to this issue, and still am unable to figure out why
this
is happening. Why would the plot on the chart return a different
value than
the interpretation window? I greatly appreciate any help.
On Thu, Apr
30, 2009 at 11:06 AM, Ricardo <chudxx@xxxxxxcom> wrote:
>
I'm wondering why I'm getting a different value for the same function
>
on the same bar when I output it as a plot and when I output it to the
>
interpretation window.
> Here is the code:
>
>
timeframeset(inDaily);
> inside_d = inside();
>
timeframerestore();
>
>
plot(timeframeexpand(inside_d, indaily), "daily inside",
colorblack,
> stylehistogram);
> if(status("action") ==
actioncommentary)
> {
> printf("inside_d: %g\n",
timeframeexpand(inside_d, indaily));
> }
>
> When I
insert this afl on an intraday chart, the last bar of the
> inside day
shows True for inside_d in the plot as I expect; but in the
>
interpretation window, inside_d shows false until the first bar of the
>
day following the inside day.
>
> Thanks for any
help.
>