nimo23

Results 246 comments of nimo23

In my opinion, **JAX-RS** should be merged with **Microprofile REST Client** and should be called **Open-EE-RS** with namespace "`openee.rs.*` or "`ee4j.rs`". The "Microprofile REST Client" and "JAX-RS" should be continued...

> So you propose to abandon the Jakarta EE name? Imagine the follwing: - Open-EE-RS (former: Microprofile REST Client + JAX-RS) with namespace `openee.rs.*` - Open-EE-Persistence (former JPA) with namespace...

@Cousjava thanks for sharing the link. I did not know about it. The discussion about the relation between JAX-RS and the MP rest client (and in general, the microprofile and...

>which mean it may be different for every trade during one whole backtest, not a constant. For example, calculate the amount using below function: double calculateAmount(TradingRecord tradingRecord, Bar entryBar); Can...

I know what you want to accomplish. I try to understand to find the best solution (I think, I know it already): So you say, you cannot use https://github.com/ta4j/ta4j/blob/a4dc788d0c15125cbb8c89582fd81e7783028c90/ta4j-core/src/main/java/org/ta4j/core/BaseTradingRecord.java#L205 because...

@cx14 Your solution is unfortunately inadequate and does not take into account all hidden cases - btw, your solution is also not fully correct. The only solution to this problem...

@team172011 Please check: - Added a check in `EnterAndHoldCriterion` and `VersusEnterAndHoldCriterion`: If a BarSeries is empty, then `0` is returned Or should I return `1` instead of `0` when `BarSeries`...

>So 1 would be the correct value for empty bar series, because you will not be able to invest your money and neither face any profits nor face any losses...

>Still work to be done !!!! No work should be done in this PR anymore, because the basis and the basic assumptions (about how to solve this) is simply not...

>The fact that we include the base/principal in the return value is a choice of convention and not some kind of bug. Without my fix, the user doesn't see at...