大智慧暴跌后的补仓公式

[复制链接]
查看91 | 回复0 | 2021-8-21 13:59:32 | 显示全部楼层 |阅读模式

Var2:=REF(LOW,1);
Var3:=SMA(ABS(LOW-Var2),3,1)/SMA(MAX(LOW-Var2,0),3,1)*100;
Var4:=EMA(IF(CLOSE*1.3,Var3*10,Var3/10),3);
Var5:=LLV(LOW,30);
Var6:=HHV(Var4,30);
Var7:=IF(MA(CLOSE,58),1,0);
Var8:=EMA(IF(LOW<=Var5,(Var4+Var6*2)/2,0),3)/618*Var7;
Var9:=IF(Var8>100,100,Var8);
吸筹:STICKLINE(Var9>-120,0,Var9,6,1),colorf00ff0;
LC:=REF(CLOSE,1);
{股旁网-专业指标公式网站 www.gupang.com}
RSI:SMA(MAX(CLOSE-LC,0),4.1,1)/SMA(ABS(CLOSE-LC),4.1,1)*100,COLORFF937F;
黄买:filter((ref(close,2)<close and rsi<25),7),colorYELLOW;
stickline(黄买,0,18,10,1),colorYELLOW;
黄卖:=filter((ref(close,2)>close and rsi>80),7);
stickline(黄卖,100,82,10,1),colorYELLOW;
红买:filter(CROSS(RSI,11),7),colorred;
stickline(红买,0,12,6,1),colorred;
红卖:=filter(CROSS(89,RSI),7);
stickline(红卖,100,88,6,1),colorred;
绿买:filter(CROSS(rsi,20),7),color00ff00;
stickline(绿买,0,6,6,1),color00ff00;
绿卖:=filter(CROSS(80,rsi),7);
stickline(绿卖,100,94,6,1),color00ff00;

202108211310.jpg

202108211310.jpg

 

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则