Wedding Bus 官方
2024-11-15 20:00:09
最佳回答
n:=20;m:=32;p1:=80;p2:=100;var1:=(c+h+o+l)/4;卖出:=(var1,n)*(1+p1/1000),;买入:=(var1,m)*(1-p2/1000);幅度:=100*(卖出-买入)/买入;ma1:=ma(var1,3);a1:=stickline(卖出> and 卖出<,卖出,(卖出,(,close)),3,0);a2:=stickline(卖出>(c,o) and 卖出<(c,o),卖出,max(,close),3,0);a3:=stickline(卖出> and 卖出<,卖出,,0,0);a4:=stickline(卖出<,,close,3,0);a5:=stickline(卖出<low,high,low,0,0);b1:=stickline(买入>low and 买入<high,买入,((open,close),买入),3,0);b2:=stickline(买入>min(c,o) and 买入<max(c,o),买入,min(open,close),3,0);b3:=stickline(买入>low and 买入<high,买入,low,0,0);b4:=stickline(买入>high,open,close,3,0);b5:=stickline(买入>high,high,low,0,0);xg1:(low,买入);xg2:=(卖出,high);选股时将xg1与xg2中“=”互换一下就可。不过,公式用到未来函数。{个人看法,仅供参考。} 20210311