input:p1(8);
var:Posit(0);
var:iLow(low); ilow = minlist(l,ilow);
value1 = highest(h,p1); if value1 >value1[1] then ilow =h;
if Lowest(l,p1) =ilow then value2 = ilow;
if value2 > value2[1] then value3 = value2;
plot1( value3,"短多維持線");
if C > value3
then
plot10(1,"參考點");
////////////////////////////////////////////////
請教我將上述指標改成選股
在選股1701中化outputfield1出來的和顯示的值有錯誤(有些股也有錯誤),麻煩幫忙看看如何修改 謝謝
input:p1(8);
var:iLow(low); ilow = minlist(l,ilow);
value1 = highest(h,p1); if value1 >value1[1] then ilow =h;
if Lowest(l,p1) =ilow then value2 = ilow;
if value2 > value2[1] then value3 = value2;
if C > value3
then
ret=1;
outputfield1(value3,"參考點");
5 評論