Can anyone help create this scanner on Streak?

I’m trying to create a 5-minute strategy based on the first 5-minute candle.

The setup I need is:

  • Identify the High and Low of the 9:15–9:20 AM candle.
  • Start generating signals only after 10:00 AM.
  • If price breaks above the 9:15–9:20 High
  • If price breaks below the 9:15–9:20 Low

Has anyone created something similar on Streak? Could you share the scanner conditions or logic?

verify the results once

1 Like

can u help me create condition for more than 80 percent body candle?

For your example:

  • Open = 1119.8
  • High = 1225.5
  • Low = 1102.1
  • Close = 1225.5
  • Body = 1225.5 − 1119.8 = 105.7
  • Range = 1225.5 − 1102.1 = 123.4
  • Body % = 105.7 ÷ 123.4 × 100 = 85.6%

@samuel-7 Please refer the image below for your requirement:

Hope this helps.