OpenBBTerminal icon indicating copy to clipboard operation
OpenBBTerminal copied to clipboard

Candlestick and Chart Pattern Recognition [FR]

Open szivkovicx opened this issue 9 months ago • 0 comments

What's the problem of not having this feature? Not exactly an problem but more of a feature which will greatly improve speed for technical visualization and hunt for specific details in the market.

Describe the solution you would like Have 2 new options inside ta inside all instrument types:

  • candlestickpr
  • chartpr

Which would yield an plot visualizing different chart patterns and candlestick patterns that are found within the data.

Describe alternatives you've considered I developed this myself inside some trading scripts I wrote but since I rely now on OpenBB Terminal much more I would like to see this feature present.

Additional information I'm an software engineer and I'm proficient in various programming concepts and languages including Python which is relevant in the repository. I can help contribute and implement this and other features. Some libraries that include candlestick pattern recognition and chart pattern recognition:

  • ta-lib - https://github.com/TA-Lib/ta-lib-python ( 61 candlestick pattern recognition algorithms implemented )
  • tradingpattern - https://github.com/white07S/TradingPatternScanner ( 18 chart pattern recognition algorithms implemented )

szivkovicx avatar Sep 09 '23 09:09 szivkovicx