Skip to content

Instantly share code, notes, and snippets.

@dotku
Last active April 2, 2021 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dotku/965d17ad4234a5bb5774b58d944e54a2 to your computer and use it in GitHub Desktop.
Save dotku/965d17ad4234a5bb5774b58d944e54a2 to your computer and use it in GitHub Desktop.
Stock Price Stock Hold Cost Return Total Return Note
$10 1 $10 0% -$10 Initial Investment
$8 1 $10 -20% -$10 Market Down
$8 2 $18 -11.11% -$18 Add Investment
$10 2 $18 11.11% -$18 Market Up
$10 1 $8 20% -$8 Sell
$10 0 $0 0% $10 Sell
@dotku
Copy link
Author

dotku commented Apr 2, 2021

Total Cost $18
Total Return $6
Total Profit 30%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment