請(qǐng)老師改一個(gè)后臺(tái)的模型 [金字塔]
- 咨詢內(nèi)容:
老師辛苦了,請(qǐng)您把這個(gè)改成后臺(tái)運(yùn)行的模型 if cc2>0 and l<lo then begin pc:=min(max(holding,0),cang2); kc:=cang2-pc; if pc>0 then sell(1,pc,limitr,min(o,lo-0.2)-0.6); if kc>0 then buyshort(1,kc,limitr,min(o,lo-0.2)-0.6); cc2:=0; end if cc2<0 and h>hi then begin pc:=min(abs(min(holding,0)),cang2); kc:=cang2-pc; if pc>0 then sellshort(1,pc,limitr,max(o,hi+0.2)+0.6); if kc>0 then buy(1,kc,limitr,max(o,hi+0.2)+0.6); cc2:=0; end if cc2=0 and h>hi then begin pc:=min(abs(min(holding,0)),cang2); kc:=cang2-pc; if pc>0 then sellshort(1,pc,limitr,max(o,hi+0.2)+0.6); if kc>0 then buy(1,kc,limitr,max(o,hi+0.2)+0.6); cc2:=1; end if cc2=0 and l<lo then begin pc:=min(max(holding,0),cang2); kc:=cang2-pc; if pc>0 then sell(1,pc,limitr,min(o,lo-0.2)-0.6); if kc>0 then buyshort(1,kc,limitr,min(o,lo-0.2)-0.6); cc2:=-1; end
- 金字塔客服:
這段代碼是要實(shí)現(xiàn)什么目的?有來源鏈接嗎
- 網(wǎng)友回復(fù):
實(shí)現(xiàn)程序化自動(dòng)交易(可以對(duì)所有品種)目的,圖表程序化可以運(yùn)行,請(qǐng)老師改成后臺(tái)的,我想把把所有品種模擬一下你只管改成后臺(tái)運(yùn)行就可以謝謝,老師
- 網(wǎng)友回復(fù): 要了解這個(gè)思路才好改后臺(tái),圖表改后臺(tái)不是改幾個(gè)函數(shù)就行的。
有思路,想編寫各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友
可聯(lián)系技術(shù)人員 QQ: 511411198 進(jìn)行 有償 編寫!(不貴!點(diǎn)擊查看價(jià)格!)
相關(guān)文章
-
沒有相關(guān)內(nèi)容