Skip to content

pseudocode88/trader-bruh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trader Bruh

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.

Commands

# Install dependencies
$ yarn install

# To start the dev environment
$ yarn run start

# To build the app
$ yarn run ship

Version v1.0

  • Simple position size calculator shows the risk and margin
  • Simple trading account setup with the capital and min-max risk

Version v2.0

  • Improved the look and feel of the tool
  • Position Size suggestion based on stop loss and risk per trade range
  • Persist account settings data

About

Position size builder for traders

Resources

Stars

Watchers

Forks