NAME

Math::Business::StockMonkey - Base documentation for the StockMonkey Collection

SYNOPSIS

The stockmonkey distribution is supposed to contain all the technical analysis tools you'd ever want. It has a few things, but it's sadly lacking.

If you'd like to help, just let me know.

Links to the algorithm are helpful as our spreadsheets with example calculations.

MODULES

Math::Business::SMA - Simple Moving Average

Math::Business::EMA - Exponential Moving Average

Math::Business::MACD - Moving Average Convergence/Divergence

Math::Business::RSI - Relative Strength Index

Math::Business::BollingerBands - Bollinger Bands

AUTHOR

Paul Miller <jettero@cpan.org>

I am using this software in my own projects... If you find bugs, please please please let me know.

I normally hang out on #perl on freenode, so you can try to get immediate gratification there if you like. irc://irc.freenode.net/perl

COPYRIGHT

Copyright (c) 2008 Paul Miller -- LGPL [Software::License::LGPL_2_1]

perl -MSoftware::License::LGPL_2_1 \
     -e '$l = Software::License::LGPL_2_1->new({
         holder=>"Paul Miller"});
         print $l->fulltext' | less