Dave Skender

Results 211 comments of Dave Skender

> This would be super handy for use with web sockets. Reactive Extensions internals would be a major plus... possibly consider [Dynamic Data](https://dynamic-data.org) as well, which is what I'm currently...

> many thanks! I know you don't like this question, but I have to ask, can we have this feature on the next version? Lol. I know, everyone wants everything...

I've been looking at some of the popular charting sites to see how they predict future dates and it seems as though they have some metadata from each symbol that...

I’m still thinking about this one. I haven’t yet found a way to implement it. Help wanted, even if it’s just an idea for a solid implementation approach!

It is possible, but I'd need to review these individually to see if it's good to expose those internal tools. I'm already planning to expose some of these, along with...

That makes sense, especially for [custom indicators](https://daveskender.github.io/Stock.Indicators/custom-indicators/#content). Regarding Pivot Points specifically, we do have an open feature request to extend to 5 levels, see #815

This was mostly implemented in v2.2.0

It currently aggregates to the base unit, so it’d have to be a different calculation entirely, but perhaps with a different parameter on the same interface. It would repaint, for...

I think for this one, I'd recommend creating: ```csharp public enum AggType { Standard, Rolling } ``` And then modify the existing method API with `Standard` as the default (to...

Different variants of [Pivot Points](https://daveskender.github.io/Stock.Indicators/indicators/PivotPoints/#content) have different quantities of support and resistance lines. Are you referring to the standard [floor trading model](https://en.m.wikipedia.org/wiki/Pivot_point_(technical_analysis))?