Skip to content

Automated asset trading bot with nice UI that lets you teach the bot how to trade using machine learning.

Notifications You must be signed in to change notification settings

lleps/tradexchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instalación

Java, maven y OpenJFX (porque se necesita el jfxrt.jar)

sudo apt-get install openjdk-8-jdk
sudo apt-get install openjfx
sudo apt-get install maven
sudo find / -iname jfxrt.jar # buscar el path
mvn install:install-file -Dfile="/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/jfxrt.jar" -DgroupId=com.oracle.javafx -DartifactId=javafx -Dversion=2.1 -Dpackaging=jar

Para instalar el modelo, ver model/README.md.

Ejecución

Usar mvn spring-boot:run en el directorio principal. El backend escucha en 0.0.0.0:8080.

About

Automated asset trading bot with nice UI that lets you teach the bot how to trade using machine learning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published