由买买提看人间百态

topics

全部话题 - 话题: quantlib
1 2 下页 末页 (共2页)
x******a
发帖数: 6336
1
来自主题: Quant版 - 请教quantlib的问题,谢谢!
按照quantlib.org上在mac上安装以后,测试一个命令行:
g++ -I/opt/local/include/ -I/opt/local/include/boost BermudanSwaption.cpp \
-o bermudanswaption -L/opt/local/lib/ -lQuantLib
得到i686-apple-darwin10-g++-4.2.1: BermudanSwaption.cpp: No such file or
directory。
然后到/opt/local/include/boost目录下,再次运行上面的命令行,显示下面的内容
g++ -I /opt/local/include/ -I /opt/local/include/boost BermudanSwaption.cpp
-o bermudanoption -
L/opt/local/lib/ -lQuantLib1.0.1
ld: library not found for -lQuantLib1.0.1
collect2: ld returned 1 exit statu... 阅读全帖
D********n
发帖数: 978
2
能不用QuantLib尽量别用Quantlib.
Quantlib虽然炫,虽然花,虽然可以用来学习C++, 但是在实际生活中把程序写成
Quantlib那个样子是人生的一种悲哀。
你要理解Quantlib的文化:那帮人有时间和精力琢磨怎么把Quantlib弄到iOS上面,但是
没有时间和精力把documentation写好。甚至没时间确保quantlib里面的model的计算结
果正确。

++
z**k
发帖数: 378
3
我最近在做Levy process option pricing,之前一直在Matlab里测试,现在想转成C++
。不过我用C++实现option pricing的经验不多,所以想参考Quantlib来写程序,毕竟
QuantLib对解决实际问题很方便。我本来想直接用Quantlib提供的interface,自己写
一个extension就好了。可是Quantlib的documentation实在做得太粗糙,好像就只有应
用几个基本的模型的tutorial,鲜有涉及到开发的部分。不知道大家谁有相关的经验呢
,可不可以请教一下。
我主要是要实现FFT solver,PIDE solver,和MC模拟,如果有时间还想测试一下
calibration。
B*********h
发帖数: 800
4
☆─────────────────────────────────────☆
sayes (功不唐捐) 于 (Tue Mar 6 01:50:02 2007) 提到:
终于装好boost 和 quantlib
想试试其中的Examples,但是用make 后
提示Nothing to be done for 'all'
是不是前面boost 和quantlib没有装对?
谢谢。
☆─────────────────────────────────────☆
soar (无意) 于 (Tue Mar 6 09:03:17 2007) 提到:
examples are precompiled and up-to-date.
try "touch" one example source file, OR to get a fresh rebuild, do make
clean first.

