Is it possible to run different strategies in different sessions(different Python processes) simultaneously? Or is it that the request token in all except one will expire?
@Kailash, sorry I am not able to get it.... can u please clarify one thing.... by an instance u mean 1 app?
Suppose I have 2 strategies and want to run it on 2 stocks, what do i do? I create an app for each strategy, so that I can execute on 2 different stocks within the same app? or I create 1 app for Strategy1 for running it on Stock1, second app for Strategy1 -> Stock 2, third app for Strategy2 -> Stock 2 and fourth app for Strategy3 -> Stock2.
Suppose I have 2 strategies and want to run it on 2 stocks, what do i do?
I create an app for each strategy, so that I can execute on 2 different stocks within the same app?
or
I create 1 app for Strategy1 for running it on Stock1, second app for Strategy1 -> Stock 2, third app for Strategy2 -> Stock 2 and fourth app for Strategy3 -> Stock2.
Once you obtain an access_token after authentication, you can use it simultaneously until it expires.