concurrent execution of trading strategies

bhavyanarang2015
I am using python to automate trades. how many scripts/sessions can I run parallelly?
or if I have more than 1 strategy how can I run them combinely?
  • rjamitsharma
    You can make 3 session per api account


    But if you want to use more then 1 strategy then code in a way that can combine your all strategies
  • Rekha
    does the limitation of 3 sessions per api account includes the web/mobile kite access too? Can I have web access, mobile access and 3 pythons scripts using API running at the same time?
  • rjamitsharma
    with api you can have 3 sessions and mobile and web is extra
  • rjamitsharma
    rjamitsharma edited November 2021
    @Rekha you are right
  • Rekha
    by using time delay, I can synchronize more than 3 sessions in a manner that at any time only 3 sessions query kite api. right? Is it possible? worth trying?
  • rjamitsharma
    Yes right I think
Sign In or Register to comment.