Skip to content
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

Candlestick Pattern Examples Throw Errors #1959

Open
3 tasks done
DerekMelchin opened this issue Nov 13, 2024 · 0 comments
Open
3 tasks done

Candlestick Pattern Examples Throw Errors #1959

DerekMelchin opened this issue Nov 13, 2024 · 0 comments

Comments

@DerekMelchin
Copy link
Collaborator

Expected Behavior

The examples in the docs run without error.

Actual Behavior

The candlestick patterns that contain multiple words throw errors.
For example

self._concealedbabyswallow = self.CandlestickPatterns.concealedbabyswallow(self._symbol)

should be

self._closing_marubozu = self.CandlestickPatterns.closing_marubozu(self._symbol)

Checklist

  • I have completely filled out this template
  • I have confirmed that this issue exists on the current master branch
  • I have confirmed that this is not a duplicate issue by searching issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant