第一:1和3图中的三角符号什么意思?也没有信号;
第二:6和7,经常出现这种,那要怎么定义?;
第三:4和5,怎么加载出来不是这样,只有一条白线 ;
第四:2这些是灰色,想把指标加载到副图,不想放在主图上,因为会变形。
谢谢老师!
runmode:1;
account:='888888';
lots:=volunit*10;
pb:=close/finance(34);
roe:=finance(37);
entrylongcond:=pb<3 and roe>8;
exitlongcond:=pb>3 or roe<8;
if tbuyholdingex(account,stklabel,1)=0 then begin
if entrylongcond then
tbuy(1,lots,lmt,close,0,account,stklabel);
end
if tbuyholdingex(account,stklabel,1)>0 then begin
if exitlongcond then
tsell(1,lots,lmt,close,0,account,stklabel);
end
您看一下,好多都会出现图上那种小三角形