Thanks a lot GP!
--- In [email protected], "gp_sydney" <[EMAIL PROTECTED]> wrote:
>
> To get a signal on the fourth bar of every day, use:
>
> bar4 = DailyBarNum == 4;
>
> Regards,
> GP
>
>
> --- In [email protected], "kar_avi" <kar_avi@> wrote:
> >
> > Hello Herman,
> >
> > Barssince will return an array. I have to take the bar number obtained
> > from barssince into a if loop to check for every 4th bar from opening.
> > So will barssince[barcount-1] give me the *number* to take it to the
> > "if" loop?
> >
> > Thanks
> >
>