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 Recognizer #9

Open
hardvain opened this issue Dec 30, 2020 · 1 comment
Open

Candlestick Pattern Recognizer #9

hardvain opened this issue Dec 30, 2020 · 1 comment
Labels
indicator Something with indicator implementation method Something with method implementation

Comments

@hardvain
Copy link

Create method/indicator for recognizing various common candlestick patterns

@amv-dev
Copy link
Owner

amv-dev commented Jan 2, 2021

I think it should be a method first.
There are lot of different patterns, so we can't encode them in IndicatorResult. So we can't create raw indicator.

If we create a method, then we just need to create enum with all the patterns and set it to Methods Output type (https://docs.rs/yata/0.4.0/yata/core/trait.Method.html#associatedtype.Output).

After method creation an indicator might implemented, that will produce a signal based on patterns. But for now it is not obvious for me how we can interpret patterns to produce a signal.

@amv-dev amv-dev added method Something with method implementation indicator Something with indicator implementation labels Jan 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
indicator Something with indicator implementation method Something with method implementation
Projects
None yet
Development

No branches or pull requests

2 participants