from Zerodha_Tradehull import Tradehull
from rich import print
api_key = "300000"
api_secret = "0000xybr"
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")