Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 870 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 870 Bytes

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