Streak platform - Indicators for higher highs and higher lows
Issue:
A trader on TradingQnA asked how to detect higher highs and higher lows using the Streak platform. They had tried using the PREV N function but found it difficult to create consistent, reliable logic for identifying these patterns. The lack of a built-in indicator meant users had to manually configure conditions, which was prone to errors and time-consuming for backtesting or live deployment.
refer : Indicators for higher highs and higher lows
Solution:
In reply, the Streak support team suggested a practical workaround—using Period Max and Period Min indicators to simulate higher-high and higher-low detection. By comparing the most recent high to the Period Max of a set look-back period (and similarly, the recent low to Period Min), traders could approximate the desired pattern recognition until Streak introduced native higher-high/higher-low detection in a future update.
refer : Indicators for higher highs and higher lows - #7 by Krishnendu