Scanning indices

If I create this condition and scan on INDICES section will it only give signals when out of all indices NIFTY AUTO is higher than 10 EMA?

Hi @delta_gainer

If the above condition is met, the result will include all the instruments in the basket, not just the Nifty Auto index.

This is because the symbol function checks conditions for one instrument and executes trades for all instruments added to the basket. In this case, the basket contains indices, so the results will reflect all the indices within it.

Hope this clarifies.

Hi @Streak

I got it.
Actually, I want to scan selected indices out of all indices in “scan on” to respond to my conditions. For example, I want to get signals only from auto and healthcare indices closing above any period of EMA on 5, 10, or 15 min TF.

Is this possible?

@delta_gainer Currently this is not implementable. However, the custom basket functionality is in development. Once implemented, it will allow you to create your own basket of instruments for scanning.

1 Like

Thanks. I will wait for the feature