Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 914 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 914 Bytes

Sell and Hold

This repo is about analyzing the Sell and Hold market strategy, explained in detail at The Sell and Hold Strategy. It is used to produce the analysis presented in that article.

To execute the simulation, run:

perl sell_and_hold.pl

Simulation (and strategy) parameters are defined and explained at the top of that file. In addition, it can take some command line arguments which are currently used by sensitivity.pl to assist with quicker sensitivity analysis. To see an example of that, run:

perl sensitivity.pl

Note: The Perl script depends on the Finance::Math::IRR and Statistics::Lite modules. Read the CPAN documentation for how to install Perl modules.

The data that the simulation draws on lives in data/. Enjoy! Pull requests are welcome.