用了多年很好用能逃顶抓底的多空转折点指标
多空转折点
如图上证指数,红转绿为多头转空头转折点,当绿色块跌破绿色线,中线空即将来临。
绿转红为空头转多头转折点,当红色块突破红色线,中线多即将来临。
a1:=(ema((open+high+low+close)/4,3)+ema((open+high+low+close)/4,6)+ema((open+high+low+close)/4,9))/3;
a2:=(ema((open+high+low+close)/4,5)+ema((open+high+low+close)/4,10)+ema((open+high+low+close)/4,20))/3;
a3:=(ema((open+high+low+close)/4,7)+ema((open+high+low+close)/4,14)+ema((open+high+low+close)/4,28))/3;
a4:=(ema((open+high+low+close)/4,9)+ema((open+high+low+close)/4,18)+ema((open+high+low+close)/4,36))/3;
a5:=(ema((open+high+low+close)/4,11)+ema((open+high+low+close)/4,22)+ema((open+high+low+close)/4,44))/3;
a6:=(ema((open+high+low+close)/4,13)+ema((open+high+low+close)/4,26)+ema((open+high+low+close)/4,52))/3;
a7:=(ema((open+high+low+close)/4,21)+ema((open+high+low+close)/4,34)+ema((open+high+low+close)/4,68))/3;
var1:=forcast(a1,6);
var2:=forcast(a2,6);
var3:=forcast(a3,6);
var4:=forcast(a4,6);
var5:=forcast(a5,6);
var6:=forcast(a6,6);
var7:=forcast(a7,6);{好公式网-最好的股票公式网站 www.goodgongshi.com}
if(var1>ref(var1,1),var1,drawnull),pointdot,colorff00ff;
if(var1<ref(var1,1),var1,drawnull),pointdot,color00ff00;
if(var2>ref(var2,1),var2,drawnull),pointdot,colorff00ff;
if(var2<ref(var2,1),var2,drawnull),pointdot,color00ff00;
if(var3>ref(var3,1),var3,drawnull),pointdot,colorff00ff;
if(var3<ref(var3,1),var3,drawnull),pointdot,color00ff00;
if(var4>ref(var4,1),var4,drawnull),pointdot,colorff00ff;
if(var4<ref(var4,1),var4,drawnull),pointdot,color00ff00;
if(var5>ref(var5,1),var5,drawnull),pointdot,colorff00ff;
if(var5<ref(var5,1),var5,drawnull),pointdot,color00ff00;
if(var6>ref(var6,1),var6,drawnull),pointdot,colorff00ff;
if(var6<ref(var6,1),var6,drawnull),pointdot,color00ff00;
if(var7>ref(var7,1),var7,drawnull),linethick2,colorff00ff;
if(var7<ref(var7,1),var7,drawnull),linethick2,color00ff00;
towerc:=forcast(ema((3*close+2*open+high+low)/7,3),6);
directionmax:=max(ref(towerc,1),ref(towerc,1));
directionmin:=min(ref(towerc,1),ref(towerc,1));
stickline(towerc>=ref(towerc,1),towerc,directionmax,4,0),colorred;
stickline(towerc<ref(towerc,1),towerc,directionmin,4,0),color00ff00;
上一指标公式:两次金叉黑马抬头暴涨下载
下一指标公式:低位放量涨停回调选股下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文用了多年很好用能逃顶抓底的多空转折点指标下载仅供学习研究。