人人爽天天爽夜夜爽qc-人人爽天天爽夜夜爽曰-人人天天爱天天做天天摸-人人天天夜夜-色网站在线-色网站在线看

您現(xiàn)在的位置:程序化交易>> 期貨公式>> 金字塔等>> 金字塔知識>>正文內(nèi)容

后臺程序編寫,幫看看那里有問題?!金字塔]

  • 咨詢內(nèi)容: 根據(jù)阿火:后臺下單模板;編寫的模型。if holding=0 then buy(val1>0,100,LIMIT,O,0);buyshort(val1>0,100,LIMIT,O,0);ee:=enterprice; //多頭平倉 IF (h-ee)>3 and (h-ee)<50 THEN SELL(1,10,LIMIT,ee+3,0),ORDERQUEUE;  SELL(1,10,LIMIT,EXITPRICE+3,0),ORDERQUEUE;IF (ee-l)>1 and (ee-l)<50 THEN SELL(1,10,LIMIT,ee-1,0),ORDERQUEUE;  SELL(1,10,LIMIT,EXITPRICE-3,0),ORDERQUEUE;  IF TSELLHOLDING(1)>0 THEN BEGIN  //空頭平倉 IF (h-ee)>1 and (h-ee)<50 THEN SELLSHORT(1,10,LIMIT,ee+1,0),ORDERQUEUE;  SELLSHORT(1,10,LIMIT,EXITPRICE+3,0),ORDERQUEUE; IF (ee-l)>3 and (ee-l)<50 THEN SELLSHORT(1,10,LIMIT,ee-3,0),ORDERQUEUE;  SELLSHORT(1,10,LIMIT,EXITPRICE-3,0),ORDERQUEUE;tm:=50;//撤單時(shí)間cc800988:=holding;drawtextex(1,1,800,0,'虛擬持倉為:'+numtostr(cc800988,0));//在圖表上輸入虛擬持倉監(jiān)控if not(islastbar) or workmode<>1 then exit;xiadan800988:=cc800988-hold;if xiadan800988>0.5 and tsubmit(0)>tm then tcancelex(0,0,cc800988,stklabel);//撤單功能。tsell(1,10,mkt);tsellshort(1,10,mkt);if xiadan800988>0.5 then begin cang:=min(xiadan800988,abs(hold));  if hold<0 then begin  if (h-ee)>1 and (h-ee)<50 then  tsellshort(1,10,LMT,tenterprice+1,0,'800988'),ALLOWREPEAT;  tsellshort(1,10,LMT,TEXITPRICE+3,0,'800988'),ALLOWREPEAT;  if (ee-l)>3 and (ee-l)<50 then  tsellshort(1,10,LMT,tenterprice-3,0,'800988'),ALLOWREPEAT;  tsellshort(1,10,LMT,TEXITPRICE-3,0,'800988'),ALLOWREPEAT;  debugfile('D:\800988.txt',numtostr(hold,0)+' '+numtostr(cc800988,0)+' 平空 %.0f',cang); end cang:=xiadan800988+min(hold,0); if cang>0 then begin  if (TIME>=085600 AND TIME<=90000) then    tbuy(1,100,LMT,DYNAINFO(54),0,'800988');  if (currenttime>=93000 and currenttime>=144000) then   tbuy(1,100,LMT,O,0,'800988'),ALLOWREPEAT;  debugfile('D:\800988.txt',numtostr(hold,0)+' '+numtostr(cc800988,0)+' 開多 %.0f',cang); endendif xiadan800988<-0.5 then begin cang:=min(abs(xiadan800988),abs(hold)); if hold>0 then begin  if (h-ee)>3 and (h-ee)<50 then  tsell(1,10,LMT,tenterprice+3,0,'800988'),ALLOWREPEAT;  tsell(1,10,LMT,TEXITPRICE+3,0,'800988'),ALLOWREPEAT;  if (ee-l)>1 and (ee-l)<50 then  tsell(1,10,LMT,tenterprice-1,0,'800988'),ALLOWREPEAT;  tsell(1,10,LMT,TEXITPRICE-3,0,'800988'),ALLOWREPEAT;  debugfile('D:\800988.txt',numtostr(hold,0)+' '+numtostr(cc800988,0)+' 平多 %.0f',cang); end cang:=abs(xiadan800988)-max(hold,0); if cang>0 then begin  if (TIME>=085600 AND TIME<=90000) then    tbuyshort(1,100,LMT,DYNAINFO(55),0,'800988');  if (currenttime>=93000 and currenttime>=144000) then   tbuyshort(1,100,LMT,O,0,'800988'),ALLOWREPEAT;  debugfile('D:\800988.txt',numtostr(hold,0)+' '+numtostr(cc800988,0)+' 開空 %.0f',cang);  end endendhold:=cc800988;

    在圖上看不到與阿火一樣的標(biāo)示。請問那里出了問題。

     

  • 金字塔客服: 這是阿火模型;Globalvariable:hold=drawnull;//藍(lán)色部分改為你自己的模型buycond:=h>ref(hhv(h,10),1);sellcond:=l<ref(llv(l,10),1);if holding>0 and sellcond then sell(1,1,market);if holding<0 and buycond then sellshort(1,1,market);if holding=0 and buycond then buy(1,1,market);if holding=0 and sellcond then buyshort(1,1,market);cc800988:=holding;//這句放在信號穩(wěn)定的地方
    drawtextex(1,1,800,0,'虛擬持倉為:'+numtostr(cc800988,0));//在圖表上輸入虛擬持倉以便監(jiān)控if not(islastbar) or workmode<>1 then exit;xiadan800988:=cc800988-hold;if xiadan800988>0.5 then begin cang:=min(xiadan800988,abs(hold)); if hold<0 then begin  tsellshort(1,cang,mkt,0,0,'800988'),allowrepeat;  debugfile('D:\800988.txt',numtostr(hold,0)+' '+numtostr(cc800988,0)+' 平空 %.0f',cang); end cang:=xiadan800988+min(hold,0); if cang>0 then begin  tbuy(1,cang,mkt,0,0,'800988'),allowrepeat;  debugfile('D:\800988.txt',numtostr(hold,0)+' '+numtostr(cc800988,0)+' 開多 %.0f',cang); endendif xiadan800988<-0.5 then begin cang:=min(abs(xiadan800988),abs(hold)); if hold>0 then begin  tsell(1,cang,mkt,0,0,'800988'),allowrepeat;  debugfile('D:\800988.txt',numtostr(hold,0)+' '+numtostr(cc800988,0)+' 平多 %.0f',cang); end cang:=abs(xiadan800988)-max(hold,0); if cang>0 then begin  tbuyshort(1,cang,mkt,0,0,'800988'),allowrepeat;  debugfile('D:\800988.txt',numtostr(hold,0)+' '+numtostr(cc800988,0)+' 開空 %.0f',cang); endendhold:=cc800988;

     

  • 用戶回復(fù): 把你的公式貼完整

     

  • 網(wǎng)友回復(fù): 完整

     

  • 網(wǎng)友回復(fù): 貼完整的公式,

 

