本文选股公式根据以下股票公式改编:
http://www.gupang.com/202008/0Q3525602020.html
http://www.gupang.com/202008/0Q3525602020.html
VDD6:=MA(CLOSE,1);
VDD8:=(LOW+HIGH+CLOSE)/3;
VDD7:= MA(VDD8,5);
顶底准确率:=LLV(VDD7,10);
准确率100:=LLV((VDD6<顶底准确率),10);
红柱:准确率100;
来源:Internet,编辑:股旁网,2020-08-13
VDD6:=MA(CLOSE,1);
VDD8:=(LOW+HIGH+CLOSE)/3;
VDD7:= MA(VDD8,5);
顶底准确率:=LLV(VDD7,10);
准确率100:=LLV((VDD6<顶底准确率),10);
红柱:准确率100;