Hi, If you are filtering on the Cross(...) function in your exploration, then you will only get a signal *on the bar of the cross* (i.e. the bar upon which the event occured).
If the cross happened 5 bars ago, then an exploraration on the current bar will not show anything. You can try changing your exploration code to use greater than/less than instead of cross. That will show the current state (as opposed to only the event). Mike --- In [email protected], "reydontrader" <[EMAIL PROTECTED]> wrote: > > Hi, > > I try to use explorer to look for MACD bullish crossover on indices > (no volume in those indices) but the explorer unable to pick up all > indices with bullish MACD crossover. > > But when I look into individual indices I could see some indices have > already made bullish macd crossover. > > Why does the explorer unable to identify this? > > Anything missing on my settings? > > thanks, > Rey >
