Redian新闻
>
有没有做机的请帮个忙
avatar
有没有做机的请帮个忙# Stock
b*e
1
判断双底的算法该如何写啊?任何语言都OK。谢谢!
avatar
b*e
2
顶。
avatar
b*e
3
呵呵你是让别人告诉你算法? 牛刀兄弟,你得把
peusudecode给出来吧?
用啥语言是次要的:)

【在 b*******e 的大作中提到】
: 判断双底的算法该如何写啊?任何语言都OK。谢谢!
avatar
b*e
4
做个双底的算法应该不难吧,我就是想夜间睡个好觉。:(
难道没人肯说?55555

【在 b*******e 的大作中提到】
: 呵呵你是让别人告诉你算法? 牛刀兄弟,你得把
: peusudecode给出来吧?
: 用啥语言是次要的:)

avatar
b*e
5
呵呵,要不你说个,抛砖一下?

【在 b*******e 的大作中提到】
: 做个双底的算法应该不难吧,我就是想夜间睡个好觉。:(
: 难道没人肯说?55555

avatar
a*o
6
底数=0;
while (true) {
if(底=true) 底数++;
if(底数==2) {
print "同志们冲啊~~~双低来啦!";
底数=0;
}
}

【在 b*******e 的大作中提到】
: 判断双底的算法该如何写啊?任何语言都OK。谢谢!
avatar
l*r
7
one line code in R
avatar
b*e
8
我的想法很简单,假设已经做空。等待找机会cover,不想盯着。
1. 记住上次低点。前后一小时都没有更低的点,就定义为低点。
2. 等到价格跌到上次低点,就开始计时。
3. 如果从低点反弹上去一点,或者超过15分钟没有跌下去,就cover。
简单到幼稚,欢迎砸砖。

【在 b*******e 的大作中提到】
: 呵呵,要不你说个,抛砖一下?
avatar
b*e
9
大牛给个link! Orz

【在 l*******r 的大作中提到】
: one line code in R
avatar
b*e
10
haha, Amo,发觉你越来越牛了,哈

【在 a*o 的大作中提到】
: 底数=0;
: while (true) {
: if(底=true) 底数++;
: if(底数==2) {
: print "同志们冲啊~~~双低来啦!";
: 底数=0;
: }
: }

avatar
b*e
11
其实这个不一定是双底,可以在支撑处徘徊,然后掉下去啊。

【在 b*******e 的大作中提到】
: 我的想法很简单,假设已经做空。等待找机会cover,不想盯着。
: 1. 记住上次低点。前后一小时都没有更低的点,就定义为低点。
: 2. 等到价格跌到上次低点,就开始计时。
: 3. 如果从低点反弹上去一点,或者超过15分钟没有跌下去,就cover。
: 简单到幼稚,欢迎砸砖。

avatar
l*r
12
you first need to smooth your data by local fitting (loess()), and use a
function from pastecs library to find the turning points, then compare the
position of turning points.
Well, not one line code, but it is pretty straight-forward. The tricky
thing is to tune the parameter.

【在 b*******e 的大作中提到】
: 大牛给个link! Orz
avatar
b*e
13
Orz:)

【在 l*******r 的大作中提到】
: you first need to smooth your data by local fitting (loess()), and use a
: function from pastecs library to find the turning points, then compare the
: position of turning points.
: Well, not one line code, but it is pretty straight-forward. The tricky
: thing is to tune the parameter.

avatar
b*e
14
Orz,给俺个思路。:)

【在 b*******e 的大作中提到】
: 其实这个不一定是双底,可以在支撑处徘徊,然后掉下去啊。
avatar
b*e
15
果然经验老道。拜谢!

【在 l*******r 的大作中提到】
: you first need to smooth your data by local fitting (loess()), and use a
: function from pastecs library to find the turning points, then compare the
: position of turning points.
: Well, not one line code, but it is pretty straight-forward. The tricky
: thing is to tune the parameter.

avatar
b*e
16
\ /
\ /\ /
\/ \/
双底有三种,一种是higher low,一种是lower low, 一种是等底。
所以要写就要分开来写,每一种地tradable probability是不一样地。
higher low> same low> lower low.
呵呵

【在 b*******e 的大作中提到】
: Orz,给俺个思路。:)
avatar
b*e
17
你知我知天知地知,电脑不知怎么算。-_-

【在 b*******e 的大作中提到】
: \ /
: \ /\ /
: \/ \/
: 双底有三种,一种是higher low,一种是lower low, 一种是等底。
: 所以要写就要分开来写,每一种地tradable probability是不一样地。
: higher low> same low> lower low.
: 呵呵

avatar
b*e
18
呵呵,那我给一个好了
Double tops ~DTOP! and bottoms
~DBOT! are characterized by an initial local extremum E1 and subsequent
local extrema Ea and Eb such that
Ea [ sup$Ptk
* : tk
* . t1
* , k 5 2, . . . ,n%
Eb [ inf $Ptk
* : tk
* . t1
* , k 5 2, . . . ,n%
and
DTOP [ 5E1 is a maximum
E1 and Ea are within 1.5 percent of their average
ta
* 2 t1
* . 22
DBOT [ 5E1 is a minimum
E1 and Eb are within 1.5 percent of their average
ta
* 2 t1
* . 22
B. The Identification Algorithm
Our algorithm begins with a sample of

【在 b*******e 的大作中提到】
: 你知我知天知地知,电脑不知怎么算。-_-
avatar
l*r
19
niu

【在 b*******e 的大作中提到】
: 呵呵,那我给一个好了
: Double tops ~DTOP! and bottoms
: ~DBOT! are characterized by an initial local extremum E1 and subsequent
: local extrema Ea and Eb such that
: Ea [ sup$Ptk
: * : tk
: * . t1
: * , k 5 2, . . . ,n%
: Eb [ inf $Ptk
: * : tk

avatar
b*e
20
收到,谢谢兄弟。看来允许个小误差就好。:)

【在 b*******e 的大作中提到】
: 呵呵,那我给一个好了
: Double tops ~DTOP! and bottoms
: ~DBOT! are characterized by an initial local extremum E1 and subsequent
: local extrema Ea and Eb such that
: Ea [ sup$Ptk
: * : tk
: * . t1
: * , k 5 2, . . . ,n%
: Eb [ inf $Ptk
: * : tk

avatar
b*e
21
Orz:)

【在 l*******r 的大作中提到】
: niu
avatar
b*e
22
Orz, not by me:)

【在 l*******r 的大作中提到】
: niu
avatar
b*e
23
check your mailbox hehe

【在 b*******e 的大作中提到】
: 收到,谢谢兄弟。看来允许个小误差就好。:)
avatar
c*y
24
这就叫计算机算命!
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。