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) ),colorwhite; STICKLINE(DIFFref(DIFF,1) ,-0.3 ,0 ,8 ,0 ),coloryellow; 在憧憬中毀滅:STICKLINE(DIFF<EMA(DIFF,4) ,0 ,8 ,-0.3 and ),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) ),colorwhite; STICKLINE(Kref(K,1) ,0.2 ,0 ,8 ,0 ),coloryellow; |
|
來自: 鄉(xiāng)間客 > 《我的圖書館》