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
-
Clone the repository
-
In the directory created in step #1 execute the following commands
npm install
npm start
- Access localhost:3000 in a browser