Coder Social home page Coder Social logo

stefanopenazzi / chameleonquant Goto Github PK

View Code? Open in Web Editor NEW
19.0 19.0 9.0 2.6 MB

chameleonQuant was born as an open-source Java framework to help enthusiast quants to implement system trading strategies and dynamic portfolio trading systems using advanced optimization techniques, machine learning, and deep learning techniques.

Java 99.94% CSS 0.06%
deep-learning finance machine-learning machine-learning-algorithms optimization-algorithms portfolio-optimization quantitative-finance trading trading-algorithms trading-strategies

chameleonquant's People

Contributors

dependabot[bot] avatar stefanopenazzi avatar zacrac avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

chameleonquant's Issues

InfluxDB microservice

Influxdb idb = new Influxdb();
final String serverURL = "http://127.0.0.1:7086", username = "stefanopenazzi", password = "korky1987";
String[] dbCon = {serverURL,username,password};
//the server must be on(service influxdb start) otherwise the connection will not be successful
idb.connect(dbCon);

@enbis how Spring Boot can help us here? InfluxDB connection etc in a standalone microservice?

InfluxDB all-in ?

@enbis should we have all the data already in Influx when a new analysis is called or we should check if the necessary data is in the DB and if not download it?

How to structure Influx? Should we have the smallest granularity (1min) always updated in the DB(continuous stream) for all the stocks, forex, etc, or download every time just what we need?

The entire dataset (US stocks, forex, and cryptos) how large is it?

Any idea?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.