w********i 发帖数: 429 | 1 上周 写了个 Android 手机上看股票的程序, 所有的stock的数据来源于yahoo , 如
果有兴趣的可以下载用用, 免费, 也不包含广告。
主要功能包括:
Stock watch list
Stock symbol look up & detail information
Stock related news
Stock option chain
搜索 StockQuote 就可以看到了。
https://play.google.com/store/apps/details?id=dev.shoulongli |
k******r 发帖数: 4011 | 2 yahoo 的延迟多少? 比google finance 好点吗 |
w********i 发帖数: 429 | 3 我用的是yahoo 提供的 real time 的参数, 有些是延迟的参数
//Last trade (Price only) l1,
//Change(Real time) c6 ,
//Change Percent (Real Time) k2,
//Change in Percent p2,
具体延迟多上时间 , 我说不上来 :) sorry
另外, 我的这个程序 每分钟 自动 refresh
【在 k******r 的大作中提到】 : yahoo 的延迟多少? 比google finance 好点吗
|
r*********r 发帖数: 140 | 4 多谢了!!!!
简单实用了一下,不错不错!
建议:
1)现在的图是1天的,可以加个选项,自己选择1天or5天。。。
2)能不能再加个图,从http://stockcharts.com/
谢谢了 |
w********i 发帖数: 429 | 5 (1) in fact, you can choose 1 day, 5 day, 6 months or 5 year, by menu
(2) i will check this
【在 r*********r 的大作中提到】 : 多谢了!!!! : 简单实用了一下,不错不错! : 建议: : 1)现在的图是1天的,可以加个选项,自己选择1天or5天。。。 : 2)能不能再加个图,从http://stockcharts.com/ : 谢谢了
|
s*********d 发帖数: 1998 | 6 do you have anything on iphone?
【在 w********i 的大作中提到】 : 上周 写了个 Android 手机上看股票的程序, 所有的stock的数据来源于yahoo , 如 : 果有兴趣的可以下载用用, 免费, 也不包含广告。 : 主要功能包括: : Stock watch list : Stock symbol look up & detail information : Stock related news : Stock option chain : 搜索 StockQuote 就可以看到了。 : https://play.google.com/store/apps/details?id=dev.shoulongli
|
w********i 发帖数: 429 | 7 i am not familiar with iphone , sorry :(
【在 s*********d 的大作中提到】 : do you have anything on iphone?
|
w********i 发帖数: 429 | 8 i am thinking add one function called "Alert"
you can receive alert when one stock goes above/below the set price
and intruduce the "Earnings calendar " notice.
how do you think?
【在 r*********r 的大作中提到】 : 多谢了!!!! : 简单实用了一下,不错不错! : 建议: : 1)现在的图是1天的,可以加个选项,自己选择1天or5天。。。 : 2)能不能再加个图,从http://stockcharts.com/ : 谢谢了
|
r*********r 发帖数: 140 | 9 嗯嗯,下午后来想到了,本想晚上在回复你,呵呵,你也想到了。这个alert非常有用
的。
关于那个那http://stockcharts.com,主要是可以看蜡烛图,还有些indicator的,但是比较tricky的是,缺省的图只有基本图比如:
http://stockcharts.com/h-sc/ui?s=AAPL
如果要加上bolling band,那么link就是
http://stockcharts.com/h-sc/ui?s=AAPL&p=D&b=5&g=0&id=p670029390
如果可以用户自行编辑就好了,就是给出link(替换AAPL),呵呵,建议而已。 |
k****y 发帖数: 16 | 10 How is it different from the Yahoo! Finance for Android?
http://mobile.yahoo.com/finance/android |
|
|
d*****l 发帖数: 300 | 11 http://itunes.apple.com/us/app/stock-tracker-free/id517166254?m
The only one backed by streaming real-time quotes, no refreshing needed at
all.
【在 s*********d 的大作中提到】 : do you have anything on iphone?
|
w********i 发帖数: 429 | 12 if someone want to one feature and i think it is useful i can add it in my
app easily.
but you can't ask Yahoo to ask one feature. :)
thanks!
【在 k****y 的大作中提到】 : How is it different from the Yahoo! Finance for Android? : http://mobile.yahoo.com/finance/android
|
w********i 发帖数: 429 | 13 thanks very much for your information,
i think i will add this chart in next version
【在 r*********r 的大作中提到】 : 嗯嗯,下午后来想到了,本想晚上在回复你,呵呵,你也想到了。这个alert非常有用 : 的。 : 关于那个那http://stockcharts.com,主要是可以看蜡烛图,还有些indicator的,但是比较tricky的是,缺省的图只有基本图比如: : http://stockcharts.com/h-sc/ui?s=AAPL : 如果要加上bolling band,那么link就是 : http://stockcharts.com/h-sc/ui?s=AAPL&p=D&b=5&g=0&id=p670029390 : 如果可以用户自行编辑就好了,就是给出link(替换AAPL),呵呵,建议而已。
|
j****0 发帖数: 799 | |
m****2 发帖数: 1504 | |
d*****l 发帖数: 300 | 16 这个不是REALTIME的好不好,看你SCREENSHOT上就是15分钟延迟.
【在 w********i 的大作中提到】 : 我用的是yahoo 提供的 real time 的参数, 有些是延迟的参数 : //Last trade (Price only) l1, : //Change(Real time) c6 , : //Change Percent (Real Time) k2, : //Change in Percent p2, : 具体延迟多上时间 , 我说不上来 :) sorry : 另外, 我的这个程序 每分钟 自动 refresh
|
w********i 发帖数: 429 | 17 i see
【在 d*****l 的大作中提到】 : 这个不是REALTIME的好不好,看你SCREENSHOT上就是15分钟延迟.
|