【幣圈指標(biāo)】航海家特別系列之智能輔助線

源代碼:

mid=(3*close+low+open+high)/6;

牛線=(20*mid+19*refBefore(mid,1)+18*refBefore(mid,2)+17*refBefore(mid,3)+16*refBefore(mid,4)+15*refBefore(mid,5)+14*refBefore(mid,6)+13*refBefore(mid,7)+12*refBefore(mid,8)+11*refBefore(mid,9)+10*refBefore(mid,10)+9*refBefore(mid,11)+8*refBefore(mid,12)+7*refBefore(mid,13)+6*refBefore(mid,14)+5*refBefore(mid,15)+4*refBefore(mid,16)+3*refBefore(mid,17)+2*refBefore(mid,18)+refBefore(mid,20))/210;

draw(牛線,color="red");

馬線=ma(牛線,6);

draw(馬線,color="green");

五日線=ma(close,5);

draw(五日線,color="#liblue");

水平面=ma(close,60);

draw(水平面,color="yellow");


?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容