紫框框是什么意思? [金字塔]
- 咨詢內容:
請問金字塔里的紫框框是什么意思?怎么回事?
此主題相關圖片如下:1.jpg
- 金字塔客服:
能不能對上面的截圖做一下描述?
- 用戶回復:
就是寫了一個很簡單的程序,在圖表中就出現了個框框,以前都沒有遇到過,而且就一個框框,不知道是什么情況
- 網友回復:
這個我也沒看到過,你代碼里面有沒有使用畫矩形的函數DRAWRECT( , , , , , , )
- 網友回復:
沒有diff:=ema(close,12)-ema(close,26);dea:=ema(diff,9);macd:=2*(diff-dea);ema15:=ema(close,15);n:=barslast(date<>ref(date,1));topen:=valuewhen(n=0,open);//今開tlow:=valuewhen(n=0,low);//今低lclose:=callstock(stklabel,vtclose,6,-1);//昨收jumphigh:=tlow>lclose;//跳空高開jumplow:=tlow<lclose;//跳空低開if (jumphigh and ref(close,1)<lclose and diff>dea and close>ema15)then begin buy(holding=0,1,market);//做多end
if time>=151500 then begin sell(holding>0,holding,market);sellshort(holding<0,holding,market);end
if (holding>0 and (AVGENTERPRICE-close)/AVGENTERPRICE>0.01) then sell(1,holding, market);if (holding<0 and (close-AVGENTERPRICE)/AVGENTERPRICE>0.01) then sellshort(1,holding, market);
資金:asset,noaxis,colorred,linethick2;就是很簡單的程序
有思路,想編寫各種指標公式,程序化交易模型,選股公式,預警公式的朋友
可聯系技術人員 QQ: 511411198 進行 有償 編寫!(不貴!點擊查看價格!)
相關文章
-
沒有相關內容