指标公式详细说明
好公式网(www.goodgongshi.com)告诉您:当前正要下载:操盘线公式 飞狐操盘指标 源码
获利比:=ma(winner(close)*100,5);
获利均线:=sma(获利比,3,1);
一天线:=ma(c,1);
快线:ma((3*sma((c-llv(l,9))/(hhv(high,9)-llv(low,9))*100,3,1)-2*sma(sma((c-llv(l,9))/(hhv(high,9)-llv(low,9))*100,3,1),3,1)),2),colorf00ff0;
操盘线:ma(3*sma((c-llv(l,21))/(hhv(h,21)-llv(l,21))*100,5,1)-2*sma(sma((c-llv(l,21))/(hhv(h,21)-llv(l,21))*100,5,1),3,1),3);
通用操盘线:ma(3*sma((c-llv(l,27))/(hhv(h,27)-llv(l,27))*100,5,1)-2*sma(sma((c-llv(l,27))/(hhv(h,27)-llv(l,27))*100,5,1),3,1),5),colorblue;
var1:=(c*3+h+l+o)/6;
var2:=sma(max(c-var1,0),8,1)/sma(abs(c-var1),8,1)*100;
var3:=100*(hhv(h,15)-c)/(hhv(h,13)-llv(l,13))-45;
var4:=barslast(cross(c,ma(c,21)));
var5:=barslast(cross(ma(c,21),c));
var6:=if(var4<var5,var4+1,0);
var7:=(c-ref(c,var6))/ref(c,var6)*100;
买入关注:if(通用操盘线<5,10,0),colorgreen;
卖出关注:if(通用操盘线>80,90,100),colorgreen;
if(count(获利均线<2,10)>=9 and cross(获利比,获利均线),20,0);
drawtext(cross(操盘线,通用操盘线)and 通用操盘线<10,20,'买点'),colorred;
drawicon(cross(通用操盘线,操盘线)and 通用操盘线>90,100,2);
drawtext(cross(90,操盘线),90,'跑吧');
drawicon(cross(var2,var3)and 操盘线<20 and 获利比>ref(获利比,1),3,1);
drawtext(cross(快线,0),10,'金叉');
drawtext(cross(100,快线) and 操盘线>60 and 一天线<ref(一天线,1),100,'死叉');
短线追涨:stickline(ref(var7,1)=0 and var7>0,0,20,6,0);
选股公式 要求3条线(快线,操盘线,通用操盘线)同时向上走的时候做出选股 谢谢了
快线:=ma((3*sma((c-llv(l,9))/(hhv(high,9)-llv(l,9))*100,3,1)-2*sma(sma((c-llv(l,9))/(hhv(high,9)-llv(l,9))*100,3,1),3,1)),2);
操盘线:=ma(3*sma((c-llv(l,21))/(hhv(h,21)-llv(l,21))*100,5,1)-2*sma(sma((c-llv(l,21))/(hhv(h,21)-llv(l,21))*100,5,1),3,1),3);
通用操盘线:=ma(3*sma((c-llv(l,27))/(hhv(h,27)-llv(l,27))*100,5,1)-2*sma(sma((c-llv(l,27))/(hhv(h,27)-llv(l,27))*100,5,1),3,1),5);
xg:快线>ref(快线,1) and 操盘线>ref(操盘线,1) and 通用操盘线>ref(通用操盘线,1);
>>>使用本站搜索工具可以找到更多“操盘线公式 飞狐操盘指标 源码”