[求助]期貨指標(biāo)編寫 1 [文華財經(jīng)]
-
咨詢內(nèi)容:
你好 這個CJL指標(biāo)? ?
Vars?? ? ?NumericSeries Vols;? ? ?NumericSeries OPID;Begin?? ? ?Vols = Vol;? ? ?OPID = OpenInt;? ? ?PlotNumeric("OPID", OPID);? ? ?PlotLine("Vols", Vols,yellow,NoDraw);? ? ?StickLine(IsUp||IsEqual, 0, Vol, Red, 1);? ? ?StickLine(IsDown, 0, Vol, Cyan, 0);End
BB=VOLS/OPID 這個比值指標(biāo)在WH9里面怎么寫啊?去除其它指標(biāo),只 顯示比值的曲線的指標(biāo)?
?來源:程序化99
-
文華技術(shù)人員:
?參考:
Vars? ? ? ?NumericSeries Vols; ? ? ?NumericSeries OPID; ? ? ?NumericSeries BB; Begin? ? ? ?Vols = Vol; ? ? ?OPID = OpenInt; ? ? ?BB=VOLS/OPID*100; ? ? ? PlotLine("BB", BB,yellow); End
有思路,想編寫各種指標(biāo)公式,程序化交易模型,選股公式,預(yù)警公式的朋友
可聯(lián)系技術(shù)人員 QQ: 1145508240 或微信號:cxh99cxh99 進(jìn)行 有償收費(fèi) 編寫!(注:由于人數(shù)限制,QQ或微信請選擇方便的一個聯(lián)系我們就行,謝謝您!)
相關(guān)文章
-
沒有相關(guān)內(nèi)容