您现在的位置:程序化交易>> 期货公式>> 文华财经>> 文华财经知识>>正文内容

麻烦改写如下这段成文华语句 [文华财经]

  • 咨询内容:
  • 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  有需要帮忙请点击这里留言!!!进行 有偿 编写!不贵!点击查看价格!


【字体: 】【打印文章】【查看评论

相关文章

    没有相关内容