Running multiple strategies.
-
I want to run 5 strategies parallelly what would be better
creating one login file and then accessing
obj=SmartConnect(api_key="your api key")
data = obj.generateSession("Your Client ID","Your Password")obj and data in another multiple files.
OR
multiple logins with different API's would be better.
1 out of 1