Margin trading calculator for determining position size.
Currently supporting real-time quotes from:
- BitMex [XBTUSD, ETHUSD]
Planned features include:
- additional real time quotes
- automatic position mapping to charting widget
- ability to save position ideas
- position portfolio view
- Run
npm install
- Run webpack build with
npm run build-dev
- Start your server with
npm start
In your browser,
- Navigate to
http://localhost:3000
- Run
npm run test