1樓:匿名使用者
兩個選股公式計算:(一)選股與多頭排列;(二)賣空預警;
(一)專
enterlong:close> ema(close 10)和屬close > ema(close,60),vol> ref(vol,1)和ema(close,5)> ema(close,20)和ema(close,10)> ema(close,20);
( 2)
exitlong的的close ref(vol 1)「或」關閉「 請教高手:如何過濾掉通達信公式中多餘的**和賣出訊號 2樓:指標公式菜鳥 這是兩個選股公式:(一)是選出多頭排列選股用;(二)象是空頭賣內出預警容用; (一)enterlong: close>ema(close,10) and close>ema(close,60) and vol>ref(vol,1) and ema(close,5)>ema(close,20) and ema(close,10)>ema(close,20) ; (二)exitlong:closeref(vol,1) or close 如何過濾如何過濾掉通達信公式中多餘的**和賣出訊號?
20 3樓:匿名使用者 m1:ma(close,5); m2:ma(close,10); m3:ma(close,18); tjb:=count(c>m3,3) and m3>ref(m3,1) and cross(c,m3); tjs:=count(c·買 襲入'),colorred; drawtext(tjs,h*1.02,'·賣出bai'),colorgreen; 言不盡意......{個人du看法,僅zhi供參考。dao} 通達信指標公式如何表示設定的n個**訊號同時出現?n個賣出訊號同時出現? 4樓:匿名使用者 條件1 or 條件2 or 條件3 or …… 5樓:我 你說出你的條件,我可以幫你做預警公式! 其實沒必要這麼算,並不需要算所有f i j 只要知道f 0 n 1 就可以了,對於所有j i const的i和j,這個值都是一樣的。f n 表示n個node可以有多少種不同的樹,f n f 0 f n 1 f 1 f n 2 f n 1 f 0 也就是左邊i個節點,右邊n i 1個節點,所有情況累加... 給你這個公式ma5 ma close,5 ma10 ma close,10 ma20 ma close,20 月價託 ma5 ma10 and ma5 ma20 and cross ma10,ma20 資料網上很多,你搜一下就能找到。cross ema close,s ema close,n 其中的... qwx4 abs 2 close high low 4 ma close,20 ma close,20 qwx5 const 1 7 100 dma close,qwx4 支撐zhi dao if period 5,if barslast currbarscount 5 qwx5,drawnull ...10天之前出現訊號A,通達信選股公式如何編寫?謝謝
誰會編輯通達信選股公式?5日線上穿10線5日線上
求高手幫我編通達信的選股公式,謝謝