Streak is not working as it is set up

@Streak

I set up below strategy:
SELL 10 shares when parabolic sar(0.02,0.2) crosses above Close and Moving average(20,close,simple,0) crosses below Moving average(40,close,simple,0) or Moving average(20,close,simple,0) lower than Moving average(40,close,simple,0). Enter trade between 09:00 to 14:15

But it is alerting while the PSAR is already above to the cancel while I set up for cross only?

Hi @Rahul_Bhai

Looks like you have used OR so you condition of

This would be constantly true.

Also a few things to keep in mind!

3 Things,

  1. you have 2 cross overs, in this condition, so becomes very rare for this to trigger.
  2. When using AND/OR and what to it like A and B or C, it should be like (A and C) or (B and C)
    Refer https://help.streak.tech/create/#combining-conditions-with-andor
  3. If you want to use brackets they using “Advance option in create”

Hope this helps, also check out my plugin if you need to make trading easier :slight_smile: