This package is still in alpha.
Web Frontend for trading strategy executor.
- This is a SvelteKit based frontend library
- Display active trading strategies
- Display open/closed trading position
- Show profitability metrics like profit and loss, trades won
- Explore trades
- Uses Bootstrap 4 for the layout (to be compatible with Trading Strategy frontend)
- Node.js 16+ (Array.at() used)
The package comes with a demo site with its .env
configuration file.
To get started with development do:
npm run dev
To make a new release:
npm run package