jcl,

When I look at the online manual entry for peak/valley:
https://zorro-project.com/manual/en/peak.htm

I noticed that the new overloads are missing. But they are correctly defined in my beta release's help file:
Quote
peak(vars Data) : bool
valley(vars Data) : bool
Determines if the Data series had a maximum (peak) or minimum (valley) at the previous bar.

peak(vars Data, int TimePeriod) : int
valley(vars Data, int TimePeriod) : int
Returns the bar offset of the last maximum (peak) or minimum (valley) of the Data series, or 0 when the series had no peak or valley within the TimePeriod.

Perhaps there a manual page synchronization mechanism that is failing on your end?

I just deleted my cookies and flushed my DNS resolver cache to make sure I'm not crazy.