本指标为超短线风险控制专用。柱体长短带表风险系数,红绿为多空方向,浅色为区间风险。
if close<ref(close,1)
then dhigher=high;
else dhigher=ref(dhigher,1);
if close>ref(close,1)
then dlower=low;
else dlower=ref(dlower,1);
if close=ref(close,1)
then dhigher=high;
if close=ref(close,1)
then dlower=low;
h0:hhv(dhigher,n);
l0:llv(dlower,n);
dhl:(abs(h0-l0)/close)*100;
dim0:0;
stickline(close>h0,0,dhl,9,1),rgb(255,0,0);
stickline(close<h0 and close>l0 and close>open,dhl,0,9,1),rgb(164,164,164);
stickline(close<h0 and close>l0 and close<=open,-dhl,0,9,1),rgb(164,164,0);
stickline(close<l0,-dhl,0,9,0),rgb(0,255,0);
sec=ref(sec,1);
if close>h0 and ref(close,1)<=h0
then sec=1;
if close<l0 and ref(close,1)>=l0
then sec=-1;
secn=sec;
drawicon((sec=1 and ref(sec,1)<1),-dhl,1);
drawicon((sec=-1 and ref(sec,1)>-1),dhl,2);
上一指标公式:地心引力线指标公式详解 同花顺地心引力
下一指标公式:200个指标公式详解 同花顺公式
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文超短线风险控制V1.0指标公式详解 同花顺指标V1仅供学习研究。