MAGIC FORMULA CHANGES FOR THE WEEK OF 06-30-2008
THESE STOCKS HAVE BEEN DROPPED:
ABC
ARP
FIX
QXM
THESE STOCKS HAVE BEEN ADDED:
AMSWABABIDZKLAC
MAGIC FORMULA CHANGES FOR THE WEEK OF 06-23-2008
THESE STOCKS HAVE BEEN DROPPED:AMSWAKNLSILC
THESE STOCKS HAVE BEEN ADDED:
ARPCASTPDX
Bypass Proxy with a Perl and Firefox Hack
So being a developer, I rely on both my smarts and the smarts of others to get the job done. One of the greatest ways to come up with a solution is using google to search to see how others have done similar things with code, and then crafting your own solution. The problem is […]
Perl Stochastic Math::Business::Stochastic
I recently found a bug in the Perl Stochastic calculator which I have amended for myself and am now sharing with the world.
%D should be an xDay moving average of %K and SD should be the Moving average of %D. I have added 2 subroutines that make use of Math::Business::SMA.
I keep an array of %K […]
Yahoo Stock Screening Using Perl
So you need to screen stocks? And you want to automate the process?
Well I have not found much out there in the “Free” world that lets you do this. Yahoo seems to be about the best screening tool especially for Trend Traders as it allows you to filter on BETA. The only thing I don’t […]
MAGIC FORMULA CHANGES FOR THE WEEK OF 06-16-2008
THESE STOCKS HAVE BEEN DROPPED:
BPT
CHKE
KLAC
MMS
NSR
PDX
TRA
UTMD
THESE STOCKS HAVE BEEN ADDED:
COH
CONN
ESIC
KNL
NCMI
RMCF
THO
VSEC
Using WordPress::XMLRPC Perl Module for posting to a Wordpress Blog
The CPAN documentation for this is not entirely clear. Although you can look at the source code and try to back your way out to see what the module is expecting, this should make your life easier.
Here is a quick example of how to post to a blog. The most difficult thing was adding the […]
MAGIC FORMULA CHANGES FOR THE WEEK OF 06-09-2008
THESE STOCKS HAVE BEEN DROPPED:
ARP
CRDN
ELOS
HGG
HIRE
JTX
NATH
THO
THESE STOCKS HAVE BEEN ADDED:
AFCE
DYII
EPAX
FRX
KLAC
PRXI
VRGY
ZINC
Tracking the Magic Formula
Since reading the book the Magic Formula, I have decided it would be interesting to start doing some deeper analysis of Magic Formula stocks. Since I am a wizard when it comes to programming, I figured I could have the computer do most of the work for me. This I like! And as you […]
Login To Google Using Perl
In this case I was particularly interested in logging in, so that I could programmatically download my Financial Portfolios, to see information the way I’d like it. I though about building my own database, but why? Google does a fantastic job of doing this for me, and as long as I can grab it with […]
