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

您現(xiàn)在的位置:程序化交易>> 期貨公式>> 交易開(kāi)拓者(TB)>> 開(kāi)拓者知識(shí)>>正文內(nèi)容

onbarclose應(yīng)用實(shí)例好像不執(zhí)行 [開(kāi)拓者 TB]

  • 咨詢(xún)內(nèi)容:

    Vars

    ? ? Array<numeric>settime([0.095800,0.105800,0.11295800,0.135800,0.145800,0.215800,0.225800]);
    ?? ?
    ?? ?Numeric Lotsold;
    ?? ?Numeric Lotsnew;
    ?? ??? ?
    ? ? Series<Numeric> MA3; ? ? ?? ??? ??? ?//中軌
    ?? ?Series<Numeric> SD ; ? ??? ??? ??? ?//通道距離
    ?? ?Series<Numeric> Top; ? ??? ??? ??? ?//通道高點(diǎn)
    ?? ?Series<Numeric> Bottom; ?? ?
    ? ? Series<Numeric> Bottomm;?? ?//通道低點(diǎn)

    ?? ?
    ?? ?bool cnbpk;
    ?? ?bool cnspk;
    ?? ?bool timecondition;
    ?? ?
    Events

    ? ?OnBar(ArrayRef<Integer> indexs)
    ? ?
    ? ?
    ? ?
    ? ? { ??
    ? ? ?? ?
    ? ?? ?
    ? ? ?? ?
    ? ? ?? ??? ?//平移boll通道計(jì)算
    ? ? ? ? MA3 = Average(C,P3); ? ? ? ?
    ? ? ?? ?SD = StandardDev(c,p3,2)*p;
    ? ? ?? ?Top = ma3 + SD;
    ? ? ?? ?Bottom = ma3 - SD;
    ? ? ?? ?PlotNumeric("MA3",MA3);
    ? ? ?? ?PlotNumeric("Top",top);
    ? ? ?? ?PlotNumeric("Bottom",bottom);
    ? ? ?? ?lotsold=ooo;
    ? ? ?? ?lotsnew=nnn;
    ? ? ?? ?
    ? ? ? ? Bottomm=Highest(bottom,2);
    ? ? ?? ?
    ? ? ?? ?cnbpk=c>top;
    ? ? ?? ?cnspk=c<bottom;
    ? ? ?? ?
    ? ? ?? ?
    ? ? ?? ?
    ? ? ?? ? timecondition=(time==0.09 and currenttime>time+0.0210) or (time==0.12 and currenttime>time+0.0240) Or (time==0.21 and currenttime>time+0.0140);
    ? ? //------------------------------------------------------------?? ?
    ? ? ?? ?If(CNbpk==true )//分開(kāi)處理,首次建倉(cāng)
    ? ? ?? ?{
    ? ? ?? ??? ?
    ? ? ?? ??? ?if (MarketPosition==0) ?
    ? ? ?? ??? ?{
    ? ? ?? ? ?? ?Buy(lotsnew,c)
    ? ? ?? ??? ?;
    ? ? ?? ??? ?if (timecondition==True ) Alert("空空")
    ? ? ?? ??? ?;
    ? ? ?? ??? ?}
    ? ? ?? ??? ?
    ? ? ?? ?if (marketposition==-1)?
    ? ??
    ? ? ?? ? ?{
    ? ? ? ? ??? ?BuyToCover(lotsold,c) and Buy(lotsnew,c)?
    ? ? ?? ??? ?;
    ? ? ?? ? ? if (timecondition==True ) Alert("空空")
    ? ? ?? ??? ?;
    ? ? ?? ? ? }
    ? ? ?? ?
    ? ? ?? ? }
    ? ? ?? ? ??
    ? ? ?//---------------------------------------------------------------------------------------
    ? ? ?If ?( CNspk==true )//and CurrentTime>0.1045
    ? ? ?? ?{
    ? ? ?? ?
    ? ? ? ? ?? ?if (MarketPosition==0?? ? ? ?) ??
    ? ? ?? ??? ?{
    ? ? ?? ? ??? ?SellShort(Lotsnew,c)
    ? ? ?? ??? ?;
    ? ? ?? ??? ?if (timecondition==True ) Alert("空空")
    ? ? ? ? ? ?? ?;
    ? ? ?? ??? ?}
    ? ? ?? ?if (marketposition==1
    ? ? ?? ? ? ?) ?
    ? ? ?? ??? ?{
    ? ? ?? ??? ?sell(lotsold,c) and SellShort(Lotsnew,c)
    ? ? ?? ??? ?;
    ? ? ?? ??? ?if (timecondition==True ) Alert("空空")
    ? ? ?? ?;
    ? ? ?? ?}
    ? ? ?? ?
    ? ? ?? ?} ? ?
    ? ? }
    ? ??
    ? ?OnBarClose(ArrayRef<Integer> indexs)
    ? ?
    ? ?{
    ? ??? ?SetTriggerBarClose(settime);
    ? ??? ?}

    一個(gè)布林通道實(shí)例,限制交易時(shí)間在每個(gè)小時(shí)k線(xiàn)即將結(jié)束2分鐘。

    ?

    ?來(lái)源:CXH99.COM

  • TBQuant技術(shù)回復(fù):

    開(kāi)發(fā)手冊(cè)就是沒(méi)有啊,具體的視頻及案例課的鏈接可以給個(gè)嗎?

    ?

  • TB資深用戶(hù) 回復(fù):

    onbarclose里不寫(xiě)交易業(yè)務(wù)的代碼?寫(xiě)個(gè)settrigger是什么意思?

    建議再好好看看開(kāi)發(fā)手冊(cè)或者學(xué)習(xí)視頻里?關(guān)于時(shí)間驅(qū)動(dòng)的視頻及案例課

 

