nimo23

Results 241 comments of nimo23

> I also thought about a map based time series implementation and this is a very welcome feature! @team172011 Can you please tell the advantages when using _"time indexed"_ `BarSeries`...

replaced by https://github.com/ta4j/ta4j/pull/882

I close this issue due to in https://github.com/ta4j/ta4j/pull/907.

@team172011 Please close this issue after https://github.com/ta4j/ta4j/pull/909 was merged.

>GrossReturnPercentCriterion such as GrossReturnPercentCriterion = GrossReturnCriterion - 1 Please note, that we can now use `addBase`: https://github.com/ta4j/ta4j/blob/35d6dd2f2dc17f2b4f4ebcf8025f767492a369d2/ta4j-core/src/main/java/org/ta4j/core/criteria/pnl/ReturnCriterion.java#L46 >It is evident strategy A is much better thant strategy B Well, it...

>'m wondering if there have any updates. No updates so far. Any updates, will be published here or in the form of a PR. Feel free to help :)

>Would the community prefer the BarSeriesManager be updated (along with all the tests that get broken) for the correct logic of opening on the next bar, or would you prefer...

>Because a bar is confirmed after it closes. You can only enter on the next bar. You can't go back in time and open on the the exact close of...

In the case of a gap, the openPrice of the nextBar does not necessarily have to be the closePrice of the currentBar. Therefore, adding a trade in the currentBar to...

>In our implementation we don't wait for the closing of a candle .. when a rule is satisfied, don't matter at what time, I open a trade and also close...