MarcDahlem

Results 9 issues of MarcDahlem

- [ x] I have searched [existing issues](https://github.com/google/flexbox-layout/issues) and confirmed this is not a duplicate ## Issues and steps to reproduce * Place two multiline text views side-by-side in a...

**I have checked existing issues and wiki** - [x] I could not find similar [issues](https://github.com/ta4j/ta4j/issues?utf8=%E2%9C%93&q=) - [x] I could not find a solution in the [wiki](https://ta4j.github.io/ta4j-wiki/) or [faq section](https://ta4j.github.io/ta4j-wiki/FAQ.html) If...

question

**I have checked existing issues and wiki** - [x] I could not find similar [issues](https://github.com/ta4j/ta4j/issues?utf8=%E2%9C%93&q=) - [x] I could not find a solution in the [wiki](https://ta4j.github.io/ta4j-wiki/) or [faq section](https://ta4j.github.io/ta4j-wiki/FAQ.html) If...

question

* allow exchanges to implement an OHLC download * OHLC downloads can be resumed, if the exchange & -implementation supports it

enhancement

* added api method to get minimum order amount for the current market pair. * Implemented the method for the Kraken exchange, which offers getting the minimum order amount *...

enhancement

Added an adapter which allows to backtest a strategy with ta4j given a recorded ta4j baseseries as json. Some remarks/limitations: * The simulation adapter is based on a current "tick",...

enhancement

How to reproduce: * Create an XYChart * XYChart chart = new XYChartBuilder().title("MemoryLeak").xAxisTitle("Date").yAxisTitle("Price").build(); * Enable Cursor * chart.getStyler().setCursorEnabled(true); * Add some initial data to chart * XYSeries chartSeries = chart.addSeries("MemoryLeakSeries",...

**Question** I want to use annotations together with the mulitple y-axis feature: chartSeries.setYAxisGroup(2); But I cant find a way to define annotations for this y group. When adding a vertical...

Dear @DmitryBespalov, very intersting article; thanks for that and your provided solution. In our company, we faced similar problems, as we have a very modular environment in which every 'module'...