Simple Price Difference Custom Indicators

 

I got A simple price difference indicators.

Just would like to share

code for the indicators like this

for(cnt =limit-1 ; cnt >=0; cnt--)
{
Diff[cnt]=Close[cnt]-Close[cnt+1];
}

Files:
Reason: