CCI indicator

 
the standard CCI indicator in MT4 gives different values from the CCI indicator in VT.
Looking at the source code in VT, they both looks the same - but their results are actually difference.

Diff:= TP()-Mov(TP(),Pr,S);

AveDiff:= Mov(Abs(Diff),Pr,S);

EquationComp:= Diff/AveDiff;
AdjCon:= 66.66667{equivelant=2/3tds};
MS_CCI:= EquationComp*AdjCon;

ANy one know why? What I can confirm, both (simple) moving average indicators of target price are the same between MT4 and VT.
 
Possible reason could be server time difference between VT and MT4. If different, bar open local time and OHLC values will be different.
 
Possible reason could be server time difference between VT and MT4. If different, bar open local time and OHLC values will be different.


I am sure.. i look at the same candle/same time - the difference is huge can be 100 points difference.
Reason: