紫框框是什么意思? [金字塔]
- 咨询内容:
请问金字塔里的紫框框是什么意思?怎么回事?
此主题相关图片如下: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 进行 有偿 编写!(不贵!点击查看价格!)
相关文章
-
没有相关内容