Well, your data is pretty clean so the derivative part can be left out. Just delete that function and connect through. You will have to adjust the filter inputs fh and fl to give you a clean signal (fl is used to remove the DC drift and fh filters out the high frequency noise). For your data fl = 0.005 and fh=0. Adjust your threshold to around 0.2 and the width to around 10.
This should give you the indices for all of the peaks.
FYI, the number fh and fl relate to the sampling frequency, fs. When that isn't connected, fs=1. So if your sampling frequency is 100 Hz and you fed this number into fs, then fl=100*0.005=0.5 Hz and fh=100*0.02=2 Hz
Randall Pursley