Imran Ali Sir Ji Namste, please help me resolve yellow underline of "sqn_lib"

Screenshot (10)

Hi @Dev28 ,

  1. Open the Google Drive link and download the whole files then use sqn_lib.py.
  2. Keep sqn_lib.py in the same folder as your main Python file.
  3. Import it in the file where you are running the provided code.
import sqn_lib
  1. Then use it:
chart = sqn_lib.sqn(chart, 21)
chart["market_type"] = chart["sqn"].apply(sqn_lib.market_type)

Drive link: sqn_lib.py – Google Drive