I want to take entries on Multiple accounts

I want to take entries on Multiple accounts like if i click a button it should take entries on 3-4 accounts at the same time and exiting at the same time all accounts…

Because i don’t take trade with strategy. I just look at markets and if i feel there is a entry i’ll be punching order. But the issue here is i have multiple accounts and i want all accounts to be traded at the same time.

How can i workout this method?

One method I use is to create a strategy in Tradetron that accepts webhook signals from tradingview. I place orders in TradingView using webhook which sends a signal to tradetron to take the specific trade. Trade is exited also using the same method. This strategy can be deployed across multiple accounts and one signal from Tradingview can place orders in multiple accounts.