Skip to content

A React App that calculates stop loss and position size according to the Turtle methodology

License

Notifications You must be signed in to change notification settings

corehtml5canvas/turtle-position-sizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turtle-position-sizer

A React App that calculates stop loss and position size according to the Turtle methodology. See The Complete TurtleTrader for more information.

The Application calculates stop loss and unit size like this

Stop Loss = ATR * %ATR/100
Stop Level = Share Price - Stop Loss
Number of Shares per Unit = (Account Value * Risk per Trade/100) / Stop Loss

To run the application

  1. Clone the repository

  2. In the directory created in step #1 execute the following commands

npm install
npm start

  1. Access localhost:3000 in a browser

About

A React App that calculates stop loss and position size according to the Turtle methodology

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published