Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Roadmap

Simon W edited this page Jan 17, 2018 · 6 revisions
  • Improve performance
    • CrosshairOverlayFX makes the application very slow (with swing there was no such performance loss)
  • Support several TimeSeries
    • The user should be able to switch between different Symbols/TimeSeries that can be added to the application via 3.
  • Add API support for TimeSeries generation
    • Read CSV files
    • Read Excel files
    • Connect to Yahoo Financial service api
    • Connect to other free financial data apis
    • Connect Interactive Brokers api
  • Enable the possibility to use indicators on other indiators or to switch the underlying base data
    • At the moment the underlying data for an indicator is determined in source code and cannot be changed via runtime. The user should be able to change it, e.g. switch from EMA based on close price to EMA based on open price or another indicator
  • set up oss nexus project and sync to maven central
  • add a table overview with symbol, close, indicator1, indicator2, indicator3 that can be customized
  • let the StackPane of the chart be able to drag and drop
Clone this wiki locally