本文选股公式根据以下股票公式改编:
http://www.gupang.com/202101/010U41U2021.html
http://www.gupang.com/202101/010U41U2021.html
D:=EMA((C*3+H+L+O)/6,5);
B线:=LLV(D,13);
好底:FILTER(COUNT(D=B线,3)>=2 AND D>B线,5);
来源:Internet,编辑:股旁网,2021-01-08
D:=EMA((C*3+H+L+O)/6,5);
B线:=LLV(D,13);
好底:FILTER(COUNT(D=B线,3)>=2 AND D>B线,5);