股票公式:=AMOUNT/VOL/100;
神秘线趋势:=(3*HIGH+LOW+OPEN+2*CLOSE)/7;
eeedds1:=SUM(AMOUNT,7)/股票公式/100;
eeedds2:=DMA(神秘线趋势,VOL/eeedds1);
eeedds3:=(CLOSE-eeedds2)/eeedds2*100;
eeedds4:=MA(eeedds3,20)+STD(eeedds3,20);
eeedds5:=MA(eeedds3,20)-STD(eeedds3,20);
eeedds6:=MA(eeedds3,20)+1.732*STD(eeedds3,20);
eeedds7:=MA(eeedds3,20)-1.732*STD(eeedds3,20);
eeedds8:=MA(eeedds3,20);
eeedds9:=eeedds3;{股票公式-股票指标www.gs6699.com}
eeedds91:eeedds6,COLORFF9999;
eeedds92:eeedds4,COLORCC66FF;
eeedds93:eeedds5,COLORCC66FF;
eeedds94:eeedds7,COLORFF9999;
eeedds96:eeedds9,COLORYELLOW;