麻煩改寫如下這段成文華語句 [文華財經]
- 咨詢內容:
- INPUT:N(10,1,100);
- fc:=c;fo:=o;cc:0*c,LINETHICK0;oo:0*c,LINETHICK0;t1:=0*c;t2:=0*c;
- for i=1 to datacount do begin
- if i=1 and fc[i]>fo[i] then
- cc[i]:=fc[i];
- oo[i]:=fc[i];
- if i=1 and fc[i]<fo[i] then
- cc[i]:=fc[i];
- oo[i]:=fc[i];
- if i>1 then
- cc[i]:=cc[i-1];
- oo[i]:=oo[i-1];
- if i>1 and fc[i]>cc[i]*(1+n/100) then begin
- cc[i]:=cc[i-1]*(1+n/100);
- oo[i]:=cc[i-1];
- end;
- if i>1 and fc[i]<oo[i]/(1+n/100) then begin
- oo[i]:=oo[i-1]/(1+n/100);
- cc[i]:=oo[i-1];
- end;
- if oo[i]=oo[i-1] then
- t1[i]:=t1[i-1]+1;
- if cc[i]=cc[i-1] then
- t2[i]:=t2[i-1]+1;
- end;
- o1:=ref(oo,t1+1);
- c1:=ref(cc,t2+1);
- STICKLINE(c1=oo,cc,oo,8,1)COLORRED;
- STICKLINE(o1=cc,cc,oo,8,1)COLORCYAN;
- 文華技術人員:
明天上班時間咨詢相關同事后為您回復。
- 文華客服:
麻煩了
- 網友回復:
您的模型經過我們討論暫時無法實現改寫,我們會在未來考慮增加相關函數來實現該模型的改寫。
- 網友回復: 文華努力
有思路,想編寫各種指標公式,程序化交易模型,選股公式,預警公式的朋友
可聯系技術人員 QQ: 1145508240 進行 有償 編寫!(不貴!點擊查看價格!)
相關文章
-
沒有相關內容