找回密码
 立即注册

QQ登录

只需一步,快速开始

广告载入中...
楼主: 长帆

带黄金柱的量柱指标

   火... [复制链接]
头像被屏蔽
发表于 2010-11-7 15:38 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

发表于 2010-11-7 15:50 | 显示全部楼层
悟性好,值得学习!
回复

使用道具 举报

发表于 2010-11-7 16:27 | 显示全部楼层
谢谢   楼主
回复

使用道具 举报

发表于 2010-11-7 16:32 | 显示全部楼层
应用的时候把里边的笑脸换成 :)   就是 冒号 加 右引号
回复

使用道具 举报

发表于 2010-11-7 17:19 | 显示全部楼层
DIF:=EMA(CLOSE,12)-EMA(CLOSE,26);
DEA:=EMA(DIF,9);
散户DIF-DEA)*2,LINESTICK,COLORYELLOW;
DIF1:=EMA(CLOSE,3)-EMA(CLOSE,8);
DEA1:=EMA(DIF1,5);
庄家DIF1-DEA1)*2,COLORMAGENTA,LINETHICK2;
回复

使用道具 举报

发表于 2010-11-7 23:29 | 显示全部楼层
回复 1# 长帆


    带黄金柱的量柱指标
回复

使用道具 举报

发表于 2010-11-8 17:42 | 显示全部楼层
十战七胜带黄金柱的量柱指标
回复

使用道具 举报

发表于 2010-11-8 17:53 | 显示全部楼层
多谢您的分享
回复

使用道具 举报

发表于 2010-11-8 17:57 | 显示全部楼层
带黄金柱的量柱指标
回复

使用道具 举报

发表于 2010-11-8 18:26 | 显示全部楼层
带黄金柱的量柱指标
回复

使用道具 举报

发表于 2010-11-8 18:37 | 显示全部楼层
带黄金柱的量柱指标
回复

使用道具 举报

发表于 2010-11-8 18:58 | 显示全部楼层
{凹口平量柱副图指标公式}
{特别鸣谢:黑马王子。此公式设计理念源自黑马王子。
此公式可同时选出7日-12日间的所以凹口平量柱。
使用副图指标,可以显示出各平量柱的时间段的长度}
xgx7:=abs((vol-ref(vol,7))/ref(vol,7))<0.04 and
vol>1.8*ref(vol,2) and
ref(vol,1)<ref(vol,7) and
ref(vol,2)<ref(vol,7) and
ref(vol,3)<ref(vol,7) and
ref(vol,(7-3))<ref(vol,7) and
ref(vol,(7-2))<ref(vol,7) and
ref(vol,(7-1))<ref(vol,7);

xgx8:=abs((vol-ref(vol,8))/ref(vol,8))<0.04 and
vol>1.8*ref(vol,2) and
ref(vol,1)<ref(vol,8) and
ref(vol,2)<ref(vol,8) and
ref(vol,3)<ref(vol,8) and
ref(vol,(8-3))<ref(vol,8) and
ref(vol,(8-2))<ref(vol,8) and
ref(vol,(8-1))<ref(vol,8);

xgx9:=abs((vol-ref(vol,9))/ref(vol,9))<0.04 and
vol>1.8*ref(vol,2) and
ref(vol,1)<ref(vol,9) and
ref(vol,2)<ref(vol,9) and
ref(vol,3)<ref(vol,9) and
ref(vol,(9-3))<ref(vol,9) and
ref(vol,(9-2))<ref(vol,9) and
ref(vol,(9-1))<ref(vol,9);

xgx10:=abs((vol-ref(vol,10))/ref(vol,10))<0.04 and
vol>1.8*ref(vol,2) and
ref(vol,1)<ref(vol,10) and
ref(vol,2)<ref(vol,10) and
ref(vol,3)<ref(vol,10) and
ref(vol,(10-3))<ref(vol,10) and
ref(vol,(10-2))<ref(vol,10) and
ref(vol,(10-1))<ref(vol,10);

xgx11:=abs((vol-ref(vol,11))/ref(vol,11))<0.04 and
vol>1.8*ref(vol,2) and
ref(vol,1)<ref(vol,11) and
ref(vol,2)<ref(vol,11) and
ref(vol,3)<ref(vol,11) and
ref(vol,(11-3))<ref(vol,11) and
ref(vol,(11-2))<ref(vol,11) and
ref(vol,(11-1))<ref(vol,11);

xgx12:=abs((vol-ref(vol,12))/ref(vol,12))<0.04 and
vol>1.8*ref(vol,2) and
ref(vol,1)<ref(vol,12) and
ref(vol,2)<ref(vol,12) and
ref(vol,3)<ref(vol,12) and
ref(vol,(12-3))<ref(vol,12) and
ref(vol,(12-2))<ref(vol,12) and
ref(vol,(12-1))<ref(vol,12);

drawtext(xgx7,1,'7日平量柱');
drawtext(xgx8,1,'8日平量柱',10);
drawtext(xgx9,1,'9日平量柱',20);
drawtext(xgx10,1,'10日平量柱',30);
drawtext(xgx11,1,'11日平量柱',40);
drawtext(xgx12,1,'12日平量柱',50);
回复

使用道具 举报

发表于 2010-11-8 19:26 | 显示全部楼层
天天学习,好好向上!
回复

使用道具 举报

发表于 2010-11-8 20:31 | 显示全部楼层
ssssssssssssssssss
回复

使用道具 举报

发表于 2010-11-8 21:38 | 显示全部楼层
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|股海明灯官网 ( 京ICP备18020431号 )

GMT+8, 2024-9-25 10:33 , Processed in 0.108065 second(s), Total 8, Slave 7 queries , Gzip On, MemCached On.

Powered by Discuz! X3.5

Copyright © 2001-2024 Tencent Cloud.

快速回复 返回顶部 返回列表