This project is not maintained or worked on that's why I open sourced it. It is not ready for production. It was a first attempt at creating an application to view data from different exchanges all in one place. You can currently add your Alpaca account key and view the information. Session data is saved in an encrypted file on the server.
Make algo-trading easier with a platform to view more descriptive information about your trading activities.
- Alpaca https://alpaca.markets/docs/
To install and run TradeHelper, you must install this software first.
- NodeJS https://nodejs.org/en/download/
- npm https://www.npmjs.com/get-npm
- AngularCLI https://angular.io/cli
- OpenJDK11 https://openjdk.java.net/install/
- Maven https://maven.apache.org/install.html, https://www.baeldung.com/install-maven-on-windows-linux-mac
TradeHelper consists of an Angular User Interface with a Java Backend. Both projects are found within this repository.
- Run the install script
./install.sh
- Run the application
./run.sh