Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 537 Bytes

File metadata and controls

16 lines (14 loc) · 537 Bytes

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