An algotrading system to be. Currently supports fetching history + predicting signals with R.
Features a server running on π Rocket and an app build with π Sycamore.
cd
intoserver
- Run
Rscript renv_prepare.R
to install R dependencies. - Run
cargo watch -x run -p server
to start the Rocket server and other services. Alternatively runcargo build
andcargo run
if you dont need hot reload.
cd
intoapp
- Run
trunk serve
- App is served on
http://localhost:8080