Try something like this: BuySignal = TimeNum() % 100 == 0 AND Sum(Buy, 60) > 0
Y --- In [email protected], "umrperumal" <umrperu...@...> wrote: > > > Hi, > > I am using 1 min chart for trading. I would like to shift the > buy/sell signals to the end of the respective hour. For example, when > the actual signal comes at 10.50 hrs, I would like to shift and > display it in the chart to 11.00 hrs. If I get the signal at 11.25 > hrs, I would like to shift it to 12.00 hrs and so on. > > Can somebody help me in coding the above condition to the buy / sell > formula. > > Any help is very much appreciated. > > With kind regards > > UMR Perumal >
