八达网

标题: 为8da股友放出我的股票交易系统 [打印本页]

作者: saf8221    时间: 2007-11-27 14:23
标题: 为8da股友放出我的股票交易系统
ma1:=ma(close,5);
ma2:=ma(close,10);

e:= close>=ref(high,1) and close>=ref(high,2) and close>=ref(high,3) and close>=ref(high,4) and close>=ref(high,5) and close>=ref(high,6) and close>=ref(high,7) and close>=ref(high,8) and close>=ref(high,9) and close>=ref(high,10);
x:= count(cross(ma1,ma2),5)>=1;

buy:ma1>=ref(ma1,1) and ma2>=ref(ma2,1) and e and x;
sell:ma1<=ref(ma1,1) and ma2<=ref(ma2,1) and close<=ma1;

以上是我交易系统的主要部分,我可保证此系统绩效不比中国任何收钱的吹的天花乱缀的系统差。
工作环境大智慧,权证请采用15分钟线,操作在K线完成前1-2分钟,A股用日线,操作在收盘前15分钟。普通股友请采用固定百分比帐户入场,资深股友可自行调整头寸。
优化过滤属个人机密,恕不放出。
作者: 好湿    时间: 2007-11-27 14:24
怎么用?
作者: 小佳    时间: 2007-11-27 14:27

作者: 小佳    时间: 2007-11-27 14:28
e:= close>=ref(high,1) and close>=ref(high,2) and close>=ref(high,3) and close>=ref(high,4) and close>=ref(high,5) and close>=ref(high,6) and close>=ref(high,7) and close>=ref(high,8) and close>=ref(high,9) and close>=ref(high,10);

。。。
作者: billybriggs    时间: 2007-11-27 14:28
天书啊。。。
作者: saf8221    时间: 2007-11-27 14:29
将代码copy到大智慧自编指标,设个名字叫“指标”什么的,确定后转到个股K线图,在最下方窗口右键选择“技术指标”--》“技术指标其它”-》“指标”。
黄线买入,紫线卖出。
作者: xiaokaizi的马甲    时间: 2007-11-27 14:31
股票界的星际理论no1大师居然在8da出现了?
作者: 大兔    时间: 2007-11-27 14:34
不会用啊
作者: 大兔    时间: 2007-11-27 14:37
会了,但是感觉不是很好呀
作者: 姑娘    时间: 2007-11-27 14:41
这样?

1111111111.jpg (37.06 KB, 下载次数: 12)

1111111111.jpg


作者: saf8221    时间: 2007-11-27 14:45
是,有兴趣的可以去统计它的平均盈利。
没有必胜的系统,只有盈利的系统。
作者: Lark    时间: 2007-11-27 14:46
支持原创
作者: nkwd    时间: 2007-11-27 14:50
不管股票。。顶下
作者: [HNMU]Lee    时间: 2007-11-27 15:15
...
作者: daniel927    时间: 2007-11-27 15:16
提示: 作者被禁止或删除 内容自动屏蔽
作者: Seul    时间: 2007-11-27 15:17
提示: 作者被禁止或删除 内容自动屏蔽
作者: So.k-kiss    时间: 2007-11-27 15:19
日妈,ATM也懂股票,奇迹也
作者: 四季豆豆    时间: 2007-11-27 16:37
  日妈 我知道是谁了
作者: lurk001    时间: 2007-11-27 18:40
强势股:macd 金叉 买 macd 死叉卖
弱势股:macd 底背离买

不知道和你的收益比 哪个高,自己有时间去对照一下,等均线金叉 行情已经走了20%以上,你这个指标只适合牛皮市,牛皮市的特征就是 买股票赚钱,可笑。
作者: ddcczz001    时间: 2007-11-27 21:07
指望这些是没戏的
作者: opos    时间: 2007-11-27 21:09
提示: 作者被禁止或删除 内容自动屏蔽
作者: buffonfzy    时间: 2007-11-27 21:11
靠 完全看不懂
作者: CraZy_Lee    时间: 2007-11-27 21:37
强大!
作者: newwangy    时间: 2007-11-27 21:48
我喜欢通达信
作者: RedGuest    时间: 2007-11-27 21:48
ma1:=ma(close,5);  // 5日平均收盘价
ma2:=ma(close,10); // 10日平均收盘价

e:= close>=ref(high,1) and close>=ref(high,2) and close>=ref(high,3) and close>=ref(high,4) and close>=ref(high,5) and close>=ref(high,6) and close>=ref(high,7) and close>=ref(high,8) and close>=ref(high,9) and close>=ref(high,10);
e赋值为: 当日收盘价要大于前10的最高价(true or false)
x:= count(cross(ma1,ma2),5)>=1;
x赋值为:5日平均线与10日平均线的金叉次数要大于1

buy:ma1>=ref(ma1,1) and ma2>=ref(ma2,1) and e and x;
如果e满足,x满足,并且5日均线上升,10日均线上升,则买入
sell:ma1<=ref(ma1,1) and ma2<=ref(ma2,1) and close<=ma1;
如果5日均线下降,10日均线下降 并且 收盘价小于5日均线,卖出

全部是从价格的角度考虑的,不是很准确,很容易受庄家的欺骗啊...
一定要结合量和筹码分布来考虑趋势....
作者: 对不起我是仲裁    时间: 2007-11-27 21:57
留名,明天验证
作者: sckaka    时间: 2007-11-27 22:25
晕。。。
作者: 吃完泡面再说    时间: 2007-11-27 22:43
顶背离

    当股价K线图上的股票走势一峰比一峰高,股价一直在向上涨,而MACD指标图形上的由红柱构成的图形的走势是一峰比一峰低,即当股价的高点比前一次的高点高、而MACD指标的高点比指标的前一次高点低,这叫顶背离现象。顶背离现象一般是股价在高位即将反转转势的信号,表明股价短期内即将下跌,是卖出股票的信号。

   底背离

    底背离一般出现在股价的低位区。当股价K线图上的股票走势,股价还在下跌,而MACD指标图形上的由绿柱构成的图形的走势是一底比一底高,即当股价的低点比前一次低点底,而指标的低点却比前一次的低点高,这叫底背离现象。底背离现象一般是预示股价在低位可能反转向上的信号,表明股价短期内可能反弹向上,是短期买入股票的信号。

    在实践中,MACD指标的背离一般出现在强势行情中比较可靠,股价在高价位时,通常只要出现一次背离的形态即可确认位股价即将反转,而股价在低位时,一般要反复出现几次背离后才能确认。因此,MACD指标的顶背离研判的准确性要高于底背离,这点投资者要加以留意
作者: becktom    时间: 2007-11-27 23:36
谁能截图,怎么输入进去?
作者: 4比2Pj    时间: 2007-11-28 00:40
ppoooooooooooooooooooooooooooo
作者: 4比2Pj    时间: 2007-11-28 00:43
aaaaaaaaaaaaaaaaaaaa




欢迎光临 八达网 (https://www.8-da.com/) Powered by Discuz! X2.5