Multiple Stocks with Webhooks

I am little bit confused about webhooks. And I want to ask that if I created a single webhook URL, added some scrips in order details on dhan and then used JSON generated by Dhan to create an alert based on some strategy on TradingView.

Will that JSON only execute order for the Scrip which is on current chart or it will execute trade for all stocks I have added in the Webhook JSON?

yes it will fire all stock orders you have added in JSON.

Even if condition of strategy not met for all stocks?

yes…when tv generates an alert whatever is in JSON passed to Dhan will get executed.