nimo23

Results 246 comments of nimo23

>are you required to re-specify the JAX-RS annotations on the implementation class? Yes, it is required. Since the interface is a **generic** interface, its implementation can be any class type....

>What I am getting at is, if you put @GET @Path("/{id}") on getById in the interface, you shouldn't need to have it again in the implementations (as long as there...

>Maybe BaseBar should be renamed to OHLCBar. @sgflt Yes.Good idea! We should provide a new folder called `bar` in which we put all bar-related stuff (e.g. BarBuilder, etc.) and also...

We should **NOT** rename `BaseBar` to `OhlcvBar` because other bar types also have ohlcv values. A more accurate name for BaseBar might be `TimeBar` (which represents bars aggregated by time...

The calculation of `VersusEnterAndHoldCriterion` with all its indicators that depend on it has been simply wrong since the existence of this library. It's unbelievable that no one thought of it....

Replaced by https://github.com/ta4j/ta4j/pull/1282

>Currently, it seems that there is no support for the signalSmoothing parameter. @sugarsheep you can call https://github.com/ta4j/ta4j/blob/56c99df6f9c2f107fff282d74261c393781d66b1/ta4j-core/src/main/java/org/ta4j/core/indicators/MACDIndicator.java#L92 I think, we can close this issue, or?

@bendera I want to use this library as a typical component framework (e.g. like MUI-React). Is this possible? According to the web component version documentation (https://vscode-elements.github.io/getting-started/#installation): > The appearance of...

>You can go to the documentation page, copy the CSS variables from the HTML element, and paste into your code. @bendera It would be great to be able to use...

We need to merge this so the actual code is correct. After the merge we can go to https://github.com/ta4j/ta4j/issues/1076 and discuss the possibility of removing the `base` from `ReturnCriterion` and...