Var1:=(2*CLOSE+HIGH+LOW)/4;
Var2:=LLV(LOW,34);
Var3:=HHV(HIGH,34);
Var4:=LLV(LOW,13);
Var5:=HHV(HIGH,13);
Var6:=EMA((Var1-Var4)/(Var5-Var2)*100,5);
Var7:=EMA((Var1-Var2)/(Var3-Var2)*100,8);
{股旁网-股票公式网站 www.gupang.com}
金浪: Var6,coloryellow ,linethick2 ;
aa:ema(var6,7),colorf0f000;
海浪: Var7;
踏上金浪:if(cross(金浪,aa) and aa<=25 ,1,0),stick,colorred;
stickline(金浪<aa,金浪,aa,1,0),linethick6,color40cc00;
stickline(海浪,0,海浪,16,0),color40cc00;
stickline(海浪,0,海浪*0.9,16,0),color40bc00;
stickline(海浪,0,海浪*0.8,16,0),color40ae00;
stickline(海浪,0,海浪*0.6,16,0),color409c00;
stickline(海浪,0,海浪*0.4,16,0),color409000;
stickline(金浪>=aa,金浪,aa,16,0),coloryellow;
stickline(aa>=海浪,aa,海浪,16,0),color40cc00;
drawicon(cross(金浪,aa) and aa<=25 ,金浪,1);

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。