upqk:=low-ref(high,1);
stickline(close>ref(close,1) and upqk>0,ref(high,1),low,15,1),coloryellow;
downqk:=ref(low,1)-high;
stickline(close<ref(close,1) and downqk>0,ref(low,1),high,15,1),colorgreen;
ma10:ma(close,170),color0000ff;
ma20:ma(close,350),colorff0080;
drawkline(h,o,l,c);
n:=20;t:=20;
m1:=ma(c,n);
hpb:=ref(hhv(h,n),1);
lpb:=ref(llv(l,t),1);
buyin:=h>hpb ;
buyexit:=l<lpb;
singal:=if(buyin,1,if(buyexit,-1,0));
currsign:=ref(singal,barslast(singal));
uptrend:=currsign= 1;
dwtrend:=currsign=-1;
// {跟踪止损};
空平:=if(dwtrend,hpb,m1),linethick2;
多止:=if(uptrend,lpb,m1),linethick2;
信号持续:=if(dwtrend,barslast(uptrend),barslast(dwtrend)),linethick0;
drawicon(barslast(dwtrend)=1,多止,4);
drawicon(barslast(uptrend)=1,空平,5);
drawgbklast(close>0,strip(rgb(95,95,95),rgb(0,0,0),0));
var1:=amount/vol/100;
指导: ema((ema(close,4)+ema(close,6)+ema(close,12)+ema
(close,24))/4,2),colorwhite;
界: ma(close,27),coloryellow;
红轨道:ma(ma(close,3),1),linethick1,color0000ff;
绿轨道:ma(ma(close,3),3),linethick1,color00ff00;
//{波动}
trtr:= max(max((high-low),abs(ref(close,1)-high)),abs(ref(close,1)-low));
atr := ma(tr,10);
stickline((tr>atr*1.5) and (c <o),o,c,4,0),color00ff00;
stickline((tr>atr*1.5) and (c >o),o,c,4,0),colormagenta;
上一指标公式:庖丁解牛破洗指标公式详解 同花顺庖丁解牛
下一指标公式:自用指标公式详解 同花顺自用
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文海龟股大盘迅速下跌中的海龟指标公式详解 同花顺下跌大盘仅供学习研究。