指标公式详细说明
好公式网(www.goodgongshi.com)告诉您:当前正要下载:收银台公式详解 大智慧收银台
:{收银台}
{收银台:使用方法:两条线在底部区域同时向上拐头时买入,在顶部区域同时向下拐头时注意逃顶。若两条线不能持续向上,买进后应随时请注意止损。}
ar1:=if(((ema(close,5))/(ema(ema(close,9),16))<=0.85) and ((close)/(ref(close,1))>0.905) and ((close)/(ref(close,1))<1.05) and ((vol/capital)*(100)<5),50,0);
ar2:=if((high+low<=ref(high,1)+ref(low,1)),0,max(abs(high-ref(high,1)),abs(low-ref(low,1))));
ar3:=if((high+low>=ref(high,1)+ref(low,1)),0,max(abs(high-ref(high,1)),abs(low-ref(low,1))));
ar4:=(sum(ar2,13))/(sum(ar2,13)+sum(ar3,13));
ar5:=(sum(ar3,13))/(sum(ar3,13)+sum(ar2,13));
ar6:=100-(3)*(sma(((close-llv(low,75))/(hhv(high,75)-llv(low,75)))*(100),20,1))+(2)*(sma(sma(((close-llv(low,75))/(hhv(high,75)-llv(low,75)))*(100),20,1),15,1));
ar7:=100-(3)*(sma(((open-llv(low,75))/(hhv(high,75)-llv(low,75)))*(100),20,1))+(2)*(sma(sma(((open-llv(low,75))/(hhv(high,75)-llv(low,75)))*(100),20,1),15,1));
ar8:=((hhv(high,21)-close)/(hhv(high,21)-llv(low,21)))*(100)-10;
ar9:=((close-llv(low,21))/(hhv(high,21)-llv(low,21)))*(100);
ar10:=sma(ar9,13,8);
ar11:=sma(ar8,21,8);
生意上门:sma(ar10,13,8),colorred,linethick2;
买卖顺意:ma((((-100))*(hhv(high,34)-close))/(hhv(high,34)-llv(low,34))+100,5),color00ff00,linethick2;
进:drawtext(cross(生意上门,买卖顺意)and 生意上门<50 and 买卖顺意>ref(买卖顺意,1) or cross(生意上门,买卖顺意)and 生意上门<20 and 生意上门>ref(生意上门,2),25,'进');
出:drawtext(cross(买卖顺意,生意上门)and 买卖顺意>80 ,90,'出');
收银台:drawtext(生意上门-ar11<(-65)and ar1 or 生意上门-ar11<(-65)and 买卖顺意>ref(买卖顺意,1) ,low,'■'),colorf00ff0,linethick2;
>>>使用本站搜索工具可以找到更多“收银台公式详解 大智慧收银台”