经典老回眸各类股软通用
早晨之星
backset(
ref(close,2)/ref(open,2) < 0.95 and
ref(open,1) < ref(close,2) and
abs(ref(open,1)-ref(close,1))/ref(close,1)<0.03 and
close/open>1.05 and close>ref(close,2),
3)
-----------------------------------------------------------------
黄昏之星
backset(
ref(close,2)/ref(open,2) > 1.03 and
ref(open,1) > ref(close,2) and
abs(ref(open,1)-ref(close,1))/ref(close,1)<0.02 and
close/open<0.97 and close< ref(close,2),
3)
-----------------------------------------------------------------
十字星
close=open and high<>low
-----------------------------------------------------------------
长十字
close=open and
high/low > 1.03
-----------------------------------------------------------------
垂死十字
close=open and
close=low and
close<>high
-----------------------------------------------------------------
早晨十字星
backset(
ref(close,2)/ref(open,2) < 0.95 and
ref(open,1) < ref(close,2) and
ref(open,1)=ref(close,1) and
close/open>1.05 and close>ref(close,2),
3)
-----------------------------------------------------------------
黄昏十字星
backset(
ref(close,2)/ref(open,2) > 1.05 and
ref(open,1) > ref(close,2) and
ref(open,1)=ref(close,1) and
close/open<0.95 and close< ref(close,2),
3)
-----------------------------------------------------------------
射击之星
min(open,close)=low and
high-low > 3*(max(open,close)-low) and
close > ma(close,5)
-----------------------------------------------------------------
倒转锤头
min(open,close)=low and
high-low > 3*(max(open,close)-low) and
close < ma(close,5)
-----------------------------------------------------------------
锤头
high = max(open,close) and
high-low > 3*(high-min(open,close)) and
close < ma(close,5)
-----------------------------------------------------------------
吊颈
high = max(open,close) and
high-low > 3*(high-min(open,close)) and
close > ma(close,5)
-----------------------------------------------------------------
穿头破脚
backset(
(ref(close,1)/ref(open,1)>1.03 and
close/open<0.96 and
close< ref(open,1) and open>ref(close,1))
or
(ref(close,1)/ref(open,1)<0.97 and
close/open>1.04 and
close>ref(open,1) and open< ref(close,1)),
2)
-----------------------------------------------------------------
乌云盖顶
backset(
ref(close,1)/ref(open,1)>1.03 and
close/open<0.97 and
open>ref(close,1) and
close< ref(close,1),
3)
-----------------------------------------------------------------
曙光初现
backset(
ref(close,1)/ref(open,1)<0.97 and
close/open>1.03 and
open< ref(close,1) and
close>ref(close,1),
2)
-----------------------------------------------------------------
身怀六甲
backset(
abs(ref(close,1)-ref(open,1))/ref(close,1) > 0.04 and
abs(close-open)/close<0.005 and
max(close,open) < max(ref(close,1),ref(open,1)) and
min(close,open) > min(ref(close,1),ref(open,1)),
2)
-----------------------------------------------------------------
十字胎
backset(
abs(ref(close,1)-ref(open,1))/ref(close,1) > 0.04 and
close=open and
close < max(ref(close,1),ref(open,1)) and
close > min(ref(close,1),ref(open,1)),
2)
-----------------------------------------------------------------
平顶
backset(abs(high-ref(high,1))/high<0.001,2)
-----------------------------------------------------------------
平底
backset((abs(low-ref(low,1))/low<0.001 and
abs(ref(low,1)-ref(low,2))/ref(low,1)<=0.001),2)
-----------------------------------------------------------------
大阳烛
close/open>1.05 and
high/low < close/open+0.018
-----------------------------------------------------------------
大阴烛
open/close > 1.05 and
high/low < open/close+0.018
-----------------------------------------------------------------
好友反攻
backset(
(ref(close,1)< ref(open,1) and
close>open and
abs(close-ref(close,1))/close<0.002)
or
(ref(close,1)>ref(open,1) and
close< open and
abs(close-ref(close,1))/close<0.002),
2)
-----------------------------------------------------------------
跳空缺口
backset(
high< ref(low,1) or
low>ref(high,1),
2)
-----------------------------------------------------------------
三个白武士
backset(
ref(close,2)>ref(open,2) and
ref(close,1)>ref(open,1) and
close>open and
ref(close,1)>ref(close,2) and
close>ref(close,1),
3)
-----------------------------------------------------------------
三只乌鸦
backset(
ref(close,2)< ref(open,2) and
ref(close,1)< ref(open,1) and
close< open and
ref(close,1)< ref(close,2) and
close< ref(close,1),
3)
-----------------------------------------------------------------
双飞乌鸦
backset(
ref(close,1)< ref(open,1) and
close< open and
close/open<0.98,
1)
-----------------------------------------------------------------
上升三部曲
backset(
ref(close,4)/ref(open,4)>1.03 and
ref(close,3)< ref(open,3) and
ref(close,2)< ref(open,2) and
ref(close,1)< ref(open,1) and
ref(low,4)< ref(low,3) and
ref(low,4)< ref(low,2) and
ref(low,4)< ref(low,1) and
ref(high,4)>ref(high,3) and
ref(high,4)>ref(high,2) and
ref(high,4)>ref(high,1) and
close/open>1.03 and
close>ref(close,4),
5)
-----------------------------------------------------------------
下跌三部曲
backset(
ref(close,4)/ref(open,4)<0.97 and
ref(close,3)>ref(open,3) and
ref(close,2)>ref(open,2) and
ref(close,1)>ref(open,1) and
ref(low,4)< ref(low,3) and
ref(low,4)< ref(low,2) and
ref(low,4)< ref(low,1) and
ref(high,4)>ref(high,3) and
ref(high,4)>ref(high,2) and
ref(high,4)>ref(high,1) and
close/open<0.97 and
close< ref(close,4),
5)
-----------------------------------------------------------------
长下影
(min(close,open)-low)/(high-low)>0.667
-----------------------------------------------------------------
长上影
(high-max(close,open))/(high-low)>0.667,colorblue
-----------------------------------------------------------------
分离
backset(
open=ref(open,1) and
(close-open)*(ref(close,1)-ref(open,1))<0,
2)
-----------------------------------------------------------------
光头阳线
high=close and
high<>low
-----------------------------------------------------------------
光脚阴线
low=close and
high<>low
-----------------------------------------------------------------
孕育线
n(1,100,2)n1(1,100,2)n2(1,100,2)n3(1,100,1)
backset(ref(close,2)>ref(open,2) and
(ref(close,2)-ref(open,2))/ref(open,2)>=n/100 and
ref(open,1)>=ref(close,1) and
(ref(open,1)-ref(close,1))/ref(close,1)<=n1/100 and
ref(open,1)<=ref(close,2) and ref(close,1)>=ref(open,2) and
c>=open and
(close-open)/open>=n2/100
and close>=ref(open,1) and open<=ref(close,1)
and (max(close,ref(c,2))-min(close,ref(close,2)))/min(close,ref(close,2))<=n3/100
,3)
三根k线的组合,由两阳夹一阴组成,中间的一根阴线被两根阳线完全包围,呈孕育线形态
第一根阳线实体大于等于param#1%;
第二根阴线实体小于等于param#2%;
第三根阳线实体大于等于param#3%;
两根阳线的收盘价相差不超过param#4
上一指标公式:锁定大牛股选股公式下载 大智慧锁定大牛股
下一指标公式:股海扬帆L2公式下载 大智慧股海大智慧
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文经典老回眸各类股软通用公式下载 大智慧指标源码仅供学习研究。