The Stock Market Moose
23Mar/110

New Chart Features

Chart widget now has option for Cash Flow related data. Net Change in cash, and Cash From Operating. New criteria will soon be feed into moosometer.

Filed under: Chart Gadget No Comments
21Jul/100

google gadget user preferences fix

(for developers, not general chart users)

yeah, saw that too. For some reason the User preferences are now being
sent after the hash/fragment/anchor part of the url. I have a feeling
this was a blunder by the gadget folk.

dirty fix:

put this javascript at the top. will cause server-side script to run
twice - in my case not a big deal. If it's a problem for you then make
a new landing page that is only this script:

<script id="source" language="javascript" type="text/javascript">
var parts = location.href.split('#');
if(parts.length > 1)
{
var params = parts[0].split('?');
var mark = '?';
if(params.length > 1)
{
mark = '&';
}
location.href = parts[0] + mark + parts[1];
}
</script>

Filed under: Chart Gadget No Comments
13Jul/100

Chart Update

The chart gadget now includes 20 day moving averages for Price.

25Apr/105

New Chart feature

now chart P/E

Filed under: Chart Gadget 5 Comments
26Feb/100

Google Gadget Charts New Feature

Now you can chart Price to book value with our Google Gadget charts.

23Feb/100

StockMarketMoose Charts Google Gadget

StockMarketMoose Stock Market Chart Google GadgetStockMarketMoose.com has created a Google Gadget that you can embed anywhere on the web including your iGoogle page or any website. In the setting section you can change the stock symbol/ticker and change a couple of display options.