Streak Algo Incorrect Trigger

I want to understand how the below condition was satisfied to enter a trade in Nifty Options 18050 PE (10th Nov expiry) @9:24 am

Symbol(INDICES_NIFTY 50, Multitime frame(5min, Low(0) ) ) lower than Symbol(INDICES_NIFTY 50, Multitime frame(5min, Prev N(Low,-1,5min) ) )

and

Symbol(INDICES_NIFTY 50, Multitime frame(5min, Prev N(Low,-1,5min) ) ) higher than Symbol(INDICES_NIFTY 50, Multitime frame(5min, EMA(close, 5, -1) ) )

Condition I wanted to implement is basically (for NIFTY)

  1. Current 5 min candle ongoing low < Previous closed 5 min candle
  2. Previous closed 5 min candle low > Previous 5 min candle EMA

As per me it should not have satisfied

@Streak

Please write to us at [email protected] and share the Strategy link and the order log for the trades, so that we can analyze this and assist you with this.

Use the instructions in the below blog to generate your strategy link

Also, refer to the below link to learn how strategy order logs are downloaded(follow the instructions in the GIF)
https://help.streak.tech/deployed/#orderlog

@Kunal_Streak shared over e-mail as mentioned
Thanks!