☆─────────────────────────────────────☆
wenge (文革) 于 (Tue Mar 6 12:28:11 2007) 提到
n****i
发帖数: 196
5
来自主题: Quant版 - 请教在Mac上安装QuantLib
install macports
install boost libs ( sudo port install boost )
download the latest Quantlib and Quantlib-SWIG
第二步是怎么弄?
z**k
发帖数: 378
6
话说你可以具体说说quantlib不好在哪里么?我看了一下程序的大体结构,一时间也很
难想到更好的设计了啊。至于你说的计算结果的正确性问题,他不是提供了许多不同的
engine,可以做validation吧。。。不过我还没搞懂怎么用quantlib做monte carlo。
A********i
发帖数: 97
7
来自主题: Quant版 - Quantlib 有必要学吗
Quantlib 这个有必要花时间学吗?很多公司用这个吗?
如果时间有限的话,刷leetcode和学Quantlib哪个对找工作更有帮助?
m********0
发帖数: 2717
8
me~
but I don't use quantlib for trading that much.
that's for derivatives mostly.
I implement most of the library myself.
C*****E
发帖数: 2679
9
【 以下文字转载自 Quant 讨论区 】
发信人: zlight (Eren Derdiyok), 信区: Quant
标 题: 【Market Risk有什么常用的类似Quantlib之类的C++library】
发信站: BBS 未名空间站 (Sun Jun 2 18:00:27 2013, 美东)
谢谢了
a****n
发帖数: 230
10
来自主题: Quant版 - 有使用quantlib的同志吗?
最近装了quantlib,想边学习边应用一下里面的library
但是发现里面的文件放得还挺乱的,要费很大一番功夫才能找到源程序,看看里面有什
么member function
而且看了一下examples里面的macro,发现要解决一个问题要用到很多class,因为都有
一些固定的接口
刚开始没有经验,要把源程序看懂就要晕了,有没有那位达人有比较详细的对这个
library的解释说明
谢谢!!!!
b*******e
发帖数: 123
11
来自主题: Quant版 - 有使用quantlib的同志吗?
I am still learning, but
http://luigi.ballabio.googlepages.com/qlbook
has the introduction of how the quantlib is designed.
i*****l
发帖数: 50
12
来自主题: Quant版 - 请教在Mac上安装QuantLib
Just following the instruction
first install boost, then quantlib.
D******4
发帖数: 47
13
来自主题: Quant版 - 弱问QuantLib和VC
弱问 QuantLib 还不能VC2010兼容吗?
f*********y
发帖数: 376
14
来自主题: Quant版 - quantlib和joshi的书怎么看
找quant developer
joshi的书,那本design pattern 是不是最好把代码自己都写一遍?
quantlib既然是开源的,自己看看,熟悉一下,对找工作有帮助吗?
z****u
发帖数: 185
15
来自主题: Quant版 - quantlib和joshi的书怎么看
I don't know much about Joshi's book, nor quantlib. Not sure about their
quality.
Reading many lines of code is boring to me.
A better way is to read a book, understand the purpose, get some idea, think
about it.
For me, the only way to learn a programming language is using it. I do not
see any other better way.
I heard <> is a great book. I only read about the first
chapter. Impressed.
My 2c.
D********n
发帖数: 978
16
来自主题: Quant版 - Quantlib 有必要学吗
这两个木法比啊。
Quantlib还是挺有用的。但你能学的进去吗?吃果果,白画画的over engineering。我
觉得你能看懂看进去的话,leetcode对你应该是小菜了。
e******g
发帖数: 7
17
来自主题: Quant版 - Quantlib 有必要学吗
Indeed, more and more users. But it is usually used in reference models in
banks, as I known.
Thinking abt this problem, if there is a bug in Quantlib and you use it in
trading models resulting a hug loss. Who should be responsible for that? I
guess that is why open-source software/libs are not widely adopted in
banking industry. And that is why they need hire you.
x******o
发帖数: 144
18
来自主题: Quant版 - Quantlib 有必要学吗
100% agreed. Even Bloomberg or other vendors that trader uses everyday has
bugs and may show very wrong number. But who knows and who cares before
losing money.
Quantlib in my mind is more like an good reference you compare when you want
to implement some models. But not really agree that you need to LEARN it.
E***e
发帖数: 3430
19
来自主题: Quant版 - 问个菜鸡QuantLib问题
在Debian下装了quantlib,命令行里编译没问题,可是到了eclipse-cdt里,无穷无尽
的indexing,机器卡死,这个怎么解决?谢谢了!
x******a
发帖数: 6336
20
装了一个quantlib在mac os x上,然后运行那个example,结果得到下面一堆。请教应
该link或者编译?
谢谢!
instruction在这里:
http://quantlib.org/install/macosx.shtml
run example
g++ -I/opt/local/include/ -I/opt/local/include/boost BermudanSwaption.cpp
-o bermudanswaption -L/opt/local/lib/ -lQuantLib
以后的error:
Undefined symbols for architecture x86_64:
"_main", referenced from:
start in crt1.10.6.o
"vtable for boost::unit_test::unit_test_log_t", referenced from:
boost::unit_test::unit_test_log_t::unit_test_log_t()in ccL... 阅读全帖
j*******r
发帖数: 167
m******a
发帖数: 2
22
QuantLib里面好多例子可以参考,另,QuantLib中的设计模式也应用的非常合理.
可以参考, http://quanter.blog.sohu.com
J******d
发帖数: 506
23
把quantlib基本的几个financial instruments的design看懂即可。
作为练习,用quantlib price几个衍生品,benchmark with other models.或者自己写一个
exotic option.
w*****e
发帖数: 158
24
来自主题: Quant版 - 求教 - jquantlib
啥是modfollowing business date?
Jquantlib 没用过。Quantlib 很方便。 不过要注意,有的business calendar 是错的
。也许是我用的Quantlib版本低。
g*****u
发帖数: 14294
25
俺发现性格弱点很难克服,发财致富还是不能懒,搞搞shit统才是俺的出路。
到这里挂个号吧。以后好切磋。
老ID不是说俺们版面水平低嘛。
是低,俺们承认。
低在两个方面:没赚大大钱;技术差。
俺们可以提高。嘿嘿。
i*****e
发帖数: 55
26
负所长搞shit统挺合适
g*****u
发帖数: 14294
27
这shit桶现在比较空,你能贡献点啥,除了跳进来一下?
i*****e
发帖数: 55
28
我都靠精艳操股,quant的东西太深奥.你要做出好的粪桶,我可以买来用.
g*****u
发帖数: 14294
29
你这个有点激励作用。
g*****u
发帖数: 14294
30
It's a decent code base. Let's see what I can do with it.
m********0
发帖数: 2717
31
上学那会儿用过。
H**********g
发帖数: 1312
32
现在quant工作opening多吗?
m********0
发帖数: 2717
33
一个工作,有100个人投简历吧。
看具体行业了,有些还在裁人。比如fixed income的trader最近欧洲的投行裁了一大批。
高盛上个季度前一下多了好多opening,结果最近摩根斯坦利又暂时freeze hiring了。
瑞银集团在扩充Derivative的Group。好像是上月从德意志挖过去一个高层。
别的,我听说公司附近的Tudor,招intern,是给70-80块钱一小时。
H**********g
发帖数: 1312
34
我做derivatives的,机会多不多?
quant对学位要求什么样子?我还没有工作经验,可能明年夏天去找个intern

