Using OR function in buy rules

Hello,

Wondering if there’s a way to use an OR function in the buy rules… for example…
I want to be in a long position when

benchclose(0) > SMA(200, 0, #bench) OR benchclose(0) > EMA(20, 0, #bench)

I cannot figure out if there’s a way to accomplish this…

If I use the first half of the formula, then I miss out on when the market turns back around towards the SMA200, and if i used the latter half then I won’t be able to enter trades like half of the time…

Actually now that I have tried it again it seems to be working by just using OR