人我行
发表于 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
:handshake