Turns out, the whole problem was that the data was saved in reverse order. Reversing the data points in the .t6 fixed the issue.

It may be a good idea to include a dataSort(1); just before a dataSave by default in the CSVtoHistory script, to make sure to avoid such issues.

Last edited by Kaga; 10/25/20 18:26.