打劫庄家+选股指标

[复制链接]
查看34 | 回复0 | 2022-6-27 20:49:44 | 显示全部楼层 |阅读模式

DIFF:=EMA(CLOSE,12) - EMA(CLOSE,26);
RSV:=(CLOSE-LLV(LOW,9))/(HHV(HIGH,9)-LLV(LOW,9))*100;
K:=SMA(RSV,3,1);
在犹豫中上扬:0,coloryellow;
在无奈中叹息:STICKLINE(DIFF>ema(DIFF,4) and DIFF>ref(DIFF,1) ,-0.3 ,0 ,8 ,0 ),colorred;
在清醒时套牢:STICKLINE(DIFF>ema(DIFF,4) and DIFF<ref(DIFF,1) ,-0.3 ,0 ,8 ,0 ),colorwhite;
STICKLINE(DIFF<ema(DIFF,4) and DIFF>ref(DIFF,1) ,-0.3 ,0 ,8 ,0 ),coloryellow;
 
在憧憬中毁灭:STICKLINE(DIFF<ema(DIFF,4) and DIFF<ref(DIFF,1) ,-0.3 ,0 ,8 ,1 ),colorffbb44;
STICKLINE(K>ema(K,4) and K>ref(K,1) ,-0.3 ,0 ,8 ,0 ),colorred;
STICKLINE(K>ema(K,4) and K<ref(K,1) ,0.1 ,0 ,8 ,1 ),colorwhite;
STICKLINE(K<ema(K,4) and K>ref(K,1) ,0.2 ,0 ,8 ,0 ),coloryellow;

选股公式:
RSV:=(CLOSE-LLV(LOW,9))/(HHV(HIGH,9)-LLV(LOW,9))*100;
K:=SMA(RSV,3,1);
XG:(K<EMA(K,4) AND K>REF(K,1));

p201912322363947542.jpg

p201912322363947542.jpg

201912322363492973.rar

1.66 KB, 下载次数: 0

售价: 4 金钱  [记录]  [购买]

201912322363492973.rar

回复

使用道具 举报

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

本版积分规则