Need help to create a OLH stratezy in STREAK

I want to create a stratezy for open low high with the following conditions

Buy signal

  1. open = low
  2. open is greater than previous days close or equal to previous days close
  3. open low should withstand first 3 minutes then only go for buy in the next 3minute candle open

sl low of the first candle

target difference between high and low of the first 3 minute candle

@Streak can you.

entry:
*Opening Range (Open, 3min) equal to Opening Range (Low, 3min) and *
Opening Range (Open, 3min) higher than Prev N (Close -1, Day)

You have mention a hard SL in Streak in percentage. For the above, you add an exit condition
Close lower than Opening Range (Low, 3min)

You cannot set a target like this currently. a percentage based Tp is mandatory.

refer
https://help.streak.tech/

thanx sir

sir
thanx for writing the code of open = low stratezy and i want to add the following conditions for that will u pls help me this will reduce the noise

1.One Day ago HIGH is Less than Two Days ago HIGH
2 Two Days ago HIGH is Less than Three Days ago HIGH
3. Three Days ago HIGH is Less than Four Days ago HIGH
4 Latest LOW is Greater than One Days ago LOW
THESE FOUR CONFITIONS MUST BE SATISFIED AND THESE CONDITIONS WILL BE VALID FOR ONE WEEK FROM THE FORMATION DAY

OLH Stratezy
1 OPEN = LOW
2.OPEN IS EQUAL TO OR GREATER THAN PREVIOUS DAY CLOSE
3.OPEN = LOW SHOULD WITHSTAND FIRST 3 MINUTES THEN ONLY GO FOR BUY ON THE NEXT CANDLE OPEN

Prev N (High, -1, Day) lower than Prev N (High, -2, Day) and
Prev N (High, -2, Day) lower than Prev N (High, -3, Day) and
Prev N (High, -3, Day) lower than Prev N (High, -4, Day) and
Low (0) higher than Prev N (High, -1, Low)

Read the help section to learn the basics of creating conditions.
https://help.streak.tech/