[求助]請(qǐng)教連續(xù)二天漲停的源碼
作者:通達(dá)信 來源:cxh99.com 發(fā)布時(shí)間:2012年08月23日
-
咨詢內(nèi)容:
請(qǐng)高手幫忙寫一個(gè)源碼:
20天內(nèi)出現(xiàn)連續(xù)兩天漲停。同時(shí),第三天的高點(diǎn)超過第二個(gè)漲停的3個(gè)百分點(diǎn)。
非常感謝!!!!
-
通達(dá)信技術(shù)部:
zt:=c>=ref(c,1)*1.094 and h=c;
c>ref(c,1)*1.03 and ref(every(zt,2),1);
-
通達(dá)信客服:
非常感謝。
-
網(wǎng)友交流:
對(duì)不起,忘了你要求20內(nèi)了。
zt:=c>=ref(c,1)*1.094 and h=c;
a:=c>ref(c,1)*1.03 and ref(every(zt,2),1);
exist(a,20);
-
網(wǎng)友交流:
真的非常感謝