TodayPlus Boards v2

TodayPlus for the Pocket PC Forums => General => Topic started by: rebecker on November 10, 2003, 07:45:51 PM

Title: Dow-Jones, NASDAQ, S&P RSS?
Post by: rebecker on November 10, 2003, 07:45:51 PM
I'm looking for a single page RSS that shows the current Dow, NASDAQ and S&P 500 only? Is there anything like that available?

Thanks.

-bob-
Title: Dow-Jones, NASDAQ, S&P RSS?
Post by: fishboy on November 11, 2003, 08:56:21 AM
Please see this topic posted by another user.

http://dark-mojo.com/TodayPlus/viewtopic.php?t=562
Title: Dow-Jones, NASDAQ, S&P RSS?
Post by: rebecker on November 11, 2003, 10:51:41 AM
Yes, I tried that RSS.  Regular stocks work fine, but I wasn't able to figure out how to get the Dow, etc. I tried $INDU and INDU for the Dow (symbols I've seen used other places) without success. These symbols return $0.00.

Thanks.

-Bob-
Title: Dow-Jones, NASDAQ, S&P RSS?
Post by: fishboy on November 11, 2003, 11:01:44 AM
Precede the symbols with a '^' character.

Example:

http://www.xanadb.com/nav.pl?page=etc/templates/quotes.xtpl&cont_type=text/xml&symbols=^dji+^indu
Title: Dow-Jones, NASDAQ, S&P RSS?
Post by: Jorn on November 11, 2003, 01:49:48 PM
Hi

what would then be the correct notation for
-Nasdaq
-NYSE
-S&P
-Dow Jones ?

It seems i cannot find these ticjers anywhere.

Best regards Jorn
Title: Dow-Jones, NASDAQ, S&P RSS?
Post by: fishboy on November 11, 2003, 04:01:12 PM
The symbols supported can be found at http://finance.yahoo.com (with a little digging). Here is a few that I found:

^dji = Dow Jones Industrial
^ixic = Nasdaq
^gspc = S&P500
Title: Dow-Jones, NASDAQ, S&P RSS?
Post by: Jorn on November 12, 2003, 03:39:20 AM
Thanks,

but if i just add a line in the config.txt

(e.g. rss,7,60,http://www.xanadb.com/nav.pl?page=etc/templates/quotes.xtpl&cont_type=text/xml&symbols=^dji+^indu)

I cannot see it in the TP news section (I see only as far as to number 6 news entry).

Do i have to make adjustnments somewhere elso to ?

Best regards Jorn
Title: Dow-Jones, NASDAQ, S&P RSS?
Post by: jhollin1138 on November 12, 2003, 08:43:51 AM
Quote from: JornDo i have to make adjustnments somewhere elso to ?
Yes, you need to modify the "skin" you are using to support 7 RSS feeds.

If you are using the slider "skin" find the region for the rss feeds "loaders".  It begins: REGION 5 - PAGES 0 & 1.  Modify the loader for feed 1 and 6.  Also, add the "loader" for rss feed 7:
//=============================================
region,5,0,-1
load,rss,1
storevar,var2=6
storevar,var3=1
endregion,5,0
//=============================================
region,5,1,-1
load,rss,2
storevar,var2=0
storevar,var3=2
endregion,5,1
//=============================================
region,5,2,-1
load,rss,3
storevar,var2=1
storevar,var3=3
endregion,5,2
//=============================================
region,5,3,-1
load,rss,4
storevar,var2=2
storevar,var3=4
endregion,5,3
//==============================================
region,5,4,-1
load,rss,5
storevar,var2=3
storevar,var3=5
endregion,5,4
//=============================================
region,5,5,-1
load,rss,6
storevar,var2=4
storevar,var3=6
endregion,5,5
//=============================================
region,5,6,-1
load,rss,7
storevar,var2=5
storevar,var3=0
endregion,5,6
//=============================================