nimo23

Results 246 comments of nimo23

>If the prices were normalized and describe how many "counter currency" to use for the trade 1. What do you mean exactly by "normalized"? The resulting TradingRecords (Apple, Google) can...

>What I mean with normalize is, that for a position entry, not the given amount When using an amount of 1, you don't need to normalize it. However, when using...

@MarcDahlem Please provide a PR to fix this issue by normalizing the amount with `amount/price`. And please provide a **test** case (two trading records with same strategy and counter currency)...

>the main problem is also the _all statistics are wrong_ because of this issue With statistics, the criteria-package is ment? @team172011 can you confirm this, that _all statistics are wrong_...

@MarcDahlem If you need those (so far) not accepted PR's to solve this issue then we should discuss it. If @team172011 is not able to provide a suitable solution then...

>especially the complex manual caching and index-behaviour should be reworked completely with more sophisticated structures like PriorityQueues, LinkedHashMap or even Caches and Sets. I agree. One of the main reason,...

In general, you can access all your trades solely by TradingRecords. I would suggest to create a new PR with your `PositionIndicator.class` (if this could be usable for others, too)....

There are two solutions: - https://github.com/ta4j/ta4j/pull/757 (little code changes elsewhere) - https://github.com/ta4j/ta4j/pull/761 (no code changes elsewhere) I think, the above solutions are implemented with minimal effort to provide an indicator...

>I guess thats not possible as the BarSeriesManager defines the exit price of the trade and do not ask the strategy nor the rules Keep in mind that you can...

>Since start of DoubleNum we are using an EPS of 0.00001 for double comparison. This does not justify the reason to use `0.00001 `instead of, for example,` 1E-10` and it...