Menu

Extend LTSA for Add-Ins??

2003-02-21
2003-02-22
  • Haensel, Heiko

    Haensel, Heiko - 2003-02-21

    Hi,
    I'm dealing with Elliott Wave analyses for about one year now and I decided to establish an Open Source Software for automatic and manual EW analyses.
    When I was looking around for open source projects dealing with stock analyses, I saw LTSA. Due LTSA is a technical analyzer and plattform independend, I thought may be it's possible to extend LTSA in this way that other people like me are able to write Add-Ins in order to integrate other
    technical analyse methods.

    I think your project has nice features and a lot of code which is necessary in order to realize my idea of an EW analyzer. But an EW analyzer needs much more coding and I'm not willing to create a new application from scratch if it is'nt necessary.

    So what do you think of this idea?

     
    • Lars Lidgren

      Lars Lidgren - 2003-02-22

      Elliot wave would be nice.

      The programming question; Howto make "add-ins".
      I can help; This is what I do when I make an add-in:
      Create a new class Elliot
      Send 'stockList' to that class. StockList contains all stock data for a loaded stock.
      Analyze the data. Calculate some results.
      In the main class Gui, I make a boolean variable ex. showElliot. if it's true:
      elliotObject.getSomeData();
      showData();

      How hard is it?
      To show a letter or a number by a certain date is easy.
      I'm not sure if you what more results you want?

      The idea. Great idea, if you're still intrested please contact me at lars.lidgren@home.se

       

Log in to post a comment.