PureBytes Links
Trading Reference Links
|
At 05:03 PM 3/31/99 EST, you wrote:
>Here's one of the RadarScreen bug ?
>
>value1=average(c,5);
>If LastBarOnChart and CheckAlert then Begin
> Print(value1,value1[1]);
>End;
>
>Apply to a daily chart as an Indicator I get 18.35 18.68
>Apply to a daily on RadarScreen I get 18.35 0
Strange. It's as if the RadarScreen version never even got evaluated on the previous bar, so value1[1] is 0.
Say, what *is* the previous bar in a quote-type window? How do you specify the timeframe, and the number of bars back? I don't know the answers, but it seems to me there must be something that can specify how many bars of data to run over when applied to a RadarScreen window.
Would love to look into this more but I've got enough things to deal with getting 2000i up...
Good luck,
Mike G
|