多年不玩发个大家过过瘾——均线理论主图公式
{通道}
中轴:=ma(close,21);
压力:=(ma(close,21) + 2*std(close,21));
支撑:=(ma(close,21) - 2*std(close,21));
{布林}
布林:=hhv(hhv(low,5),30);
出世:=ema(ema(布林,20)-2*std(布林,20),3);
入世:=ema(ema(布林,5)+2*std(布林,5),18);
布林重心:=(出世+入世)/2;
非常态:ma(布林重心,20),,circledot;
cg:=简单移动平均(收盘价,20),;
上20:最高值(cg,3);
下20:条件函数(cg<上20,(cg-(上20-cg)),上20);
cg1:=简单移动平均(收盘价,90),;
上90:最高值(cg1,3);
下90:条件函数(cg1<上90,(cg1-(上90-cg1)),上90);
cg2:=简单移动平均(收盘价,250),;
上250:最高值(cg2,3);
下250:条件函数(cg2<上250,(cg2-(上250-cg2)),上250);
cg3:=简单移动平均(收盘价,480),;
上480:最高值(cg3,3);
下480:条件函数(cg3<上480,(cg3-(上480-cg3)),上480);
中轴:=简单移动平均(收盘价,21),colorff5700;
上轴:=最高值(中轴,3),colorffff99;
下轴:=条件函数(中轴<上轴,(中轴-(上轴-中轴)),上轴),colorffff99;
压力:=(简单移动平均(收盘价,21) + 2*估算标准差(收盘价,21)),color99cc66,linethick1;
支撑:=(简单移动平均(收盘价,21) - 2*估算标准差(收盘价,21)),color99cc66,linethick1;
{时间函数}
var0:=条件函数(年月日>891230 and 年月日<1270101,1,0);
{通道}
中轴:=ma(close,21);
压力:=(ma(close,21) + 2*std(close,21));
支撑:=(ma(close,21) - 2*std(close,21));
{布林}
布林:=hhv(hhv(low,5),30);
出世:=ema(ema(布林,20)-2*std(布林,20),3);
入世:=ema(ema(布林,5)+2*std(布林,5),18);
非常态重心:=(出世+入世)/2;
{琴心之常态k线}
大雪:=ma((high+low+close)/3,8);
无痕:=ma((high+low+close)/3,21) ;
天下有雪:=ma(cost(50) ,3);
var1:=ema((open+close)/2,26);
var2:=ma(cost(30),3);
var3:=ma(cost(80),3);
var4:=(high+low+close)/3;
var5:=ema((open+high+low+close)/4,233);
var6:=var5+var5*6/100;
画柱线(var4>0.1 and var0,最高价,最低价,0.5,0),colorwhite ;
画柱线(var4<天下有雪 and var4>无痕 or var4<var5 and var4>无痕 or var4>无痕 and var1>无痕 and var0,最高价,最低价,0.5,0), colorgreen ;
画柱线(var4>天下有雪 and var4>var1 and var4>var5 and var2>向前引用(var2,1) or var4>var2 and var4>var1 and var4>var5 and var2>向前引用(var2,1) and var0,最高价,最低价,0.5,0),colorred ;
画柱线(var4>var6 and var4>var3 and 大雪>无痕 and var1>向前引用(var1,1) and var0,最高价,最低价,0.5,0),colorred;
画柱线(var4>0.1 and 收盘价<开盘价 and var0,开盘价,收盘价,9,0), colorwhite;
画柱线(var4>0.1 and 收盘价>=开盘价 and var0,开盘价,收盘价,9,1), ,colorwhite ;
画柱线(var4<天下有雪 and var4>无痕 and 收盘价<开盘价 or var4<var5 and var4>无痕 and 收盘价<开盘价 or var4>无痕 and var0 and var1>无痕 and 收盘价<开盘价,开盘价,收盘价,9,0), colorgreen ;
画柱线(var4<天下有雪 and var4>无痕 and 收盘价>开盘价 or var4<var5 and var4>无痕 and 收盘价>开盘价 or var4>无痕 and var0 and var1>无痕 and 收盘价>=开盘价,开盘价,收盘价,9,1), colorgreen;
画柱线(var4>天下有雪 and var4>var1 and var4>var5 and var2>向前引用(var2,1) and 收盘价<开盘价 or var4>var2 and var0 and var4>var1 and var4>var5 and var2>向前引用(var2,1) and 收盘价<开盘价,开盘价,收盘价,9,0), colorred;
画柱线(var4>天下有雪 and var4>var1 and var4>var5 and var2>向前引用(var2,1) and 收盘价>开盘价 or var4>var2 and var0 and var4>var1 and var4>var5 and var2>向前引用(var2,1) and 收盘价>=开盘价,开盘价,收盘价,9,1), colorred ;
画柱线(var4>var6 and var4>var3 and 大雪>无痕 and var1>向前引用(var1,1) and var0 and 收盘价<开盘价,开盘价,收盘价,9,0), colorred;
画柱线(var4>var6 and var4>var3 and 大雪>无痕 and var1>向前引用(var1,1) and var0 and 收盘价>=开盘价,开盘价,收盘价,9,1), colorred ;
画柱线(1 and var0,收盘价,开盘价,0.5,0),colorwhite;{好公式网www.goodgongshi.com}
{琴心之非常态k线}
mid:=ma(close,20);
upper:=mid+2*std(close,20);
lower:=mid-2*std(close,20);
v1:=(close-lower)/(upper-lower)*100;
v2:=v1-ema(v1,5);
k1:=sum(llv(v2,4),4)/4;
v3:=ema(v2,64)*10;
v4:=ema(0.4*v2*(-1),3);
v5:=-1*ema(v2,39)*10;
a:=v3>10;
b:=v2>v4;
d:=v5>10;
e:=v3<=10 or v2<=v4 or v5<=10;
ks:=(close-sma(close,13,1))/sma(close,13,1)*(-100);
rks:=ref(ks,1);
mls:=rks/ks>1.23 and rks>13 and close/ref(close,1)>1.03;
stickline( close>入世 and 非常态重心>支撑 and 非常态重心<压力 and close>ref(close,1) and var0,high,low,0,1),colormagenta;
stickline( close>入世 and 非常态重心>支撑 and 非常态重心<压力 and close>ref(close,1) and var0,close,open,9,1),colormagenta;
stickline(close<压力 and close>入世 and 非常态重心>支撑 and 非常态重心<压力 and close<ref(close,1) and var0,high,low,0,0),colormagenta;
stickline(close<压力 and close>入世 and 非常态重心>支撑 and 非常态重心<压力 and close<ref(close,1) and var0,close,open,9,0),colormagenta;
stickline(1,close,open,0.5,0),colorwhite;
var3:=(close-llv(low,26))/(hhv(high,26)-llv(low,26))*100;
var4:=sma(sma(var3,3,1),3,1);
var5:=ema(var4,5);
var6:=var5;
var7:=3*var4-2*var5;
var8:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;
k:=sma(var8,3,1);
d:=sma(k,3,1);
var9:=3*k-2*d;
vara:=llv(low,36);
varb:=hhv(high,30);
varc:=ema((close-vara)/(varb-vara)*4,4)*25;
趋势:=varc ;
aa:=成交量/((最高价-最低价)*2-绝对值(收盘价-开盘价));
主动买盘:=条件函数(收盘价>开盘价,aa*(最高价-最低价),条件函数(收盘价<开盘价,aa*((最高价-开盘价)+(收盘价-最低价)),成交量/2));
主动卖盘:=条件函数(收盘价>开盘价,0-aa*((最高价-收盘价)+(开盘价-最低价)),条件函数(收盘价<开盘价,0-aa*(最高价-最低价),0-成交量/2));
var2:=(收盘价-最低值(最低价,27))/(最高值(最高价,27)-最低值(最低价,27))*100;
var31:=移动平均(var2,3,1);
var41:=移动平均(var31,9,1);
var2:=最高价-最低价;
var3:=绝对值(开盘价-收盘价);
var4:=最高价-条件函数(收盘价>开盘价,收盘价,开盘价);
var5:=条件函数(收盘价>开盘价,开盘价,收盘价)-最低价;
var6:=var3/var2*成交量;
var7:=var4/var2*成交量;
var8:=var5/var2*成交量;
rsv:=(收盘价-最低值(最低价,7))/(最高值(最高价,7)-最低值(最低价,7))*100;
rsv1:=(收盘价-最低值(最低价,38))/(最高值(最高价,38)-最低值(最低价,38))*100;
流金:=移动平均(rsv1,5,1),colorred;
中多:=移动平均(流金,10,1),color66cc33;vare:=(收盘价-最低值(最低价,34))/(最高值(最高价,34)-最低值(最低价,34))*100;
残局线:= 移动平均(移动平均(vare,3,1),3,1), colorblue;
短多:=3*移动平均(vare,3,1)-2*残局线, colorred;
短买:=if(cross(趋势,10) and 趋势>10,50,0);
stickline(mls=1 and 主动买盘>主动卖盘 and 当日上涨 and var31>var41 and var6>=var7 and var6>=var8 and 短多>=中多 and var0 and 收盘价>开盘价 and var0,最高价,最低价,0,1),colormagenta;
stickline(mls=1 and 主动买盘>主动卖盘 and 当日上涨 and var31>var41 and var6>=var7 and var6>=var8 and 短多>=中多 and var0 and 收盘价>开盘价 and var0,开盘价,收盘价,9,1),colormagenta;
画柱线(收盘价>=开盘价 and 主动买盘>主动卖盘 and 当日上涨 and var31>var41 and var6>=var7 and var6>=var8 and 短多>=中多 and var0 and 收盘价>开盘价 and 短买,最高价,最低价,0,0),colormagenta;
画柱线(收盘价>=开盘价 and 主动买盘>主动卖盘 and 当日上涨 and var31>var41 and var6>=var7 and var6>=var8 and 短多>=中多 and var0 and 收盘价>开盘价 and 短买,收盘价,开盘价,9,1),colormagenta;
{琴心之多头阳线}
画柱线(主动买盘>主动卖盘 and 当日上涨 and var31>var41 and var6>=var7 and var6>=var8 and 短多>=中多 and var0 and 收盘价>开盘价,开盘价,收盘价,4,0), , colorred;
画柱线(主动买盘>主动卖盘 and 当日上涨 and var31>var41 and var6>=var7 and var6>=var8 and 短多>=中多 and var0 and 收盘价>开盘价,最高价,最低价,0,1),colorred;
画柱线(1,收盘价,开盘价,0.5,0),colorwhite;
{琴心之空头阴线}
成交:=成交量;
var2:=(收盘价-最低值(最低价,27))/(最高值(最高价,27)-最低值(最低价,27))*100;
var3:=移动平均(var2,3,1);
var4:=移动平均(var3,9,1);
var5:=3*var3-2*var4;
var6:=成交量;
hh:=var3<=var4;
var2:=high-low;
var3:=abs(open-close);
var4:=high-if(close>open,close,open);
var5:=if(close>open,open,close)-low;
var6:=var3/var2*vol; //www.goodgongshi.com
var7:=var4/var2*vol;
var8:=var5/var2*vol;
var9:=if(vol/capital>0.001,1,exp(abs(log(vol/capital*100))));
vara:=(close-ma(close,5))/ma(close,5)*100;
varb:=ma(close,5)>ma(close,10) and ma(close,10)>ma(close,30) and ma(close,30)>ma(close,60);
varc:=ma(close,5)<ma(close,10) and ma(close,10)<ma(close,30);
下攻量:=var6>=var7 and var6>=var8 and close<open;
rsv:=(收盘价-最低值(最低价,7))/(最高值(最高价,7)-最低值(最低价,7))*100;
rsv1:=(收盘价-最低值(最低价,38))/(最高值(最高价,38)-最低值(最低价,38))*100;
流金:=移动平均(rsv1,5,1),colorred;
中多:=移动平均(流金,10,1),color66cc33;vare:=(收盘价-最低值(最低价,34))/(最高值(最高价,34)-最低值(最低价,34))*100;
残局线:= 移动平均(移动平均(vare,3,1),3,1), colorblue;
短多:=3*移动平均(vare,3,1)-2*残局线, colorred;
画柱线(主动买盘<绝对值(主动卖盘) and 收盘价<开盘价 and hh and 下攻量 and 短多<中多 and var0 ,收盘价,开盘价,4,0),colorff6633;
画柱线(主动买盘<绝对值(主动卖盘) and 收盘价<开盘价 and hh and 下攻量 and 短多<中多 and var0 ,最高价,最低价,0,0),colorff6633;
画柱线(1,收盘价,开盘价,0.5,0),colorwhite;
{风险栅栏}
a:="399001$close";//d
b:=wma(a,20);//dmiy
b1:=ma(b,3);
b2:=ma(b,5);
b3:=ma(b,21);
b4:=ma(b,34);//下面也可简化,懒了
x:=ref(close,1)<ref(close,2) and ref(vol,1)>max(ref(ma(vol,5),1),max(ref(ma(vol,10),1),ref(ma(vol,20),1))) and ref(vol,1)>ref(ma(vol,20),1)*1.1;
y:=if(x,min(ref(low,1),low),0);
z1:=ref(y,barslast(x)),colorffef40;
x1:=ref(close,1)<ref(open,1) and ref(vol,1)>max(ref(ma(vol,5),1),max(ref(ma(vol,10),1),ref(ma(vol,20),1))) and ref(amount,1)=ref(hhv(amount,20),1) or ref(close,1)<ref(open,1) and ref(amount,1)=ref(hhv(amount,20),1);
y1:=if(x1,ref(close,1),0);
z2:=ref(y1,barslast(x1)),colorred,colorffff;
上一指标公式:大胆拼搏金融一网变盘逃顶公式下载
下一指标公式:三浪初期金山谷选股主图公式下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文多年不玩发个大家过过瘾——均线理论主图公式下载仅供学习研究。