大智慧金山銀山買入賣出指標(biāo)公式
大智慧指標(biāo)公式源碼概況:
- 指標(biāo)類別: 大智慧指標(biāo)公式
- 授權(quán)方式: 免費版
- 指標(biāo)評級: ★★★★★
- 指標(biāo)分類: 停損
- 畫線方法: 主圖
- 日期:2022-10-21 來源:互聯(lián)網(wǎng)
大智慧指標(biāo)公式源碼介紹:
大智慧金山銀山買入賣出指標(biāo)公式:
diff:=ema(close,12)-ema(close,26);
dea:=ema(diff,9);
ma(c,8),colorwhite;
ma(c,21),coloryellow;
多頭:stickline(diff>dea,c,o,8,0),colorred;
stickline(diff>dea,h,l,0,0),colorred;
空頭:stickline(diff<=dea,c,o,8,0),COLORF0F000;
stickline(diff<=dea,h,l,0,0),COLORF0F000;
drawtext(cross(diff,dea),l-0.2,'買入'),colorwhite;
drawtext(cross(dea,diff),h+0.2,'賣出'),colorgreen;
大智慧金山銀山買入賣出指標(biāo)公式實例圖解:
大智慧金山銀山買入賣出指標(biāo)公式
大智慧指標(biāo)相關(guān)閱讀