Market screening libs

Discussion in 'App Development' started by vitaltrader, Sep 9, 2017.

  1. Hello,

    I want to build server side real time market screener/scanner.
    What technology could you recommend to avoid "reinvent the wheel"
    Are there any open source code or framework libraries c/c++ or js/java/php libraries for the most common patterns chart markers ?
     
  2. fan27

    fan27

    There are many implementations of ta-lib in a variety of languages. The library has most indicators and the like. Probably best to select the language you are most comfortable with and most suited for the job and take it from there.

    fan27
     
  3. Thanks!