hi i like to place single order in multiple accounts same price and exit order can we create that system i want to trade my trades in multiple client account same time
you can get this done programmatically. develop a function which can take input as details of order like prices, qty etc along with user details . internally you can run loop which will place order for multiple users. again you might hit other challenges and limitations but you can try to overcome them programmatically .
internally you can run loop which will place order for multiple users. again you might hit other challenges and limitations but you can try to overcome them programmatically .