飞狐冲击波副图指标
源码
{冲击波D1}
a:=ema((c+o+high+low)/4,20);
上:=a*0.08;
下:=1-a*0.075;
b:=IF(CLOSE>下,上,下);
下沿:INTPART(CLOSE/b )*b,pointdot,linethick2,colorgreen;
上沿:下沿+b,pointdot,linethick2,coloryellow ;
中线:(下沿+上沿)/2,pointdot,linethick2,colorwhite;
《太阳鸟》趋势:a+a*0.008,colorwhite;