X_5:=IF(DTPRICE(REF(CLOSE,1),0.1)=CLOSE,2,0);STICKLINE(X_5,OPEN,CLOSE,2.5,0),COLORGREEN; X_6:=LOW<REF(LOW,1) AND HIGH<REF(HIGH,1); X_7:=LOW>REF(LOW,1) AND HIGH>REF(HIGH,1); X_8:=LOW<REF(LOW,1) AND HIGH>=REF(HIGH,1) AND REF(LOW,1)>=REF(LOW,2) AND REF(H...
low conf.high method #> <chr> <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <chr> #> 1 wt mpg -0.87 -9.56 1.29e-10 -0.934 -0.744 Pearson # Correlation of one variable against all mydata %>% cor_test(mpg, method = "pearson") #> # A tibble: 5 x 8 #> var1 var2 cor ...
X_23:=IF(IF(CLOSE>HHV(REF(HIGH,1),2),1,IF(CLOSE<LLV(REF(LOW,1),2),(-1),0))=0,REF(IF(CLOSE>HHV(REF(HIGH,1),2),1,IF(CLOSE<LLV(REF(LOW,1),2),(-1),0)),X_22),IF(CLOSE>HHV(REF(HIGH,1),2),1,IF(CLOSE<LLV(REF(LOW,1),2),(-1),0))); 红进:X_21 AND X_...
STICKLINE(CLOSE>1.095*REF(CLOSE,1),CLOSE,OPEN,2.5,0),COLORYELLOW; STICKLINE(CLOSE<0.905*REF(CLOSE,1),CLOSE,OPEN,2.5,0),COLORGREEN; X_11:=CLOSE-LOW; X_12:=HIGH-LOW; X_13:=CLOSE-HIGH; X_14:=IF(HIGH>LOW,(X_11/X_12+X_13/X_12)*VOL,0); X_15:=SUM(X_14,10)/10000; X_16...
选股:REF(X_5,1) AND LOW/REF(CLOSE,1)<0.96 AND NOT(OPEN/REF(CLOSE,1)<0.92) AND X_2 AND X_6 AND NOT(X_7) AND NOT(X_8) AND NOT(X_9) AND NOT(X_10) AND NOT(X_11) AND NOT(X_12) AND OPEN<REF(HIGH,1) AND X_15; 买入:=REF(C,BARSLAST(选股)),COLORYELLOW,NODRAW;止赢...
The controllers come with high availability and seamless software updates that are enabled by hot and cold patching. This keeps your clients and services up and running always, both during planned and unplanned events. The controllers come with built-in security, including secure boot, run-time ...
In this work, we experimentally demonstrate for the first time the spontaneous generation of two-dimensional exciton-polariton X-waves. X-waves belong to the family of localized packets that can sustain their shape without spreading, even in the linear r
X_3:=EMA(X_1,90); X_4:=EMA(X_2,90); X_5:=(20*HIGH+19*REF(HIGH,1)+18*REF(HIGH,2)+17*REF(HIGH,3)+16*REF(HIGH,4)+15*REF(HIGH,5)+14*REF(HIGH,6)+13*REF(HIGH,7)+12*REF(HIGH,8)+11*REF(HIGH,9)+10*REF(HIGH,10)+9*REF(HIGH,11)+8*REF(HIGH,12)+7*REF(HIGH...
示意图 完整指标代码 X_1:=IF(CLOSE>REF(CLOSE,1),88,0);X_2:=IF(CLOSE/REF(CLOSE,1)>1.05 AND HIGH/CLOSE<1.01 AND X_1>0,91,0);龙头:FILTER(X_2>90,45)=1,COLORRED;STICKLINE(龙头,LOW*10.93,0,3,0),COLORRED;X_3:=CLOSE>MA(CLOSE,20) AND CLOSE>MA(
1、双剑+三红,账户红; 2、双剑+二红,走回调;3、涨停+三红,牛上天;4、首板+三红,牛 5、首板+三红,回调不要怂 ; 二、公式如下: X_1:=REF(EMA((HIGH+LOW+CLOSE)/3,10),1); X_2:=EMA(HHV(HIGH,10),3); X_3:=EMA(LLV(LOW,10),3); ...