Running multiple program under same account

ksv
Hi Sujith,

I want to test multiple strategies with multiple programs(1 strategy per program).
Want to run these process in parallel. Am planning to use the access_token(which is valid per day).
Is this supported?

Please let me know. Thanks!
Tagged:
  • sujith
    You can use one access token to run any number of strategies.
  • ksv
    Thanks Sujith.

    One more follow up question, can we regenerate request token everytime and run these program in parallel?

    Will it affect the program thats already running with previous request token?
  • sujith
    Yes, an app can only have one access token at any point in time. Your earlier session is killed before creating a new one.
  • ksv
    Thanks Sujith.
This discussion has been closed.