批。
g*****u
发帖数: 14294
35
简单的TA信号触发,搞搞NinjaTrader就差不多了吧。
俺刚才看了一下,Ninja免费纸交,跟IB连接trivial. 看什么金叉银叉不就不用盯盘了
嘛。俺太土了,也太懒了。
m********0
发帖数: 2717
36
IB本身不也免费纸交么。IB用IB的API当然是最好的了。
amibroker一样的。
m********0
发帖数: 2717
37
你不知道简单的TA信号触发,一堆网站都有的么?比如barchart.com
我找一个SPX的给你:
再找个明细给你:
MAE for SPX Index
Entry Date↓ Entry Price Exit Date Exit Price Position
Shares Trade P&L Cumulative P&L
09/17/2009 1067.87 10/29/2009 1043.6899 Short 93
2.25k 2.25k
10/29/2009 1043.6899 11/17/2009 1109.22 Long 97
6.36k 8.61k
11/17/2009 1109.22 01/25/2010 1092.40 Short 97 1.63k
10.24k
01/25/2010 1092.40 06/16/2010 1114.02 Long 100 2.16k
z***n
发帖数: 789
38
来自主题: Stock版 - 卖IWM,options,的算法
google open source, QuantLib
C*****E
发帖数: 2679
m****r
发帖数: 147
40
大师横跨最MAN的运动--足球和最MAN的金融职业--矿工
实乃我辈之楷模
d*****e
发帖数: 7368
41
我靠,太牛逼了。
d********f
发帖数: 43471
42
Risk++,说实话作risk的基本都用python
E***e
发帖数: 3430
43
来自主题: Hardware版 - Windows还是比linux强多了
日常生活:Firefox, Spyder3, TeXStudio, EclipseCDT+QuantLib,偶然用下Excel,
娱乐全在NAS上一个Kodi搞定。这套组合在Win上简直是地狱。
Win最后一点好处就是硬件不需要折腾太多,现在这么一闹,彻底扯淡。
f****n
发帖数: 20
44
It's a good algorithm to price American style options. I don't know how popular it is, but the fact is that you can find it in QuantLib.
Also see the paper by Longstaff and Schwartz
http://repositories.cdlib.org/cgi/viewcontent.cgi?article=1286&context=anderson/fin
I*M
发帖数: 1533
45
来自主题: Quant版 - 有大侠用QuantLib么?
short interest rate的simulation 在哪一块?
n*c
发帖数: 228
46
The first one is very good,but it takes a long time to read. In fact that
book is
the "code book" of Strickland's book.
the good thing about it is it introduced the quantlib and you can find it
quite handy. Also it gives readers some senses about OOP in Financial
Modeling. Pay attention to the way Justin model the termstructure, I think
it is very robust.
Mark Joshi 's book is phenomenal. OOP in fact is all about patterns and
designs,It is short and a great fun to read.

London
b***k
发帖数: 2673
47
☆─────────────────────────────────────☆
angrypunk (Angry Punk) 于 (Mon Feb 18 01:40:53 2008) 提到:
前面说了,我是女生,接近而立之年,本、硕CS专业,有两年R&D经验,无business类
课程或经验,数学不牛(discrete还好,prob. & stats.十分差,微积分、
differential equation全忘了),未编过数学类程式,想转Quant,有打算以后在纽约
市内找工。
这个条件,不重新回到学校念跟商科相关的学位能转得成吗?
建议上什么课程或自学什么课程/牌照之类的?
我已经看了版面建议这些资料,有兴趣向Quant这个方向发展,目标是纽约华尔街或临
近的,波士顿也可以。
#2 书籍推荐
http://www.quantfinancejob.com/quantative-finance-books.html
http://quantlib.org/books.shtml
#5 网站推荐
http://www.wilmott.com/
a****n
发帖数: 230
48
我也是新手,据我的research,john hull的 《option, future ....》(具体名字忘
了) 是大家传诵的Bible.
全面的list可以看:
http://quantlib.org/books.shtml
x****x
发帖数: 87
49
来自主题: Quant版 - 有使用quantlib的同志吗?
where can we download financial codes freely?
k****r
发帖数: 176
50
看成Modeling Derivatives in C++了,叫兽有评
Ambitious book that receives a lot of flak on Wilmott forum. A useful
reference. Often uses quantlib code.
同作者此书叫兽也提到了,不过没有任何评价
Modeling Derivatives Applications in Matlab, C++, and Excel
1 2 下页 末页 (共2页)