Product Roadmap #218
Replies: 1 comment 1 reply
-
First of all, like I posted in an issue I reported yesterday, this library is amazing. I absolutely love it. I'm using this library to generate buy and sell signals in an algorithmic trading system I'm building for myself (non-commercial). I was resigned to paying $20 - $50/month for an API that does this with virtually non-existent docs. My goal is to replicate TradingView's "Technicals" scorecard, which combines a subset of all the technical indicators you supply in your library and generates a simple "buy", "sell" or "neutral" recommendation. (See screenshots in case you're not familiar with this.) For my own selfish purposes, I might request one of two things:
There are several examples I could point to, but a great example is
The challenge here is that I need to calculate the slope / trend of both the bull power and the EMA. I don't know how to do that. I mean, I guess I could use some sort of linear regression algorithm to determine slope of the data, but how many periods should I use? I guess I just don't know this space well enough to make good decisions about how to utilize the results from your library. All I'm looking for is a "buy", "neutral", or "sell". I'm stitching together recommendations from around the web (Wikipedia, Investopedia, etc.) on how the results are typically interpreted and that leaves much to be desired.
BTW, candlestick patterns would be awesome! Thanks again! |
Beta Was this translation helpful? Give feedback.
-
Here is my high-level view of the feature roadmap for this library. You can also see a more tactical view in the working Backlog. Feedback appreciated => visit topic links below or add new ideas to the discussion board. In addition to features, we'll also opportunistically add new indicators throughout all versions.
Version 1.x - baseline time-series indicators
Version 2.x - indicator chaining
quotes
andmarket
list parameters so extension methods are consistent (Beta, PRS, etc.)Obsolete
backwards compatibility accommodationsVersion 3.x - incremental streaming use cases
Version 4.x - intrinsic analysis
Beta Was this translation helpful? Give feedback.
All reactions