I have noticed recently that the scanner does not show correct result for the Accum-Distr indicator for some stocks. For example, XEL – the scanner shows a weekly value of 421M, while the same indicator on the graph shows 824M. My scanner code is: Timeframe (Weekly) Condition = ((Close>69) and (close<70) and (Average[20] (Volume) > 1000000)) SCREENER [Condition] (AccumDistr(close)) Could anyone please help?