指标公式详细说明
好公式网(www.goodgongshi.com)告诉您:当前正要下载:根据凯恩斯双线理论编写操盘-大道至简 飞狐操盘编写
根据凯恩斯双线理论编写操盘指标,大道至简!
{操盘线源码}
止盈线:ema(c,7),linethick1,colorwhite;
工作线:ema(c,14),linethick1,coloryellow;
生命线:ema(c,25),colorred,linethick1;
drawicon(cross(工作线,生命线),工作线*0.95,5);
drawicon(cross(c,生命线) and c>ema(c,14),l*0.96,1);
drawicon(cross(止盈线,c) and ref(c,1)>ema(c,7) and ref(c,2)>ema(c,7) and ref(c,3)>ema(c,7) and ref(c,4)>ema(c,7),h*1.08,2);
drawtext(cross(ref(c,3),生命线) and ref(c,1)>ema(c,25) and ref(c,2)>ema(c,25) and c>ema(c,25) and ref(c,4)<ema(c,25) and ref(c,5)<ema(c,25),l*0.96,'$'),coloryellow;
drawtext(cross(工作线,c) and ref(c,1)>ema(c,25)and ref(c,1)>ema(c,14) and ref(c,2)>ema(c,14) and ref(c,3)>ema(c,14) and ref(c,4)>ema(c,14),h*1.05,'止损'),coloryellow;
drawtext(cross(生命线,c) and ref(c,1)>ema(c,25) and ref(c,2)>ema(c,25) and ref(c,3)>ema(c,25),h*1.03,'逃命'),colorgreen;
drawicon(cross(生命线,工作线),high*1.04,4);
{根据凯恩斯的双线理论编写,欢迎高手完善。
用法说明:
工作线在生命线之上才适合操作(出现笑脸);
线上阴线买入,买错了也要买; 线下阳线卖出,卖错了也要卖——主要指工作线。
生命线突破四天不破可阴线时买入(出现钱币后回抽买入,越接近均线越好);
连续两日跌破止赢线短线卖出(绿箭头出现关注第二天没收上短线止盈,中短线以上不管);
跌破工作线止损,跌破生命线逃命。}
>>>使用本站搜索工具可以找到更多“根据凯恩斯双线理论编写操盘-大道至简 飞狐操盘编写”