作者:飛狐 指標(biāo) 公式 源碼 來源:cxh99.com 發(fā)布時(shí)間:2022年12月26日
?
{常勝軌道線}
MA5:MA(CLOSE,5);
MA21:MA(CLOSE,21);
SUP外:1.21*MA21;
SDN外:MA21*0.79;
SUP里:1.08*MA21;
SDN里:MA21*0.91;
{K線}
STICKLINE(C>=O,C,O,3,0),COLOR000066;
STICKLINE(C>=O,C,O,2,0),COLOR000077;
STICKLINE(C>=O,C,O,1,0),COLOR000088;
STICKLINE(C>=O,C,O,0.5,0),COLOR000099;
STICKLINE(C>=O,H,L,0,0),COLOR000099;
?
STICKLINE(C<=O,C,O,3,0),COLOR006600;
STICKLINE(C<=O,C,O,2,0),COLOR007700;
STICKLINE(C<=O,C,O,1,0),COLOR008800;
STICKLINE(C<=O,C,O,0.5,0),COLOR009900;
STICKLINE(C<=O,H,L,0,0),COLOR009900;
?
?
公式導(dǎo)入教程: 【通達(dá)信公式源碼導(dǎo)入方法教程】 【同花順公式源碼導(dǎo)入方法教程】 【大智慧新一代公式源碼導(dǎo)入方法教程】
?