精品對比公式--反向K線(dzh) MA1:MA(-c,5); MA2:MA(-c,10); MA3:MA(-c,14); MA4:MA(-c,21); STICKLINE(C>O ,-O ,-C ,4,0 ),colorffff80; STICKLINE(C>O ,-H ,-C ,0.8 ,0 ),colorffff80; STICKLINE(C>O ,-L ,-O ,0.8 ,0 ),colorffff80; STICKLINE(C<O ,-O ,-C ,4 ,1 ),COLORRED; STICKLINE(C<O,-H ,-O ,0.8 ,1 ),COLORRED; STICKLINE(C<O,-C ,-L ,0.8 ,1),COLORRED; STICKLINE(C=O AND O>REF(C,1) or (c=o and c=ref(c,1) and ref(c-o,1)>0) or (sum(c-o=0,2)=2 and c=ref(c,1) and c>ref(c,2)),-O ,-C ,4 ,0 ),COLORRED; STICKLINE(C=O AND C<REF(C,1) or (c=o and c=ref(c,1) and ref(c-o,1)<0) or (sum(c-o=0,2)=2 and c=ref(c,1) and c<ref(c,2)),-O ,-C ,4 ,1 ),colorffff80; STICKLINE(C=O AND O>REF(C,1) or (c=o and c=ref(c,1) and ref(c-o,1)>0) or (sum(c-o=0,2)=2 and c=ref(c,1) and c>ref(c,2)),-H ,-L ,0.8 ,0 ),COLORRED; STICKLINE(C=O AND C<REF(C,1) or (c=o and c=ref(c,1) and ref(c-o,1)<0) or (sum(c-o=0,2)=2 and c=ref(c,1) and c<ref(c,2)),-H ,-L ,0.8 ,1 ),colorffff80; |
|