同花顺这几个公式怎么编? 同花顺公式函数大全
在同花顺中如何编写这个公式
A:MA(C,N);B:MA(C,N1);D:MA(C,N2);
AA:HHV(B,N);BB:LLV(B,N);
select
1000*AA/BB<1007
AND B>D AND C>=A AND (C/A)*100<=102 AND A>=REF(A,1);
你如果用通达信格式就能看到过去的选择信号了
A:MA(C,N);B:MA(C,N1);D:MA(C,N2);
AA:HHV(B,N);BB:LLV(B,N);
if(
1000*AA/BB<1007
AND B>D AND C>=A AND (C/A)*100<=102 AND A>=REF(A,1),A,0),colorred;
=============
选股公式:
A:收盘价的N日简单移动平均
B:收盘价的N1日简单移动平均
D:收盘价的N2日简单移动平均
AA:N日内B的最高值
BB:N日内B的最低值
CC:如果1000*AA/BB<1007AND B>D AND C>=A AND(收盘价/A)*100<=102 AND
A>=昨日A,返回A,否则返回0,画红色
CC>0
名字随便起
同花顺公式怎么使用?
股票中的指标分许多种,有大势型的、趋势型、策略型、能量、成交型、路径型、停损型、交易型等等,但总体来说无非就两种:买进型和卖出型的。因为,不管什么指标,它的最终作用就就是提示你买进,或者卖出。
具体到怎么使用,这个不能一概而论,因为网上的指标太当太多了,什么样的都有。三言两语根本说不清楚。
股市里需要知道的东西:
型态分析 www.asharing/post/73.html
K线线势型态分析 www.asharing/post/72.html
K线图的具体分析 www.asharing/post/71.html
技术分析的操作原则www.asharing/post/70.html
黄金分割率理论www.asharing/post/69.html
相反理论www.asharing/post/68.html
随机漫步理论www.asharing/post/67.html
亚当理论www.asharing/post/66.html
证券市场分析论www.asharing/post/65.html
信心理论www.asharing/post/64.html
股票价值理论www.asharing/post/63.html
股市发展阶段与成长周期理论www.asharing/post/62.html
波浪理论www.asharing/post/61.html
道氏股价波动理论www.asharing/post/60.html
个股分析www.asharing/post/59.html
财务报表分析www.asharing/post/58.html
入市时机分析www.asharing/post/57.html
影响股市行情变动的主要因素www.asharing/post/56.html
人气指标(AR)www.asharing/post/54.html
均价线(AVL)www.asharing/post/53.html
多空指数(BBI)www.asharing/post/52.html
乖离率(BIAS)www.asharing/post/51.html
布林线(BOLL)www.asharing/post/50.html
意愿指标(BR)www.asharing/post/49.html
顺势指标(CCI)www.asharing/post/48.html
CR指标(CR)www.asharing/post/47.html
动向指数(DMI)www.asharing/post/46.html
指数平均数(EXPMA)www.asharing/post/45.html
换手率线(HSL)www.asharing/post/44.html
随机指数(KDJ)www.asharing/post/43.html
K线图(K)www.asharing/post/42.html
移动平均线(MA)www.asharing/post/41.html
指数平滑移动平均线(MACD)www.asharing/post/40.html
动量指标(MTM)www.asharing/post/39.html
成交量柱体及其均线(MV)www.asharing/post/38.html
威廉变异离散量(WVAD)www.asharing/post/37.html
能量潮(OBV)www.asharing/post/36.html
震荡量指标(OSC)www.asharing/post/35.html
心理线(PSY)www.asharing/post/34.html
变动率指标(ROC)www.asharing/post/33.html
威廉指数(WMS)www.asharing/post/32.html
参考资料:www.asharing
请高手帮忙给编写一个同花顺选股公式,像这种简单的公式如何编写
我能编出来。不难。只是有疑问。你对于第一根K线的中阳线或大阳线的涨幅是要求多少%?
ST:=REF(CLOSE,1)/REF(OPEN,1);
W1:=ST>1.03 AND CLOSE/OPEN>1 AND CLOSE/OPEN<ST;
W2:=OPEN>REF(OPEN,1) AND CLOSE>REF(CLOSE,1);
W3:=HIGH<REF(HIGH,1) AND LOW>REF(LOW,1);
W4:=VOL<REF(VOL,1);
W5:=OPEN<REF(CLOSE,1);
W1 AND W2 AND W3 AND W4 AND W5;
我不知道你的同花顺是什么版本的。在我的这个里面,你在工具-公式管理-条件选股点新建,选择条件选股,把代码粘进去。编译测试没问题了。确定后在智能-选股平台里面选股就行。
不过我很抱歉地想说。我在同花顺里选出来的都是不成功的。但是在通达信里选出来的都是成功的。如果你愿意,可以在通达信里选出来,再在同花顺中分析。很抱歉。
另外,通达信里周五的数据没法计算进去,选出来的都是周三周四的。例如我选出来的西藏天路,莫高股份,西藏发展都是周三周四符合的。过了周末应该就没有这个问题了。
很抱歉。
你的白线是啥东西?我只会编通达信的,同花顺确实是编的有问题。
请教同花顺公式编写
A2:=(HHV(CLOSE,10)-LLV(CLOSE,10))/CLOSE<0.04;
10天内收盘价的最高值和收盘价最低值的差小于今天收盘价的4%,这样的股票不大可能是均线完美排列的。
你后面的A5和A6均线完美排列。这样公式内容相互限制之后,符合要求的股票就没有了,选不出来很正常。
起涨点,均线未必完美。均线完美,则早已经远离起涨点。你要解决这个问题。