Zizzou,
Tha Ckaiking Oscillator is computed (if I'm correct) as follows:
AccDissi = sum([((2*Close) - (High + Low))/(High-Low)] * Volume);
Chaiking = ema(AccDiss, 3) - ema(AccDiss, 10);
So, if the trend is DOWN, it means more volume is on the downside. Convergence occurs when the...