Order nahi ja rha hai

order_id = tsl.place_order(variety="amo", exchange='NSE', tradingsymbol='GAIL', transaction_type='BUY', quantity=50, product="MIS", order_type="MARKET")


zerodha fill bhi connect nhi ho rahi hai

from Zerodha_Tradehull import Tradehull
from rich import print

api_key    = "qc"
api_secret = "p4zxc9cvtoho0xybr"
tsl        = Tradehull(api_key, api_secret, "yes")

kite       = tsl.kite

ltp = tsl.get_data_for_single_script(exchange="NSE", name="ACC", call_type ="ltp")

print()


order_id = tsl.place_order(variety="amo", exchange='NSE', tradingsymbol='GAIL', transaction_type='BUY', quantity=50, product="MIS", order_type="MARKET")

Hi Javed
we can place amo order only after market close, try placing a mis order