Skip to content

Commit 9b2d716

Browse files
author
pseudocode88
committed
Update readme
1 parent 894a987 commit 9b2d716

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
Recently I started trading and to calculate position size I used spreadsheet to manage. But for my ease, thought of build as desktop app so that I can pin the window on top while calulcating the position size. Actually I want to build a trading journal with the tools required, but being the scope is huge, I'm diving the scope into smaller achieveable chunks.
44

5+
## Commands
6+
```
7+
# Install dependencies
8+
$ yarn install
9+
10+
# To start the dev environment
11+
$ yarn run start
12+
13+
# To build the app
14+
$ yarn run build
15+
```
16+
517
### Version v1.0
618
- Simple position size calculator shows the risk and margin
719
- Simple trading account setup with the capital and min-max risk

0 commit comments

Comments
 (0)