I think both of them are correct. See my attachment, the trend from 15:05:10 to 15:05:30 are almost same. The only difference is that the trend on hypertrend object moves directly from valueA to valueB, while the one on Trend object moves smoothly when the value changes. That's because of the sample interval of the trend object. From the pic, the sample interval you set seems to be 0:00:5. But the hypertrend reads the data from the database, which doesn't use sample interval. The data is logged to database whenever it changes and passes the filter. So I think the hypertrend show the real data trend, but the Trend object has some distortion because of the sample interval.
Ryan Shi
National Instruments