Skip to content

peepo5/order-size-calculator

Repository files navigation

OrderSize Calculator

A Vue.js project created to calculate ordersize for crypto exchanges. The project takes into account risk, entry, orderize, stop-loss and take-profit to calculate the needed position size for a % loss when SL is hit.

A small and not very refactored test project for vue.

Official Site

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.