public
Description: A collection of technical analysis modules unencumbered by a complete trading simulation like geniustrader.
Homepage: http://groups.google.com/group/stockmonkey
Clone URL: git://github.com/jettero/stockmonkey.git
name age message
directory Business/ Sat Jul 12 17:44:22 -0700 2008 The Gustav patch and various other things [jettero]
file Changes Tue Mar 31 04:00:29 -0700 2009 versioned idiotically [jettero]
file MANIFEST Mon Mar 30 06:56:13 -0700 2009 test-rewrite [jettero]
file META.yml Tue Mar 24 12:19:20 -0700 2009 2.11 commit [jettero]
file Makefile.PL Sun May 03 14:49:34 -0700 2009 5.6.1 is fine [jettero]
file README Wed Jul 02 15:15:34 -0700 2008 adaptive will be part of the LF [jettero]
file Time Warp Without Space Travel.pdf Tue Jul 01 11:49:00 -0700 2008 marked some todos completed and brought in the ... [jettero]
file graph_sar Sun Jul 06 05:45:57 -0700 2008 um, qw splits on spaces [jettero]
directory lib/ Mon Apr 06 06:01:50 -0700 2009 update of copyright [jettero]
file msft_6-13-8.txt Mon Jun 16 16:41:41 -0700 2008 2.5 [jettero]
file msft_6-17-8.txt Wed Jun 18 10:16:54 -0700 2008 this seems pretty close I'm now dealing with t... [jettero]
file rand.data Mon Mar 30 06:56:13 -0700 2009 test-rewrite [jettero]
directory t/ Mon Mar 30 06:56:13 -0700 2009 test-rewrite [jettero]
README
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.

Here's the tiny catalog so far:

Math::Business::SMA                     Simple Moving Average
Math::Business::EMA                     Exponential Moving Average
Math::Business::WMA                     Weighted Moving Average
Math::Business::HMA                     Hull Moving Average
Math::Business::LaguerreFilter          Laguerre Filter (DSP technique)
Math::Business::MACD                    Moving Average Convergence/Divergence
Math::Business::RSI                     Relative Strength Index
Math::Business::BollingerBands          Bollinger Bands
Math::Business::ATR                     Average True Value
Math::Business::DMI                     Directional Movement Index (aka ADX)
Math::Business::ParabolicSAR            Parabolic Stop and Reversal

If you'd like to help, or even just *suggest* a module, just let me know.

Links to the algorithm are helpful as our spreadsheets with example
calculations, but they are not necessary.

I do check rt.cpan.org, so that's definitely one way to go.

    https://rt.cpan.org/Dist/Display.html?Status=Active&Queue=stockmonkey

Another is to check out the mailing list:

http://groups.google.com/group/stockmonkey/

 - jettero@cpan.org