由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Stock版 - 真正的炒股新手问问题的差距
相关主题
准备上iSlate的举手美国炒股有这种图表吗
scottrade 的软件太简单了,没用!美国的股票软件不给力啊
2pm有没有在MAC上用Scottrade的?
前辈进来指点一下国内股票软件“分析家”里一个令我笑翻天的技术指标
请教炒美股的软件,赠送伪币IB不能看图了?
有人用过lightspeed.com吗推荐同花顺股票软件看美国S&P500股票。
由衷感慨,中国人太了不起了Jerry Yang should be thrown right out of YAHOO's door
SPX的江恩角度线问大牛一个小问题
相关话题的讨论汇总
话题: url
进入Stock版参与讨论
1 (共1页)
F****s
发帖数: 3761
1
I used to download yahoo history data everyday with my program until this
week. My code is as follows,
URL queryStockUrl = new URL(stockQueryURL);
HttpURLConnection connection = (HttpURLConnection) queryStockUrl
.openConnection();
connection.connect();
BufferedReader reader = new BufferedReader(new InputStreamReader(connection.
getInputStream(),"utf-8"));
Now the reader can get nothing, no error, no exception thrown. If I enter
the same stockQueryURL as above into chrome, I can download the history data
file in chrome, but my program can't.
I guess yahoo has stopped the api service, if server finds your history data
request is not from a web browser, it will offer you nothing.
Any ideas?
#1 Apr 18, 2017
-----
问题很初级,但态度和方向对了,身价必然不断提高。
F****s
发帖数: 3761
2
这是一个新手炒股第一天就应该做的事。很典型。
如果走错方向了,赶紧回来,趁你还没浪费几年时间。
F****s
发帖数: 3761
3
最后帖一个94版识别价格区间的算法。看习惯英文学术论文的应该很快读完这本书。
"Detecting High Profit Day Trades In The Futures Markets Using Zone Pattern
Probability Analysis" by JT Jackson(1994)
I***a
发帖数: 13467
4
不懂编程都直接退市?
j**s
发帖数: 1518
5
老马都开饭了还不花钱买个质量高点的数据
F****s
发帖数: 3761
6
看本帖标题。

【在 j**s 的大作中提到】
: 老马都开饭了还不花钱买个质量高点的数据
F****s
发帖数: 3761
7
不懂就学编程。再过几年都被淘汰了。
很多attorney都快做不下去了,还不如写法律软件的混的好。

【在 I***a 的大作中提到】
: 不懂编程都直接退市?
t***l
发帖数: 3644
8
巴菲特应该是不懂编程而且他们公司也绝对没有用编程技术的自动交易,但他是当今股
坛第一人,无法撼动。
[在 Forbes (福布斯) 的大作中提到:]
:不懂就学编程。再过几年都被淘汰了。
:很多attorney都快做不下去了,还不如写法律软件的混的好。
F****s
发帖数: 3761
9
巴菲特自己不懂没关系,作为GS和IBM大股东,他能拿到世界上最好的股市操盘系统。

【在 t***l 的大作中提到】
: 巴菲特应该是不懂编程而且他们公司也绝对没有用编程技术的自动交易,但他是当今股
: 坛第一人,无法撼动。
: [在 Forbes (福布斯) 的大作中提到:]
: :不懂就学编程。再过几年都被淘汰了。
: :很多attorney都快做不下去了,还不如写法律软件的混的好。

w*******e
发帖数: 734
10
巴菲特需要股市操盘系统? LOL
相关主题
有人用过lightspeed.com吗美国炒股有这种图表吗
由衷感慨,中国人太了不起了美国的股票软件不给力啊
SPX的江恩角度线有没有在MAC上用Scottrade的?
进入Stock版参与讨论
w*******e
发帖数: 734
11
这个方向都错了。还用Java? Python啊!

connection.
data

【在 F****s 的大作中提到】
: I used to download yahoo history data everyday with my program until this
: week. My code is as follows,
: URL queryStockUrl = new URL(stockQueryURL);
: HttpURLConnection connection = (HttpURLConnection) queryStockUrl
: .openConnection();
: connection.connect();
: BufferedReader reader = new BufferedReader(new InputStreamReader(connection.
: getInputStream(),"utf-8"));
: Now the reader can get nothing, no error, no exception thrown. If I enter
: the same stockQueryURL as above into chrome, I can download the history data

t***l
发帖数: 3644
12
拿着nvda胆战心惊的,给句话要不要继续拿着?
[在 Forbes (福布斯) 的大作中提到:]
:I used to download yahoo history data everyday with my program until this
:week. My code is as follows,
:URL queryStockUrl = new URL(stockQueryURL);
:HttpURLConnection connection = (HttpURLConnection) queryStockUrl
:.openConnection();
:connection.connect();
:BufferedReader reader = new BufferedReader(new InputStreamReader(connection
.getInputStream(),"utf-8"));
:Now the reader can get nothing, no error, no exception thrown. If I enter
:the same stockQueryURL as above into chrome, I can download the history
data file in chrome, but my program can't.
:I guess yahoo has stopped the api service, if server finds your history
data request is not from a web browser, it will offer you nothing.
:..........
F****s
发帖数: 3761
13
你以为伯克希尔买卖股票用的软件还不如咱们?
他一个合同签了华尔街就用最好的执行团队给他运作。

【在 w*******e 的大作中提到】
: 巴菲特需要股市操盘系统? LOL
F****s
发帖数: 3761
14
这股可以拿着。但是不要想发大财。除非CEO死了。

connection

【在 t***l 的大作中提到】
: 拿着nvda胆战心惊的,给句话要不要继续拿着?
: [在 Forbes (福布斯) 的大作中提到:]
: :I used to download yahoo history data everyday with my program until this
: :week. My code is as follows,
: :URL queryStockUrl = new URL(stockQueryURL);
: :HttpURLConnection connection = (HttpURLConnection) queryStockUrl
: :.openConnection();
: :connection.connect();
: :BufferedReader reader = new BufferedReader(new InputStreamReader(connection
: .getInputStream(),"utf-8"));

w*******e
发帖数: 734
15
他打个电话就行了,华尔街自然会给他最好的执行。他要股票软件干嘛?

【在 F****s 的大作中提到】
: 你以为伯克希尔买卖股票用的软件还不如咱们?
: 他一个合同签了华尔街就用最好的执行团队给他运作。

s***d
发帖数: 15421
16
你以为没有机器人炒盘手买票 丢票 hedge票?

【在 w*******e 的大作中提到】
: 他打个电话就行了,华尔街自然会给他最好的执行。他要股票软件干嘛?
F****s
发帖数: 3761
17
他买GS和IBM就是让人做你这个电话之后的工作。

【在 w*******e 的大作中提到】
: 他打个电话就行了,华尔街自然会给他最好的执行。他要股票软件干嘛?
x*********n
发帖数: 28013
18
都很慢。
不如买intc升级CPU

【在 w*******e 的大作中提到】
: 这个方向都错了。还用Java? Python啊!
:
: connection.
: data

z****n
发帖数: 3189
19
我就不明白了。
一个http不返回数据的事情,和炒股有什么关系?
是不是,我开车去scottrade开户,车子在半路抛锚,我来古板问怎么修车,也算是新
手应该问的问题?

connection.
data

【在 F****s 的大作中提到】
: I used to download yahoo history data everyday with my program until this
: week. My code is as follows,
: URL queryStockUrl = new URL(stockQueryURL);
: HttpURLConnection connection = (HttpURLConnection) queryStockUrl
: .openConnection();
: connection.connect();
: BufferedReader reader = new BufferedReader(new InputStreamReader(connection.
: getInputStream(),"utf-8"));
: Now the reader can get nothing, no error, no exception thrown. If I enter
: the same stockQueryURL as above into chrome, I can download the history data

z****n
发帖数: 3189
20
没有慢的语言,只有慢的代码。
java python写出来的高质量代码可以随便秒掉任何语言写的垃圾代码

【在 x*********n 的大作中提到】
: 都很慢。
: 不如买intc升级CPU

相关主题
国内股票软件“分析家”里一个令我笑翻天的技术指标Jerry Yang should be thrown right out of YAHOO's door
IB不能看图了?问大牛一个小问题
推荐同花顺股票软件看美国S&P500股票。看股票软件 iPad
进入Stock版参与讨论
t***l
发帖数: 3644
21
今年看个新高能指望吧?
[在 Forbes (福布斯) 的大作中提到:]
:这股可以拿着。但是不要想发大财。除非CEO死了。
:connection
F****s
发帖数: 3761
22
看华尔街脸色。台湾人的公司下场如何,请参考搜索引擎先驱Yahoo。

【在 t***l 的大作中提到】
: 今年看个新高能指望吧?
: [在 Forbes (福布斯) 的大作中提到:]
: :这股可以拿着。但是不要想发大财。除非CEO死了。
: :connection

g****y
发帖数: 2810
23
第一句应该,第二句就绝对了,你这话自己信吗

【在 t***l 的大作中提到】
: 巴菲特应该是不懂编程而且他们公司也绝对没有用编程技术的自动交易,但他是当今股
: 坛第一人,无法撼动。
: [在 Forbes (福布斯) 的大作中提到:]
: :不懂就学编程。再过几年都被淘汰了。
: :很多attorney都快做不下去了,还不如写法律软件的混的好。

1 (共1页)
进入Stock版参与讨论
相关主题
问大牛一个小问题请教炒美股的软件,赠送伪币
看股票软件 iPad有人用过lightspeed.com吗
AMD是不是进的时候了?由衷感慨,中国人太了不起了
【新人】新人求股票软件SPX的江恩角度线
准备上iSlate的举手美国炒股有这种图表吗
scottrade 的软件太简单了,没用!美国的股票软件不给力啊
2pm有没有在MAC上用Scottrade的?
前辈进来指点一下国内股票软件“分析家”里一个令我笑翻天的技术指标
相关话题的讨论汇总
话题: url