pandas-ta: NameError: name 'watchlist' is not defined

NameError: name ‘watchlist’ is not defined Which version are you running? The lastest version is on Github. Pip is for major releases.

import pandas_ta as ta
print(ta.version)

Upgrade.

$ pip install -U git+https://github.com/twopirllc/pandas-ta

Describe the bug A clear and concise description of what the bug is.

To Reproduce Provide sample code.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

Thanks for using Pandas TA!

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 23 (10 by maintainers)

Most upvoted comments

it worked man, thanks 😃

import sys
sys.path.append('/Users/plutus/Desktop/Data/watchlist.py')

its

Try:

from examples.watchlist import Watchlist, colors

its work

thanks

thanks for pandas ta updated but watchlist show error