m0:=finance(7);m1:=100*vol/(finance(7)/100)>3;m2:=winner(c)*100>80;m3:=ref(c,1)*1.01;m4:=ref(c,1)*1.035;m5:=ref(c,1)*0.99;m6:=ref(c,1)*0.965;m7:=c>=m3 and c;m8:=c<=m5 and c>=m6;m9:=if(c...
{主图}t1:=ma(c,15);if(c>=t1 and t1>=ref(t1,1),t1,draw**),colorred;if(c<t1 or t1<ref(t1,1),t1,draw**),colorgreen;stickline(c>=t1 and t1>=ref(t1,1),c,h,0,0),colorred;stickline(c>=t1 a...