Learn Algo Trading with Python | Codes | Youtube Series

Hi @ddeogharkar ,

Below are the possible solutions:

  1. We can use 2 Dhan account with different API’s.

  2. Since the watchlist is same, make a data receiver file that will retrieve the data for both the algo’s. The data should be sent in excel/ database/ pickle file and both the algo’s will refer to the same excel/ database/ pickle file for fetching data .

  3. Also you can double the sleep time in Dhan_Tradehull_V2.

2 Likes