trade-executor-frontend
v0.0.1
Published
**This package is still in alpha.**
Downloads
2
Readme
Trade executor user interface
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
Features
- Uses Bootstrap 4 for the layout (to be compatible with Trading Strategy frontend)
Requirements
- Node.js 16+ (Array.at() used)
Running
The package comes with a demo site with its .env
configuration file.
To get started with development do:
npm run dev
Development
Helpful links
Release
To make a new release:
npm run package