Dave Skender

Results 44 issues of Dave Skender

- [x] Tick to sign-off your agreement to the [Developer Certificate of Origin (DCO) 1.1](https://developercertificate.org) ## Description Fixes #114 Adding custom `CandlestickControllerDatasetOptions` typings to replace use of `BarControllerDatasetOptions` to allow...

Enhancement recommendation: on a chart with many candles, I would like the red and green colors to be prevalent. With excess bars, the colors completely disappear. Recommend either 1) have...

When a cumulative calculating indicator hits an error from bad data, for any number of reasons, it typically will produce a `null` value that will propagate through all of the...

enhancement

### Description A preview of streaming use cases for EMA only, for feedback. ```csharp # initialize indicator series baseline var emaBase = quotes.InitEma(14); var results = emaBase.Results; # add streaming...

When there is a Renko transition, the brick is one brick size off in vertical position. From @shinel70: here is a picture i try to explain my problem ![get renko](https://user-images.githubusercontent.com/46675285/169690633-85fde08d-c41c-4d81-8496-16d6003dff4a.jpg)...

bug
good first issue

i can't see any result for future candles _Originally posted by @Salardx in https://github.com/DaveSkender/Stock.Indicators/discussions/251#discussioncomment-1902321_ FOR NOW, please respond and comment to poll #1060 with your thoughts and ideas. ### What...

enhancement
help wanted
need info

enhancement
on hold
need info

In doing some research, I see this [ATR Trailing Stop](https://www.stockopedia.com/learn/charts-technical-analysis/atr-trailing-stops-462698/) is originally authored by Welles Wilder, so I should be able to find the original source recipe from his publications....

enhancement

enhancement
on hold

**Describe the bug** This doesn’t smell right: Source PR: https://github.com/DaveSkender/Stock.Indicators.Python/pull/342 Source Action: https://github.com/DaveSkender/Stock.Indicators.Python/blob/150ea5582bdc79555d8acc8a437a18caad4bbd7d/.github/workflows/semantic-pr-linter.yml Note: we are using a matrix build, but those are defined separately. Should I try to set...