均5:MA(CLOSE,5), coloryellow;
均10:MA(CLOSE,10), colormagenta;
均30: MA(CLOSE,30), colorgreen;
均60: MA(CLOSE, 60), colorffff00, POINTDOT, linethick2;
魔鬼通道上:均30 + 2*STD(CLOSE,60), COLORff6633 ,POINTDOT ,linethick2 ;
魔鬼通道下:均30 – 2*STD(CLOSE,60), COLOR00ff99 ,POINTDOT ,linethick2;
STICKLINE(魔鬼通道上>LOW AND 魔鬼通道上<HIGH,魔鬼通道上,MAX(魔鬼通道上,MAX(OPEN,CLOSE)),8,0),colorgreen;
STICKLINE(魔鬼通道上>MIN(C,O) AND 魔鬼通道上<MAX(C,O),魔鬼通道上,MAX(OPEN,CLOSE),8,0),colorgreen;
STICKLINE(魔鬼通道上>LOW AND 魔鬼通道上<HIGH,魔鬼通道上,HIGH,1,0),colorgreen;
STICKLINE(魔鬼通道上<LOW,OPEN,CLOSE,8,0),colorgreen;
STICKLINE(魔鬼通道上<LOW,HIGH,LOW,1,0),colorgreen;
STICKLINE(魔鬼通道下>LOW AND 魔鬼通道下<HIGH,魔鬼通道下,MIN(MIN(OPEN,CLOSE),魔鬼通道下),8,0),colormagenta;
//{www.gUPaNg.com 股旁网_同花顺股票指标公式}
STICKLINE(魔鬼通道下>LOW AND 魔鬼通道下<HIGH,魔鬼通道下,LOW,1,0),colormagenta;
STICKLINE(魔鬼通道下>HIGH,OPEN,CLOSE,8,0),colormagenta;
STICKLINE(魔鬼通道下>HIGH,HIGH,LOW,1,0),colormagenta;魔鬼通道

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。