Skip to content

Calculate stop-loss-exit price and potential loss at given risk in terminal

Notifications You must be signed in to change notification settings

gsailer/calcStopLoss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

calcStopLoss

Little tool to calculate a stop-loss-target and the potential loss.

Usage

csl [risk in percent] [price/share] [number of shares]

or

calcStopLoss [risk in percent] [price/share] [number of shares]

Installation

Clone the github repository

git clone https://github.com/sublinus/calcStopLoss.git

go to the repository directory you cloned locally. You can check that by

pwd

this should return

bla/calcStopLoss

and then install it to access globally in system with npm

npm install -g .

When you did that you're ready to go and use it as described above.

About

Calculate stop-loss-exit price and potential loss at given risk in terminal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages