A*****s 发帖数: 13748 | 1 一个表格的数据,只能在界面下看,不给导出到excel
能不能从screenshot里parse数值出来?
谢谢! |
A*****s 发帖数: 13748 | 2 试了一些OCR软件,效果很糟糕。。。
【在 A*****s 的大作中提到】 : 一个表格的数据,只能在界面下看,不给导出到excel : 能不能从screenshot里parse数值出来? : 谢谢!
|
S*****y 发帖数: 567 | 3 sure, if u r using c#, try sendkey
then copy the screenshot, then paste to a file and parse.
the paring is bit dirty, but is ok. |
a*****e 发帖数: 1717 | 4 click and drag a rectangle, then it's copied.
【在 A*****s 的大作中提到】 : 一个表格的数据,只能在界面下看,不给导出到excel : 能不能从screenshot里parse数值出来? : 谢谢!
|
A*****s 发帖数: 13748 | 5 在那个screen上被disable了
【在 a*****e 的大作中提到】 : click and drag a rectangle, then it's copied.
|
A*****s 发帖数: 13748 | 6 不用c# ><
【在 S*****y 的大作中提到】 : sure, if u r using c#, try sendkey : then copy the screenshot, then paste to a file and parse. : the paring is bit dirty, but is ok.
|
a***x 发帖数: 26368 | 7 那你至少人力了。。。
【在 A*****s 的大作中提到】 : 不用c# ><
|
S*****y 发帖数: 567 | 8 那你用啥语言?
【在 A*****s 的大作中提到】 : 不用c# ><
|
A*****s 发帖数: 13748 | 9 matlab & excel lol
【在 S*****y 的大作中提到】 : 那你用啥语言?
|
S*****y 发帖数: 567 | 10 那估计得人肉啊...量多吗
【在 A*****s 的大作中提到】 : matlab & excel lol
|
|
|
z****t 发帖数: 78 | |
A*****s 发帖数: 13748 | 12 挺多的呵呵。。。
【在 S*****y 的大作中提到】 : 那估计得人肉啊...量多吗
|
A*****s 发帖数: 13748 | 13 CMAN的CDS Spread,只准看,不准动,连选定都disable,但是可以table view
【在 z****t 的大作中提到】 : 你说的哪个function??
|
z****t 发帖数: 78 | 14 是的,这个跟cman有协定,最近disable了。Andreas是看historical的Spread吗?拿到
的话怎么用?
【在 A*****s 的大作中提到】 : CMAN的CDS Spread,只准看,不准动,连选定都disable,但是可以table view
|
A*****s 发帖数: 13748 | 15 test against我自己的model生成的credit measure。。。
CDS Spread只是个小配角,耽误我这么多功夫。。。
【在 z****t 的大作中提到】 : 是的,这个跟cman有协定,最近disable了。Andreas是看historical的Spread吗?拿到 : 的话怎么用?
|
S*c 发帖数: 29 | 16 你去看{BP BBK}或者{WIKI BBK},有介绍如何把屏幕里的数据读到excel里的。
有的function直接run读不出来,你可以用vsat3查到那个屏幕的gobxml文件名,然后用
JRUN直接call那个gobxml。 |
z****t 发帖数: 78 | 17 没有用,cman的data在更底层的地方被disable。
的。
【在 S*c 的大作中提到】 : 你去看{BP BBK}或者{WIKI BBK},有介绍如何把屏幕里的数据读到excel里的。 : 有的function直接run读不出来,你可以用vsat3查到那个屏幕的gobxml文件名,然后用 : JRUN直接call那个gobxml。
|
S*c 发帖数: 29 | 18
这样的话,因为bloomberg这个font是固定的,如果某个OCR软件可以让你plug in
customized font map,或者自己写个OCR的小程序也可以。就是建那个font map繁琐一
点。
我以前用Qt写过从CT的screenshot里往外拽表格数据。整个流程就是截屏,存成PNG,
作为bitmap读进来,再用hard coded的font pattern去map二维数组。只要font是固定
的,识别率百分之百的。
【在 z****t 的大作中提到】 : 没有用,cman的data在更底层的地方被disable。 : : 的。
|
A*****s 发帖数: 13748 | 19 bb的字体倒是不奇怪,关键是不让print screen,然后export screen出来的图,分辨
率太低,基本很难看清楚,所以OCR就很难work了
【在 S*c 的大作中提到】 : : 这样的话,因为bloomberg这个font是固定的,如果某个OCR软件可以让你plug in : customized font map,或者自己写个OCR的小程序也可以。就是建那个font map繁琐一 : 点。 : 我以前用Qt写过从CT的screenshot里往外拽表格数据。整个流程就是截屏,存成PNG, : 作为bitmap读进来,再用hard coded的font pattern去map二维数组。只要font是固定 : 的,识别率百分之百的。
|
S*c 发帖数: 29 | 20
不能用截屏软件么?我们用snag it,无往而不利啊。
【在 A*****s 的大作中提到】 : bb的字体倒是不奇怪,关键是不让print screen,然后export screen出来的图,分辨 : 率太低,基本很难看清楚,所以OCR就很难work了
|
|
|
A*****s 发帖数: 13748 | 21 bb上能装snag it?我的terminal上不让装啊。。。
【在 S*c 的大作中提到】 : : 不能用截屏软件么?我们用snag it,无往而不利啊。
|
S*****y 发帖数: 567 | 22 can i know how to get to the screen u want to take? i want to try lol...
【在 A*****s 的大作中提到】 : bb上能装snag it?我的terminal上不让装啊。。。
|
A*****s 发帖数: 13748 | 23 比如"PPL ENE CDS USD SR 10Y Corp",然后去CDSH,然后table view
呵呵
一堆数字,倍儿整齐,就是不让你下载 lol
【在 S*****y 的大作中提到】 : can i know how to get to the screen u want to take? i want to try lol...
|
A*****s 发帖数: 13748 | 24 真是很奇怪啊
做fix income的应该天天搞CDS spread吧?下载个数据就这么难?
我还以为应该很容易就能搞得到呢。。。
如果用CBGN/CBGI,基本没有historical的数据可以下载。。。
【在 z****t 的大作中提到】 : 没有用,cman的data在更底层的地方被disable。 : : 的。
|
a**x 发帖数: 215 | 25 kao, why i can do it?
rite click, copy export option --> copy data to clip board,
then paste it to excel
【在 A*****s 的大作中提到】 : 真是很奇怪啊 : 做fix income的应该天天搞CDS spread吧?下载个数据就这么难? : 我还以为应该很容易就能搞得到呢。。。 : 如果用CBGN/CBGI,基本没有historical的数据可以下载。。。
|
A*****s 发帖数: 13748 | 26 在哪right click?我right了没有copy export option啊?!
【在 a**x 的大作中提到】 : kao, why i can do it? : rite click, copy export option --> copy data to clip board, : then paste it to excel
|
a**x 发帖数: 215 | 27 Date 5Yr 10Yr
7/19/2011 135 183.92
7/18/2011 135 183.92
7/15/2011 135 183.43
7/14/2011 135 184.26
7/13/2011 130 184.36
7/12/2011 136 185.3
7/11/2011 136 184.14
7/8/2011 130 182.71
7/7/2011 134 182.22
7/6/2011 130 182.1
7/5/2011 131 182.15
7/4/2011 134.25 181.91
7/1/2011 128 182.43
6/30/2011 135 184.03
6/29/2011 130 184.39
6/28/2011 136 181.49
6/27/2011 133 186
6/24/2011 135 180.43
6/23/2011 130 188.5
6/22/2011 98.25 186.5
6/21/2011 132 184
6/20/2011 130 176.44
6/17/2011 126.5 174.11
6/16/2011 128 174.49
6/15/2011 126 177
6/14/2011 126.5 175.09
6/13/2011 127.5 175.69
6/10/2011 127.5 175.3
6/9/2011 127.5 179
6/8/2011 127.5 175.2
6/7/2011 126.5 174.96
6/6/2011 128.5 177
6/3/2011 125 174.93
6/2/2011 124.5 175.84
6/1/2011 129.5 178
5/31/2011 128 178
5/30/2011 128.33 175.51
5/27/2011 127 175.5
5/26/2011 122 176.02
5/25/2011 128.5 179
5/24/2011 125 179
5/23/2011 128 179
5/20/2011 127 174.91
5/19/2011 128 175.86
【在 A*****s 的大作中提到】 : 在哪right click?我right了没有copy export option啊?!
|
A*****s 发帖数: 13748 | 28 我知道了,你们pricing source选的是CBGN,这个可以
CMAN(右上角,Name下选择)就不行了
CBGN有最近的数据,但是historical比较残
CBGN也可以在Excel API里pull的,不是问题
【在 a**x 的大作中提到】 : Date 5Yr 10Yr : 7/19/2011 135 183.92 : 7/18/2011 135 183.92 : 7/15/2011 135 183.43 : 7/14/2011 135 184.26 : 7/13/2011 130 184.36 : 7/12/2011 136 185.3 : 7/11/2011 136 184.14 : 7/8/2011 130 182.71 : 7/7/2011 134 182.22
|
a**x 发帖数: 215 | 29 i c
im an eqty guy, dont know the difference
sorry it didnt work
【在 A*****s 的大作中提到】 : 我知道了,你们pricing source选的是CBGN,这个可以 : CMAN(右上角,Name下选择)就不行了 : CBGN有最近的数据,但是historical比较残 : CBGN也可以在Excel API里pull的,不是问题
|
A*****s 发帖数: 13748 | 30 恩,其实我也不懂,就是装懂 lol
【在 a**x 的大作中提到】 : i c : im an eqty guy, dont know the difference : sorry it didnt work
|
|
|
z****t 发帖数: 78 | 31 cbgn的数据很烂,不能用。snagit不需要装到terminal上的,可以试试看。 |
A*****s 发帖数: 13748 | 32 就是说snag it可以放优盘上运行咯?
这样的话我干脆把curve抓下来,然后digitize
反正不要太准确,只要个大趋势
【在 z****t 的大作中提到】 : cbgn的数据很烂,不能用。snagit不需要装到terminal上的,可以试试看。
|
e*****r 发帖数: 700 | 33
的。
这个{BP BBK}或者{WIKI BBK}, "Requested Function Does Not Exist!", 怎
么回事?不是bloomberg terminal的命令?
谢谢
【在 S*c 的大作中提到】 : 你去看{BP BBK}或者{WIKI BBK},有介绍如何把屏幕里的数据读到excel里的。 : 有的function直接run读不出来,你可以用vsat3查到那个屏幕的gobxml文件名,然后用 : JRUN直接call那个gobxml。
|
S*c 发帖数: 29 | 34
啊,我笨了。BP和WIKI放的都是Bloomberg自己R&D写的文档,外面用户应该看不到的。
【在 e*****r 的大作中提到】 : : 的。 : 这个{BP BBK}或者{WIKI BBK}, "Requested Function Does Not Exist!", 怎 : 么回事?不是bloomberg terminal的命令? : 谢谢
|
e*****r 发帖数: 700 | 35 原来是BB的高手啊。
请问 如何把BC35 弄到excel里去?
谢谢 |
w********r 发帖数: 727 | 36 LOL
use sendkey ctr-C
then ctr-v to notepad or read buffer directly |
o********n 发帖数: 100 | 37 请问sendkey是什么函数, 是指向bloomberg发送键盘按键指令吗?
能否详细说说流程是怎样的? 是不是要先获得窗口句柄,然后再发送指令什么的?
谢谢
【在 S*****y 的大作中提到】 : sure, if u r using c#, try sendkey : then copy the screenshot, then paste to a file and parse. : the paring is bit dirty, but is ok.
|
w********r 发帖数: 727 | 38 better read buffer directly than paste to a file |
w********r 发帖数: 727 | 39
iterate and search window title match
【在 o********n 的大作中提到】 : 请问sendkey是什么函数, 是指向bloomberg发送键盘按键指令吗? : 能否详细说说流程是怎样的? 是不是要先获得窗口句柄,然后再发送指令什么的? : 谢谢
|