2014年3月26日

crazy proj : No 5 - devexpress + entity frameword with mysql

摘要: finished my job now 0326 1:08=============1. basic ui framework finishedlayout view="group"grid layoutTODO:a. chart seriesb. details of data binding (like itemsource, data template, ICollections in grid)(quite tedious work, various details I need to be aware of )2. database binding with my 阅读全文

posted @ 2014-03-26 01:16 surghost 阅读(167) 评论(0) 推荐(0) 编辑

2014年3月24日

crazy proj : No 4 - multi threading

摘要: Baiscs:1. Thread localnew ThreadLocal(()=>"hehe")LocalDataStoreSlot slot ; Thread.setData(slot,123)2. Thread with parametersclass MyThreadT data3. background threadIsBackground=false4. control threadstart sleep join abort5. ThreadPoolThreadPool.QueueUserWorkItem(_=>Console.WriteLine( 阅读全文

posted @ 2014-03-24 17:46 surghost 阅读(154) 评论(0) 推荐(0) 编辑

crazy proj : No 3 - wpf and devexpress

摘要: 1. wpfIn this area, I can only say that now I understand the minimal part of the whole picture.And to demostrate this I tried to develop a simple calculator.Three things I should know from this project:a. understand the logic to event bindingb. try catch to deal with exceptionc. xaml's component 阅读全文

posted @ 2014-03-24 15:59 surghost 阅读(134) 评论(0) 推荐(0) 编辑

2014年3月21日

crazy proj : No 2 - direction and structure

摘要: Thanks to my shifu, without his cultivation I cannot get these great opportunities. This time I do not want to let them go.The abbreviation for the title direction and structure is ds. ^_^After a detailed talk with my shifu, I understand that this project should just be a proof of concept.So there c 阅读全文

posted @ 2014-03-21 14:14 surghost 阅读(145) 评论(0) 推荐(0) 编辑

2014年3月19日

crazy proj : No 1 - design

摘要: 1. front line :purpose:accept the info from users ( buy sell automated trading)show the line, the indexlang:C# + wpf2. middle line :purpose:deliver msglang:activemq3. back line:purpose:get ctp data and implement strategylang: c# + python 阅读全文

posted @ 2014-03-19 17:21 surghost 阅读(128) 评论(0) 推荐(0) 编辑

2014年1月3日

R和统计 3:ggplot2

摘要: 1. qplotlibrary(ggplot2)dsmall <- diamonds[sample(nrow(diamonds), 100), ]# relationshipqplot(carat, price, data = diamonds)qplot(carat,x*y*z,data = diamonds)# colour, shapeqplot(carat, price, data = dsmall, colour = color)qplot(carat, price, data = dsmall, shape = cut)# opaqueqplot(carat, price, 阅读全文

posted @ 2014-01-03 18:30 surghost 阅读(522) 评论(0) 推荐(0) 编辑

2013年12月17日

R和统计 2:多因子模型的实践

摘要: 大致思路:从06年开始提取股票数据,到11年结束,为历史数据期,然后从12年到13年10月为回测期间。开始每月调整权重。本文分为三部分1. 因子设计2. 数据整理思考了一下,还是放弃大矩阵的思想。在R里面要多利用神奇的Vector和data frame啊。做成单因子data frame。3. 回归分析因子的处理本来就很奇葩了,还要价格回归价格,略蛋疼。=======神奇的分割线==============确定一个数据整理的框架。我认为数据整理就是一个不断降维的过程。首先,拿到所有的数据,row <- trading time, col <- raw data考虑到,不同数据,tra 阅读全文

posted @ 2013-12-17 17:49 surghost 阅读(730) 评论(0) 推荐(0) 编辑

2013年12月15日

R和统计 1:效率提升技巧

摘要: 1. 并行话说我以为并行会提高很多的..但是和想象差距很大啊直接算,大概3个核左右会冲到比较高的地方并行处理,看cpu确实8核满速跑了,听师父说是sqrt太简单,切换线程耗费了大量时间,接下来做回归应该会有较大改进。然后我看了下那个rbind,超费时间啊,要不还是让python做数据处理?2. Vector编程思想 从22秒提升到一秒,牛!data <- read.csv("D:/VP_BAP.csv")row.index <- rep(1:dim(data)[1], dim(data)[2])col.index <- rep(1:dim(data)[2] 阅读全文

posted @ 2013-12-15 19:16 surghost 阅读(172) 评论(0) 推荐(0) 编辑

找工作 4: 向上

摘要: CMS的复活确实让我始料未及,实习两天了,感觉真的太棒了,光是伙食和小点心就让我垂涎三尺,加油加油,一定要把课题做好!MSCI和WQ上周二面了,面试感觉上MSCI比WQ好太多了。Gen fin下次应该终面了。=============现在,在等结果的有五家。准备进行的两家。因为地点原因去不了面试的四家加油加油! 阅读全文

posted @ 2013-12-15 11:51 surghost 阅读(154) 评论(0) 推荐(0) 编辑

2013年11月23日

找工作3: genetic fin & CMS

摘要: genetic fin (HK) 面了一个小时,全英,Simon人很好,不知道有木有戏,但是感觉也太技术了,离市场又远了。经验就是要有自己的策略!!中信建投的学长打电话来说实习经历不给力,研究成果有点烂,略尴尬。经验是说经历的时候一定要谦虚地装逼。不能过也不能松。今天CMS面了,但是有点悲剧,三个问题,哎,不提了,自己再好好准备准备吧。晚上做了GAO的笔试题,概率(分布下评判策略)和组合的题真心没练过。算法找时间好好整理下吧,不要每次自己想了。计量里面R方忘了,rho的推导明明记得的,没说明白,call和put算greeks论风险,没往上面谈。泪奔。。。=========得好好准备了,哎。大神 阅读全文

posted @ 2013-11-23 02:09 surghost 阅读(170) 评论(0) 推荐(0) 编辑

导航