leftkats / real-time-stock-prediction-tool

Thesis Project - The application that will be presented supports real time processing and decision making, interacting with the BtcChina webscocket API.

Home Page:https://www.btcc.com/home

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real time stock prediction tool

The application that will be presented supports real time processing and decision making, interacting with the BtcChina websocket API.

Built With

  • Maven - Dependency Management

Connection

Prediction Model

Implemented in R as described here. Output signal cases:

sig < 0	-> SELL
sig = 0	-> NO POSITION
sig > 0	-> BUY

About

Thesis Project - The application that will be presented supports real time processing and decision making, interacting with the BtcChina webscocket API.

https://www.btcc.com/home


Languages

Language:Java 100.0%