Open team172011 opened 6 years ago
Hi, thanks for your interest in this project. So far I have paused this project, searching for a way to store/save complete templates and a solid logic to apply indicators on other indicators
You can find an approach in the d3
branch where I am using d3 for plotting
How do I find the right model if I use the d3?
could you give me an example to transform ta4j's data model into d3's data model? I hope I can better monitor ta4j's data, so I want to show ta4j's data model through the chart
I have written my own charting logic to visualize candlestick, indicators and labels in javascript with help of d3. You find it in this file: https://github.com/team172011/TAcharting/blob/d3/src/main/resources/html/printTests.html
In this class https://github.com/team172011/TAcharting/blob/d3/src/main/java/org/sjwimmer/tacharting/chart/view/TaChart2.java you can find how indicators can be added via JSON format
What's going on now ?