Do Advanced Triggers run only once or every second if they are "true"

Take this simple code

LastTradedPrice(‘NSE:INDUSINDBK’) > 0 && Hour() == 10

I have an order basket associated with it.

Will it run only once at 10 AM or it will run every day at 10 AM or it will run every minute/second (60 times/3600 times) between 10 - 11 AM.

How does one make them recurring or single time?

They’ll remain active until they are triggered and will become inactive post that. You can activate them again from your triggers

Oh nevermind. That was not my question. I was assuming it is possible to automatically create order through Sentinel. But it turns out, it’s not the case.