-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
TTR Pattern Recognition functions?? #65
Comments
R has a Package: candlesticks. This package deals with Candlestick Pattern Recognition. |
Here are list of functions listed in Candlestick Pattern Recognition AboveTheStomach Above/Below The Stomach Candlestick Pattern |
Hi @ccquantspeed , I found a more recent R package for Candle Stick Pattern. See: |
Hello @jflycn: Great find, hope everyone who is interesting at this area and R, can benefit from your finding. |
First thanks for providing TTR to R community for technical trading analysis and trading rules with R.
TA-Lib is widely used by trading software requiring to perform technical analysis of financial market data open-source API for C/C++, Java, Perl, Python and .NET.
TTR provides most TA-Lib indicators or functions, except the Pattern Recognition categories.
Here are just a few pattern recognition functions TA-Lib provides to its users.
CDL2CROWS Two Crows
CDL3BLACKCROWS Three Black Crows
CDL3INSIDE Three Inside Up/Down
CDL3LINESTRIKE Three-Line Strike
CDL3OUTSIDE Three Outside Up/Down
CDL3STARSINSOUTH Three Stars In The South
CDL3WHITESOLDIERS Three Advancing White Soldiers
CDLABANDONEDBABY Abandoned Baby
CDLADVANCEBLOCK Advance Block
My questions are three
I know currently TTR does not provide the Pattern Recognition categories in the package, Has TTR plan to have pattern recognition in the near future?
Do you know any other R package provides this similar pattern recognition functions in R quantitate finance area?
Or R have interface to TA-Lib C++, so we can use TA-Lib through R.
The text was updated successfully, but these errors were encountered: