Redian新闻
>
真正的炒股新手问问题的差距
avatar
真正的炒股新手问问题的差距# Stock
F*s
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
-----
问题很初级,但态度和方向对了,身价必然不断提高。
avatar
F*s
2
这是一个新手炒股第一天就应该做的事。很典型。
如果走错方向了,赶紧回来,趁你还没浪费几年时间。
avatar
F*s
3
最后帖一个94版识别价格区间的算法。看习惯英文学术论文的应该很快读完这本书。
"Detecting High Profit Day Trades In The Futures Markets Using Zone Pattern
Probability Analysis" by JT Jackson(1994)
avatar
I*a
4
不懂编程都直接退市?
avatar
j*s
5
老马都开饭了还不花钱买个质量高点的数据
avatar
F*s
6
看本帖标题。

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

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

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

avatar
w*e
10
巴菲特需要股市操盘系统? LOL
avatar
w*e
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

avatar
t*l
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.
:..........
avatar
F*s
13
你以为伯克希尔买卖股票用的软件还不如咱们?
他一个合同签了华尔街就用最好的执行团队给他运作。

【在 w*******e 的大作中提到】
: 巴菲特需要股市操盘系统? LOL
avatar
F*s
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"));

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

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

avatar
s*d
16
你以为没有机器人炒盘手买票 丢票 hedge票?

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

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

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

avatar
z*n
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

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

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

avatar
t*l
21
今年看个新高能指望吧?
[在 Forbes (福布斯) 的大作中提到:]
:这股可以拿着。但是不要想发大财。除非CEO死了。
:connection
avatar
F*s
22
看华尔街脸色。台湾人的公司下场如何,请参考搜索引擎先驱Yahoo。

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

avatar
g*y
23
第一句应该,第二句就绝对了,你这话自己信吗

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

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。