1樓:無級變速
0,color666666;
dif1:=(ema(c,6)-ema(c,13));
dea1:=ema(dif1,6),colorwhite;
macd1:=(dif1-dea1)*2;
mamacd1:=ma(macd1,2);
dif2:=(ema(c,12)-ema(c,26));
dea2:=ema(dif2,9),colorwhite;
macd2:=(dif2-dea2)*2;
mamacd2:=ma(macd2,2);
dif3:=(ema(c,20)-ema(c,60));
dea3:=ema(dif3,10),colorwhite;
macd3:=(dif3-dea3)*2;
mamacd3:=ma(macd3,2);
dif4:=(ema(c,60)-ema(c,120));
dea4:=ema(dif4,10),colorwhite;
macd4:=(dif4-dea4)*2;
mamacd4:=ma(macd4,2);
dif5:=(ema(c,120)-ema(c,250));
dea5:=ema(dif5,10),colorwhite;
macd5:=(dif5-dea5)*2;
mamacd5:=ma(macd5,2);
dif6:=(ema(c,250)-ema(c,500));
dea6:=ema(dif6,10),colorwhite;
macd6:=(dif6-dea6)*2;
mamacd6:=ma(macd6,2);
a1:=dif1>=ref(dif1,1);
a2:=dif2>=ref(dif2,1);
a3:=dif3>=ref(dif3,1);
a4:=dif4>=ref(dif4,1);
a5:=dif5>=ref(dif5,1);
a6:=dif6>=ref(dif6,1);
b1:=dif1<=ref(dif1,1);
b2:=dif2<=ref(dif2,1);
b3:=dif3<=ref(dif3,1);
b4:=dif4<=ref(dif4,1);
b5:=dif5<=ref(dif5,1);
b6:=dif6<=ref(dif6,1);
a7:=dif6>0 and dif6ref(dif6,1);//
a9:=dif6<0 and dif60 and dif6>ref(dif6,1);//
a11:=dif4<=ref(dif4,1);
a12:=dif5<=ref(dif5,1);
stickline(a6,0,1,3,0),colorblue;
stickline(a5,1,2,3,0),colordddddd;
stickline(a4,2,3,3,0),colorred;
stickline(a4 and a3 and a2,3,4,3,0),colormagenta;
stickline(a4 and a3 and a2 and a1,4,5,3,0),coloryellow;
stickline(b6,0,1,3,0),color333333;
stickline(b5,1,2,3,0),color444444;
stickline(b4,2,3,3,0),color666666;
stickline(a6 or a5,7.5,8,3,0),color339999;
stickline(a6 or a5,7.5,8,1,0),color33ffff;
stickline(b5 or b6,7.5,8,3,0),color333333;
stickline(b5 or b6,7.5,8,1,0),color666666;
stickline((a6 or a5) and a4 and a3 and a2 ,7.5,8,3,0),color993399;
stickline((a6 or a5) and a4 and a3 and a2 ,7.5,8,1,0),colorff00ff;
stickline((b6 or b5) and a4 and a3 and a2 and a1,7.5,8,3,0),color666600;
stickline((b6 or b5) and a4 and a3 and a2 and a1,7.5,8,1,0),colorffff00;
測試通過,希望能夠幫助你!
幫忙看下這個公式同花順提示錯誤行1 語法錯誤,變數n未定義
第一行加 n 5 n1 10 著兩個引數可自己調 同花順公式 測試公式出現 行1 語法錯誤,變數 period 未定義,請老師修改下,謝謝 vvol if currbarscount 1 and period 5,vol 240 fromopen,drawnull nodraw stickline ...
同花順匯入公式原始碼 提示語法錯誤,變數highv01未定義,有哪位大神可以幫忙修改下
這 應該是缺少內容不全。太少無法判斷缺少什麼 同花順公式 測試公式出現 行1 語法錯誤,變數 period 未定義,請老師修改下,謝謝 vvol if currbarscount 1 and period 5,vol 240 fromopen,drawnull nodraw stickline cu...
金蝶KIS專業版工資公式設定總是提示」計時工資不允許作為公式
你可以打 問金蝶技術員,它是一款自主開發軟體,跟寫程式的公司有關 請問誰會金蝶軟體專業版中的工資管理 公式設定,最好能舉例說明。樓主,提問首先要舉例你的這個公式是怎麼編的,沒看到你的公式,不方便查詢問題 使用的是金蝶kis專業版,錄入工資公式出現了問題,求大神解決,急急急急 70 1公式設定那裡可能...