1·0天内跳空缺口的公式

https://www.gupang.com/202008/52667.html
编写条件:

10日内有向上跳空缺口不回补的选股公式。

编写方法:

AA:=L>REF(H,1);
BB:=BARSLAST(AA);
XG:LLV(L,BB)>REF(H,BB+1) AND BB<=10;

原文地址:https://www.cnblogs.com/strongdady/p/15150753.html