-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NameError: name 'METHOD_NCUBED' is not defined #14
Comments
Otherwise I get error of NameError: name 'METHOD_PROBHOUGH' is not defined when doing like so trendln.plot_support_resistance( |
I have the same problem but also when passing with quotes i get error:
And without quotes:
|
has this been resolved? thanks |
I am having the same issue |
@saulable It's an enum not a string, try this one:
|
The correct solution is to either import everything e.g. |
Hello,
I'm not that great with Python, more of a JS dev, so I don't know if this is correct?
When trying to pass in the parameters method, extmethod without quotes results in error. I suggest a fix.
Then on lines 950 - 960 of init.py
The text was updated successfully, but these errors were encountered: