Thanks. Turns out the reason was high volatility and too many outliers in the data, triggering the outlier detection.

If anyone has a similar problem, the fix:

Outlier = 0;

This disables outlier detection. The outlier detector will be made less sensitive for the release.