Hello, I’m new to ProRealTime and already see how powerful it is. I’d like help creating a breakout screener to find symbols that may be ready to break out. Maybe such an indicator already exists or something close that I can build on.
Goal: detect setups where price forms equal swing highs or lows (potential breakout zones).
This would be used for stocks.
Requirements:
- Scan on 1-minute timeframe
- Use only today’s session, starting from premarket
- Define a swing point (“peak”):
- High peak: highest high vs 3 bars left and right
- Low peak: lowest low vs 3 bars left and right
- Confirm after 3 bars to the right (detection delay)
- Equal high/low detection:
- Round prices to 2 decimals (e.g. 216.351 → 216.35)
- Group peaks by rounded price
- Plot horizontal lines where 2 or more equal peaks occur
- Detect only unbroken grouped peaks (price hasn’t crossed the line yet)
There could be 3 or even more equal swings, which I would want to screen for, but for now just start with 2
My goal is to automatically identify symbols on the chart that have unbroken equal highs or lows, which could signal potential future breakouts if the setup is valid — without manually checking too many symbols on a such small timeframe.
This is how pattern look like visually what screener must find ( attached screenshots)
<!– notionvc: 8e3e600f-ab89-42bb-a3a8-d5fb13ddb9b6 –>