Learn Algo Trading with Python | Codes | Youtube Series

Hi @Vijen_Singh

see session3 codebase

  1. exit_all = tsl.cancel_all_orders()

  2. tsl.get_option_chain(symbol, exchange)
    do raise this feature request for this function on below link,
    for all options chain related features I am tracking on this link :
    Tick By Tick Algo for Option Chain with OI Buildup and Covering

  3. use ce_name, pe_name, strike = tsl.ATM_Strike_Selection('NIFTY','expiry_date')

  4. live_pnl = tsl.get_live_pnl()