Sure.
Function Dot is just the first derivative.
1) Constant = 100 * (390/BarInterval) where BarInterval is 30, 15, 5, etc.
2) Momentum(series,1) = series[this bar] - series[one bar ago];
3) OffSetSeries(series, -1) = shift the series to the right. Yesterday's close is now today's...