有思路,想編寫(xiě)各種指標(biāo)公式,交易模型,選股公式,還原公式的朋友

可聯(lián)系技術(shù)人員 QQ: 262069696  點(diǎn)擊在線(xiàn)交流或微信號(hào):cxh99cxh99  進(jìn)行 有償收費(fèi) 編寫(xiě)!

怎么收費(fèi),代編流程等詳情請(qǐng)點(diǎn)擊閱讀!

(注:由于人數(shù)限制,QQ或微信請(qǐng)選擇方便的一個(gè)聯(lián)系我們就行,加好友時(shí)請(qǐng)簡(jiǎn)單備注下您的需求,否則無(wú)法通過(guò)。謝謝您!)


【字體: 】【打印文章】【查看評(píng)論

相關(guān)文章

    沒(méi)有相關(guān)內(nèi)容
主站蜘蛛池模板: 九九精品在线 | 免费二级c片观看 | 青草娱乐极品免费视频 | 国产精品动漫视频网站 | 青草国产| 国产一区视频在线免费观看 | 亚洲日本va中文字幕婷婷 | 午夜男人网 | 一区二区三区中文字幕 | 欧美一级做性受 | 亚洲男人天堂网站 | 欧美性生交xxxxx丝袜 | 亚洲免费观看视频 | 欧美国产日韩在线播放 | 免费看欧美一级特黄a大片一 | h成年动漫同人网站免费 | 欧美视频在线一区 | 国产丝袜在线视频 | 日韩欧国产精品一区综合无码 | 日本欧美色图 | 婷婷人人爽人人爽人人片 | 国产成人精品视频在放 | 国产一在线精品一区在线观看 | 亚洲大片免费观看 | 天天摸天天看天天做天天爽 | 亚洲香蕉| 日韩伦 | 色噜噜视频| 亚洲成人动漫在线 | 日本黄色大片视频 | 天天射美女| 高清欧美日本视频免费观看 | 久久久午夜精品理论片 | 国产黄色在线 | 一级免费黄色录像 | 中文字幕一区视频 | 最新亚洲精品国自产在线 | 日本爽爽爽爽爽爽在线观看免 | 国产成人高清亚洲一区久久 | 综合网女女网 | 日韩在线高清视频 |