![]() |
在這個頁面顯示本主題全部的 5 個文章 |
奇狐社區論壇 (http://www.chiefox.com.tw/bbs/index.php)
- 問題交流 (http://www.chiefox.com.tw/bbs/forumdisplay.php?forumid=28)
-- [問題]請問語法哪裡有問題 只有平頂 顯示而已 (http://www.chiefox.com.tw/bbs/showthread.php?threadid=15850)
[問題]請問語法哪裡有問題 只有平頂 顯示而已
{2根k線組合}
平頂:=h=ref(h,1) or (h=ref(h,2) and h>ref(h,1));
drawtext(平頂,h*1.01,'平頂'),colorgreen;
partline(平頂,h),colorgreen;
平底:=l=ref(l,1) or (l=ref(l,2) and l<ref(l,1));
drawtext(平底,l*0.99,'平底'),colorgreen;
partline(平底,l),colorgreen;
陽子母:=c>ref(max(c,o),1) and h>ref(h,1) and l<ref(l,1) and c>o and ref(max(c,o),1)/ref(min(c,o),1)>1.01 and (o<>l or c<>h);
drawtext(陽子母,l*0.99,'陽子母'),coloryellow;
陰子母:=c<ref(min(c,o),1) and h>ref(h,1) and l<ref(l,1) and c<o and ref(max(c,o),1)/ref(min(c,o),1)>1.01 and (o<>h or c<>l);
drawtext(陰子母,h*1.01,'陰子母'),colorblue;
陰母子:=c>ref(min(c,o),1) and h<ref(h,1) and l>ref(l,1) and c<o and c/o<0.99;
drawtext(陰母子,h*1.01,'陰母子'),colorblue;
陽母子:=c<ref(max(c,o),1) and h<ref(h,1) and l>ref(l,1) and c>o and c/o>1.01;
drawtext(陽母子,l*0.99,'陽母子'),coloryellow;
烏雲蓋頂:=ref(c,1)/ref(o,1)>1.03 and c<o and h>ref(h,1) and c>ref(o,1) and l>ref(l,1) and o>ref(h,1) and c<(ref(c,1)+ref(o,1))/2;
drawtext(烏雲蓋頂,h*1.01,'烏雲蓋頂'),colorblue;
曙光初現:=ref(o,1)/ref(c,1)>1.03 and c>o and h<ref(h,1) and c<ref(o,1) and l<ref(l,1) and o<ref(l,1) and c>(ref(c,1)+ref(o,1))/2;
drawtext(曙光初現,l*0.99,'曙光初現'),coloryellow;
空戳多:=c<ref(c,1) and ref(c,1)/ref(o,1)>1.03 and c<o and h>ref(h,1) and c>ref(o,1) and l>ref(l,1) and o>ref(h,1) and c>(ref(c,1)+ref(o,1))/2;
drawtext(空戳多,h*1.01,'空戳多'),colorblue;
多戳空:=c>ref(c,1) and ref(o,1)/ref(c,1)>1.03 and c>o and h<ref(h,1) and c<ref(o,1) and l<ref(l,1) and o<ref(l,1) and c<(ref(c,1)+ref(o,1))/2;
drawtext(多戳空,l*0.99,'多戳空'),coloryellow;
空頭反攻:=c=ref(c,1) and ref(c,1)/ref(o,1)>1.03 and c<o and h>ref(h,1) and c>ref(o,1) and l>ref(l,1) and o>ref(h,1);
drawtext(空頭反攻,h*1.01,'空頭反攻'),colorblue;
多頭反攻:=c=ref(c,1) and ref(o,1)/ref(c,1)>1.03 and c>o and h<ref(h,1) and c<ref(o,1) and l<ref(l,1) and o<ref(l,1);
drawtext(多頭反攻,l*0.99,'多頭反攻'),coloryellow;
玉柱:=c>ref(max(c,o),1) and h>ref(h,1) and l<ref(l,1) and c>o and ref(max(c,o),1)/ref(min(c,o),1)>1.01 and o=l and c=h;
drawtext(玉柱,l*0.99,'玉柱'),coloryellow;
危樓:=c<ref(min(c,o),1) and h>ref(h,1) and l<ref(l,1) and c<o and ref(max(c,o),1)/ref(min(c,o),1)>1.01 and o=h and c=l;
drawtext(危樓,h*1.01,'危樓'),colorblue;
{3根k線組合}
紅三兵:=count(h/c<1.02,3)=3 and count(c/o>1.01,3)=3 and count(c>ref(c,1),2)=2 and count(h>ref(h,1),2)=2 and count(l>ref(l,1),2)=2 and abs(ref(c,2)/ref(o,2)-ref(c,1)/ref(o,1))<0.02 and abs(ref(c,1)/ref(o,1)-c/o)<0.02;
drawtext(紅三兵,l*0.99,'紅三兵'),coloryellow;
黑三兵:=count(c/l<1.02,3)=3 and count(o/c>1.01,3)=3 and count(c<ref(c,1),2)=2 and count(h<ref(h,1),2)=2 and count(l<ref(l,1),2)=2 and abs(ref(c,2)/ref(o,2)-ref(c,1)/ref(o,1))<0.02 and abs(ref(c,1)/ref(o,1)-c/o)<0.02;
drawtext(黑三兵,h*1.01,'黑三兵'),colorblue;
大敵當前:=count(c/o<1.03,2)=2 and count(h/c>1.015,2)=2 and count(c>o,3)=3 and count(c>ref(c,1),2)=2 and count(h>ref(h,1),2)=2 and count(l>ref(l,1),2)=2 and ref(c,2)/ref(o,2)>1.03 and ref(c,2)/ref(o,2)>ref(c,1)/ref(o,1) and ref(c,2)/ref(o,2)>c/o and h/c>ref(h/c,2) and ref(h/c,1)>ref(h/c,2);
drawtext(大敵當前,l*0.99,'大敵當前'),colorblue;
步步為營:=count(c>o,3)=3 and count(c>ref(c,1),2)=2 and count(h>ref(h,1),2)=2 and count(l>ref(l,1),2)=2 and (ref(c/o,2)>1.03 or ref(c/o,1)>1.03) and c/o<ref(c/o,2) and c/o<ref(c/o,1 and h/c>ref(h/c,2) and h/c>ref(h/c,1)) and h/c>1.02;
drawtext(步步為營,l*0.99,'步步為營'),colorblue;
離黑戰車:=ref(c/o,2)>1.01 and ref(o/c,1)>1.01 and c/o>1.01 and ref(h/c,2)<1.02 and ref(h/o,1)<1.02 and h/c<1.02 and ref(o,1)>ref(c,2) and c>ref(o,1) and count(h>ref(h,1),2)=2 and count(l>ref(l,1),2)=2 and abs(ref(c/o,2)-ref(o/c,1))<0.02 and abs(ref(o/c,1)-c/o)<0.02 and ref(c,1)>ref(o,2);
drawtext(離黑戰車,l*0.99,'離黑戰車'),coloryellow;
離白戰車:=ref(o/c,2)>1.01 and ref(c/o,1)>1.01 and o/c>1.01 and ref(h/o,2)<1.02 and ref(h/c,1)<1.02 and h/o<1.02 and (ref(c,1)=ref(o,2) or ref(c,1)<ref(o,2)) and o<ref(c,1) and c<ref(o,1) and count(h<ref(h,1),2)=2 and count(l<ref(l,1),2)=2 and abs(ref(c/o,2)-ref(o/c,1))<0.02 and abs(ref(o/c,1)-c/o)<0.02;
drawtext(離白戰車,h*1.01,'離白戰車'),colorblue;
晨星:=(ref(c/o,2)<0.97 and abs(ref(c/o,1)-1)<0.015 and c/o>1.025 and ref(max(c,o),1)<ref(c,2) and o>ref(max(c,o),1))
or (ref(c/o,3)<0.97 and abs(ref(c/o,1)-1)<0.02 and abs(ref(c/o,2)-1)<0.02 and c/o>1.025 and ref(max(c,o),2)<ref(c,3) and ref(max(c,o),1)<ref(c,3) and o>ref(max(c,o),1) and o>ref(max(c,o),2));
drawtext(晨星,l*0.99,'晨星'),coloryellow;
夜星:=(ref(o/c,2)<0.97 and abs(ref(c/o,1)-1)<0.015 and o/c>1.025 and ref(min(c,o),1)>ref(c,2) and o<ref(min(c,o),1))
or (ref(o/c,3)<0.97 and abs(ref(c/o,1)-1)<0.02 and abs(ref(c/o,2)-1)<0.02 and o/c>1.025 and ref(min(c,o),2)>ref(c,3) and ref(min(c,o),1)>ref(c,3) and o<ref(min(c,o),1) and o<ref(min(c,o),2));
drawtext(夜星,h*1.01,'夜星'),colorblue;
雙鴉:=ref(c/o,2)>1.03 and ref(o/c,1)-1<0.015 and ref(c,1)>ref(c,2) and ref(o,1)>ref(c,2) and o/c>1.025 and o<ref(o,1) and o>ref(c,1) and h<ref(h,1) and c<ref(c,2);
drawtext(雙鴉,h*1.01,'雙鴉'),colorblue;
雙鴉耀空:=ref(c/o,2)>1.03 and ref(o/c,1)<1.015 and o/c<1.015 and ref(c,1)>ref(c,2) and c>ref(c,2) and c<o and ref(c,1)<ref(o,1);
drawtext(雙鴉耀空,h*1.01,'雙鴉耀空'),colorblue;
上肩缺口:=ref(h,1)=ref(hhv(h,20),1) and count(ma(c,10)>ref(ma(c,10),1),13)>10 and ref(c/o,2)>1.03 and ref(c/o,1)>1.02 and ref(l,1)>ref(h,2) and h<ref(h,1) and o<ref(c,1) and l<ref(l,1) and c<ref(o,1) and o/c>1.02 and c>ref(h,2);
drawtext(上肩缺口,l*0.99,'上肩缺口'),coloryellow;
下肩缺口:=ref(l,1)=ref(llv(l,20),1) and count(ma(c,10)<ref(ma(c,10),1),13)>10 and ref(o/c,2)>1.03 and ref(o/c,1)>1 and ref(h,1)<ref(l,2) and l>ref(l,1) and c>ref(o,1) and h>ref(h,1) and o>ref(c,1) and c/o>1.02 and c<ref(l,2);
drawtext(下肩缺口,h*1.01,'下肩缺口'),colorblue;
{4根k線組合}
上揚三法:=ref(c/o,3)>1.03 and ref(h,2)>ref(h,3) and ref(c,2)<ref(c,3) and ref(o,2)>ref(c,3) and ref(h,1)<ref(h,2) and ref(l,1)<ref(l,2) and h<ref(h,1) and l<ref(l,1) and ref(c,1)<ref(c,2) and c<ref(c,1) and l>ref(o,3) and count(o/c>1.03,3)<2 and count(o/c>1.01,3)>1 and count(c<o,3)=3;
drawtext(上揚三法,l*0.99,'上揚三法'),coloryellow;
下跌三法:=ref(o/c,3)>1.03 and ref(l,2)<ref(l,3) and ref(c,2)>ref(c,3) and ref(o,2)<ref(c,3) and ref(h,1)>ref(h,2) and ref(l,1)>ref(l,2) and h>ref(h,1) and l>ref(l,1) and ref(c,1)>ref(c,2) and c>ref(c,1) and h<ref(o,3) and count(c/o>1.03,3)<2 and count(c/o>1.01,3)>1 and count(c>o,3)=3;
drawtext(下跌三法,h*1.01,'下跌三法'),colorblue;
寶塔翻白:=ref(count(c>ref(c,1),3),1)=0 and ref(count(c<o,3),1)=3 and l<ref(l,1) and o<ref(c,1) and h>ref(hhv(h,3),1) and c>ref(hhv(c,3),1);
drawtext(寶塔翻白,l*0.99,'寶塔翻白'),coloryellow;
寶塔翻黑:=ref(count(c<ref(c,1),3),1)=0 and ref(count(c>o,3),1)=3 and h>ref(h,1) and o>ref(c,1) and l<ref(llv(l,3),1) and c<ref(hhv(o,3),1);
drawtext(寶塔翻黑,h*1.01,'寶塔翻黑'),colorblue;
{多根k線組合}
離黑:=ma(c,13)>ref(ma(c,13),1) and ref(count(hhv(c,10)/llv(o,10)<1.15,10),1)=10 and o/ref(max(c,o),1)>1.01 and c/ref(h,1)>1.05 and h=hhv(h,15) and h/c<1.02;
drawtext(離黑,l*0.99,'離黑'),coloryellow;
離白:=ma(c,13)<ref(ma(c,13),1) and ref(count(hhv(c,10)/llv(o,10)<1.15,10),1)=10 and o/ref(min(c,o),1)<0.99 and c/ref(l,1)<0.95 and l=llv(l,15) and l/c<1.02;
drawtext(離白,h*1.01,'離白'),colorblue;
回覆: [問題]請問語法哪裡有問題 只有平頂 顯示而已
引用:
最初由 perryliu1688 發表
{2根k線組合}
平頂:=h=ref(h,1) or (h=ref(h,2) and h>ref(h,1));
drawtext(平頂,h*1.01,'平頂'),colorgreen;
partline(平頂,h),colorgreen;
平底:=l=ref(l,1) or (l=ref(l,2) and l<ref(l,1));
drawtext(平底,l*0.99,'平底'),colorgreen;
partline(平底,l),colorgreen;
陽子母:=c>ref(max(c,o),1) and h>ref(h,1) and l<ref(l,1) and c>o and ref(max(c,o),1)/ref(min(c,o),1)>1.01 and (o<>l or c<>h);
drawtext(陽子母,l*0.99,'陽子母'),coloryellow;
陰子母:=c<ref(min(c,o),1) and h>ref(h,1) and l<ref(l,1) and c<o and ref(max(c,o),1)/ref(min(c,o),1)>1.01 and (o<>h or c<>l);
drawtext(陰子母,h*1.01,'陰子母'),colorblue;
陰母子:=c>ref(min(c,o),1) and h<ref(h,1) and l>ref(l,1) and c<o and c/o<0.99;
drawtext(陰母子,h*1.01,'陰母子'),colorblue;
陽母子:=c<ref(max(c,o),1) and h<ref(h,1) and l>ref(l,1) and c>o and c/o>1.01;
drawtext(陽母子,l*0.99,'陽母子'),coloryellow;
烏雲蓋頂:=ref(c,1)/ref(o,1)>1.03 and c<o and h>ref(h,1) and c>ref(o,1) and l>ref(l,1) and o>ref(h,1) and c<(ref(c,1)+ref(o,1))/2;
drawtext(烏雲蓋頂,h*1.01,'烏雲蓋頂'),colorblue;
曙光初現:=ref(o,1)/ref(c,1)>1.03 and c>o and h<ref(h,1) and c<ref(o,1) and l<ref(l,1) and o<ref(l,1) and c>(ref(c,1)+ref(o,1))/2;
drawtext(曙光初現,l*0.99,'曙光初現'),coloryellow;
空戳多:=c<ref(c,1) and ref(c,1)/ref(o,1)>1.03 and c<o and h>ref(h,1) and c>ref(o,1) and l>ref(l,1) and o>ref(h,1) and c>(ref(c,1)+ref(o,1))/2;
drawtext(空戳多,h*1.01,'空戳多'),colorblue;
多戳空:=c>ref(c,1) and ref(o,1)/ref(c,1)>1.03 and c>o and h<ref(h,1) and c<ref(o,1) and l<ref(l,1) and o<ref(l,1) and c<(ref(c,1)+ref(o,1))/2;
drawtext(多戳空,l*0.99,'多戳空'),coloryellow;
空頭反攻:=c=ref(c,1) and ref(c,1)/ref(o,1)>1.03 and c<o and h>ref(h,1) and c>ref(o,1) and l>ref(l,1) and o>ref(h,1);
drawtext(空頭反攻,h*1.01,'空頭反攻'),colorblue;
多頭反攻:=c=ref(c,1) and ref(o,1)/ref(c,1)>1.03 and c>o and h<ref(h,1) and c<ref(o,1) and l<ref(l,1) and o<ref(l,1);
drawtext(多頭反攻,l*0.99,'多頭反攻'),coloryellow;
玉柱:=c>ref(max(c,o),1) and h>ref(h,1) and l<ref(l,1) and c>o and ref(max(c,o),1)/ref(min(c,o),1)>1.01 and o=l and c=h;
drawtext(玉柱,l*0.99,'玉柱'),coloryellow;
危樓:=c<ref(min(c,o),1) and h>ref(h,1) and l<ref(l,1) and c<o and ref(max(c,o),1)/ref(min(c,o),1)>1.01 and o=h and c=l;
drawtext(危樓,h*1.01,'危樓'),colorblue;
{3根k線組合}
紅三兵:=count(h/c<1.02,3)=3 and count(c/o>1.01,3)=3 and count(c>ref(c,1),2)=2 and count(h>ref(h,1),2)=2 and count(l>ref(l,1),2)=2 and abs(ref(c,2)/ref(o,2)-ref(c,1)/ref(o,1))<0.02 and abs(ref(c,1)/ref(o,1)-c/o)<0.02;
drawtext(紅三兵,l*0.99,'紅三兵'),coloryellow;
黑三兵:=count(c/l<1.02,3)=3 and count(o/c>1.01,3)=3 and count(c<ref(c,1),2)=2 and count(h<ref(h,1),2)=2 and count(l<ref(l,1),2)=2 and abs(ref(c,2)/ref(o,2)-ref(c,1)/ref(o,1))<0.02 and abs(ref(c,1)/ref(o,1)-c/o)<0.02;
drawtext(黑三兵,h*1.01,'黑三兵'),colorblue;
大敵當前:=count(c/o<1.03,2)=2 and count(h/c>1.015,2)=2 and count(c>o,3)=3 and count(c>ref(c,1),2)=2 and count(h>ref(h,1),2)=2 and count(l>ref(l,1),2)=2 and ref(c,2)/ref(o,2)>1.03 and ref(c,2)/ref(o,2)>ref(c,1)/ref(o,1) and ref(c,2)/ref(o,2)>c/o and h/c>ref(h/c,2) and ref(h/c,1)>ref(h/c,2);
drawtext(大敵當前,l*0.99,'大敵當前'),colorblue;
步步為營:=count(c>o,3)=3 and count(c>ref(c,1),2)=2 and count(h>ref(h,1),2)=2 and count(l>ref(l,1),2)=2 and (ref(c/o,2)>1.03 or ref(c/o,1)>1.03) and c/o<ref(c/o,2) and c/o<ref(c/o,1 and h/c>ref(h/c,2) and h/c>ref(h/c,1)) and h/c>1.02;
drawtext(步步為營,l*0.99,'步步為營'),colorblue;
離黑戰車:=ref(c/o,2)>1.01 and ref(o/c,1)>1.01 and c/o>1.01 and ref(h/c,2)<1.02 and ref(h/o,1)<1.02 and h/c<1.02 and ref(o,1)>ref(c,2) and c>ref(o,1) and count(h>ref(h,1),2)=2 and count(l>ref(l,1),2)=2 and abs(ref(c/o,2)-ref(o/c,1))<0.02 and abs(ref(o/c,1)-c/o)<0.02 and ref(c,1)>ref(o,2);
drawtext(離黑戰車,l*0.99,'離黑戰車'),coloryellow;
離白戰車:=ref(o/c,2)>1.01 and ref(c/o,1)>1.01 and o/c>1.01 and ref(h/o,2)<1.02 and ref(h/c,1)<1.02 and h/o<1.02 and (ref(c,1)=ref(o,2) or ref(c,1)<ref(o,2)) and o<ref(c,1) and c<ref(o,1) and count(h<ref(h,1),2)=2 and count(l<ref(l,1),2)=2 and abs(ref(c/o,2)-ref(o/c,1))<0.02 and abs(ref(o/c,1)-c/o)<0.02;
drawtext(離白戰車,h*1.01,'離白戰車'),colorblue;
晨星:=(ref(c/o,2)<0.97 and abs(ref(c/o,1)-1)<0.015 and c/o>1.025 and ref(max(c,o),1)<ref(c,2) and o>ref(max(c,o),1))
or (ref(c/o,3)<0.97 and abs(ref(c/o,1)-1)<0.02 and abs(ref(c/o,2)-1)<0.02 and c/o>1.025 and ref(max(c,o),2)<ref(c,3) and ref(max(c,o),1)<ref(c,3) and o>ref(max(c,o),1) and o>ref(max(c,o),2));
drawtext(晨星,l*0.99,'晨星'),coloryellow;
夜星:=(ref(o/c,2)<0.97 and abs(ref(c/o,1)-1)<0.015 and o/c>1.025 and ref(min(c,o),1)>ref(c,2) and o<ref(min(c,o),1))
or (ref(o/c,3)<0.97 and abs(ref(c/o,1)-1)<0.02 and abs(ref(c/o,2)-1)<0.02 and o/c>1.025 and ref(min(c,o),2)>ref(c,3) and ref(min(c,o),1)>ref(c,3) and o<ref(min(c,o),1) and o<ref(min(c,o),2));
drawtext(夜星,h*1.01,'夜星'),colorblue;
雙鴉:=ref(c/o,2)>1.03 and ref(o/c,1)-1<0.015 and ref(c,1)>ref(c,2) and ref(o,1)>ref(c,2) and o/c>1.025 and o<ref(o,1) and o>ref(c,1) and h<ref(h,1) and c<ref(c,2);
drawtext(雙鴉,h*1.01,'雙鴉'),colorblue;
雙鴉耀空:=ref(c/o,2)>1.03 and ref(o/c,1)<1.015 and o/c<1.015 and ref(c,1)>ref(c,2) and c>ref(c,2) and c<o and ref(c,1)<ref(o,1);
drawtext(雙鴉耀空,h*1.01,'雙鴉耀空'),colorblue;
上肩缺口:=ref(h,1)=ref(hhv(h,20),1) and count(ma(c,10)>ref(ma(c,10),1),13)>10 and ref(c/o,2)>1.03 and ref(c/o,1)>1.02 and ref(l,1)>ref(h,2) and h<ref(h,1) and o<ref(c,1) and l<ref(l,1) and c<ref(o,1) and o/c>1.02 and c>ref(h,2);
drawtext(上肩缺口,l*0.99,'上肩缺口'),coloryellow;
下肩缺口:=ref(l,1)=ref(llv(l,20),1) and count(ma(c,10)<ref(ma(c,10),1),13)>10 and ref(o/c,2)>1.03 and ref(o/c,1)>1 and ref(h,1)<ref(l,2) and l>ref(l,1) and c>ref(o,1) and h>ref(h,1) and o>ref(c,1) and c/o>1.02 and c<ref(l,2);
drawtext(下肩缺口,h*1.01,'下肩缺口'),colorblue;
{4根k線組合}
上揚三法:=ref(c/o,3)>1.03 and ref(h,2)>ref(h,3) and ref(c,2)<ref(c,3) and ref(o,2)>ref(c,3) and ref(h,1)<ref(h,2) and ref(l,1)<ref(l,2) and h<ref(h,1) and l<ref(l,1) and ref(c,1)<ref(c,2) and c<ref(c,1) and l>ref(o,3) and count(o/c>1.03,3)<2 and count(o/c>1.01,3)>1 and count(c<o,3)=3;
drawtext(上揚三法,l*0.99,'上揚三法'),coloryellow;
下跌三法:=ref(o/c,3)>1.03 and ref(l,2)<ref(l,3) and ref(c,2)>ref(c,3) and ref(o,2)<ref(c,3) and ref(h,1)>ref(h,2) and ref(l,1)>ref(l,2) and h>ref(h,1) and l>ref(l,1) and ref(c,1)>ref(c,2) and c>ref(c,1) and h<ref(o,3) and count(c/o>1.03,3)<2 and count(c/o>1.01,3)>1 and count(c>o,3)=3;
drawtext(下跌三法,h*1.01,'下跌三法'),colorblue;
寶塔翻白:=ref(count(c>ref(c,1),3),1)=0 and ref(count(c<o,3),1)=3 and l<ref(l,1) and o<ref(c,1) and h>ref(hhv(h,3),1) and c>ref(hhv(c,3),1);
drawtext(寶塔翻白,l*0.99,'寶塔翻白'),coloryellow;
寶塔翻黑:=ref(count(c<ref(c,1),3),1)=0 and ref(count(c>o,3),1)=3 and h>ref(h,1) and o>ref(c,1) and l<ref(llv(l,3),1) and c<ref(hhv(o,3),1);
drawtext(寶塔翻黑,h*1.01,'寶塔翻黑'),colorblue;
{多根k線組合}
離黑:=ma(c,13)>ref(ma(c,13),1) and ref(count(hhv(c,10)/llv(o,10)<1.15,10),1)=10 and o/ref(max(c,o),1)>1.01 and c/ref(h,1)>1.05 and h=hhv(h,15) and h/c<1.02;
drawtext(離黑,l*0.99,'離黑'),coloryellow;
離白:=ma(c,13)<ref(ma(c,13),1) and ref(count(hhv(c,10)/llv(o,10)<1.15,10),1)=10 and o/ref(min(c,o),1)<0.99 and c/ref(l,1)<0.95 and l=llv(l,15) and l/c<1.02;
drawtext(離白,h*1.01,'離白'),colorblue;
回覆: 回覆: [問題]請問語法哪裡有問題 只有平頂 顯示而已
引用:
最初由 cgjj 發表
剛看
並沒有您說的 "只有平頂" 被顯示的問題唷
請留意套用公式的商品或是週期適不適當
回覆: 回覆: 回覆: [問題]請問語法哪裡有問題 只有平頂 顯示而已
引用:
最初由 perryliu1688 發表
請問可以用在台當月嗎
如要用在 5分k 其與法不同嗎?
回覆: 回覆: 回覆: [問題]請問語法哪裡有問題 只有平頂 顯示而已
引用:
最初由 perryliu1688 發表
請問可以用在台當月嗎
如要用在 5分k 其與法不同嗎?
__________________
至誠能勝天下至偽
至拙能勝天下至巧
| 全部時間均為台灣時間, 現在時間為17:52 | 在這個頁面顯示本主題全部的 5 個文章 |
Powered by: vBulletin Version 2.3.0 - Copyright©2000-, Jelsoft Enterprises Limited.
簡愛洋行 製作 Copyright 2003-. All Rights Reserved.