uasish said:
Dear bharatk8,
Actually u mean Divergence with Close or divergence of 2 different period ROC ?
Regards
Asish
Dear Bharatk8,
This is one from my collection just copy paste it in indicator builder.This is a
ROC with an option to smoother & adjustable band.
.....................................................................
periods1:=Input("Periods of ROC",2,50,12);
periods2:=Input("Smoothing Period",1,50,1);
Input("horizontal line 1",-50,50,5);
Input("horizontal line 2",-50,50,-5);
Mov(ROC(C,periods1,%),periods2,S);
........................................................................
Hope this serves ur purpose.
Regards
Asish