有思路,想編寫各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友

可聯(lián)系技術(shù)人員 QQ: 1145508240  點(diǎn)擊這里給我發(fā)消息進(jìn)行 有償 編寫!不貴!點(diǎn)擊查看價(jià)格!


【字體: 】【打印文章】【查看評論

相關(guān)文章

    沒有相關(guān)內(nèi)容
主站蜘蛛池模板: 成人激情在线视频 | 国产视频麻豆 | 日韩综合久久 | 国产123区在线视频观看 | 国产精品日日摸夜夜添夜夜添1 | 99久久这里只精品麻豆 | 婷婷亚洲久悠悠色悠在线播放 | 日日碰日日操 | 在线 | 一区二区三区 | 色香视频在线 | 手机亚洲第一页 | 国产真实乱xxxav| 在线免费黄色片 | 日本三级做a全过程在线观看 | 成人午夜看片在线观看 | 丁香婷婷亚洲六月综合色 | 国产成人永久免费视频 | 日韩一区二区三区视频 | 亚洲日比视频 | 最近最好的中文字幕2019免费 | 国产精品欧美日韩视频一区 | 亚洲福利在线观看 | 国产精品亚洲午夜一区二区三区 | 天天躁天天碰天天看 | 在线视频日韩欧美 | 毛片网站在线看 | 午夜性色吃奶添下面69影院 | 人人做人人澡人人人爽 | 曰批视频免费 | 中国国产成人精品久久 | 欧美人成网站在线看 | 免费看黄色一级 | 最近资源中文字幕4 | 亚洲高清不卡视频 | 天天澡天天摸天天添视频 | 欧美性受xxxx | 婷婷综合激情 | 国精品日韩欧美一区二区三区 | 国产国产精品人在线视 | 日韩在线精品视频 | 欧美整片完整片视频在线 |