有这样的股票主图指标想不挣钱都难

  来源:  
S:=12;P:=26;M:=9;
A:=AMOUNT/V/100;
股票主图指标:=EMA((((A-EMA(A,13))/EMA(A,13))*(0-100)),5);
股票主图:=EMA(((股票主图指标/10)+EMA(A,10)),3);Y1:=EMA(A,3);
股票挣钱:=(C+0.618*REF(C,1)+0.382*REF(C,2)+0.236*REF(C,3)+0.146*REF(C,4))/2.382;
股票:=EMA(((SLOPE(C,22)*20)+C),55);
NNBB1:MA(REF(HHV(C,30),1),2);
NNBB2:MA(REF(LLV(C,30),1),2);
NNBB3:(HHV(HIGH,9)+LLV(LOW,9))/2,COLORMAGENTA,LINETHICK2;
NNBB5:=EMA(CLOSE,S) - EMA(CLOSE,P);
NNBB8:=EMA(NNBB5,M);
MACD:=2*(NNBB5-NNBB8),COLORYELLOW,LINETHICK0;
CCEE4:=IF(MACD>0 AND MACD>=REF(MACD,1),MACD,0);
CCEE3:=IF(MACD>0 AND MACD<REF(MACD,1),MACD,0);
CCEE2:=IF(MACD<0 AND MACD<=REF(MACD,1),MACD,0);
CCEE1:=IF(MACD<0 AND MACD>REF(MACD,1),MACD,0);
AA:=STICKLINE( C<0,H*1.003,L*0.998,0,0),COLOR666666;
BB:=STICKLINE( C<0,O,C,2.95,1),COLOR666666;
STICKLINE(CCEE4>0,O,C,3.0,0),COLOR0000BB;
STICKLINE(CCEE4>0,O,C,2.7,0),COLOR0000CC;
STICKLINE(CCEE4>0,O,C,2.4,0),COLOR0011CC;
STICKLINE(CCEE4>0,O,C,2.0,0),COLOR1122DD;
STICKLINE(CCEE4>0,O,C,1.7,0),COLOR2233DD;
STICKLINE(CCEE4>0,O,C,1.3,0),COLOR3344EE;
STICKLINE(CCEE4>0,O,C,1,0),COLOR4455EE;
STICKLINE(CCEE4>0,O,C,0.6,0),COLOR5566FF;
STICKLINE(CCEE4>0,O,C,0.3,0),COLOR6677FF;
STICKLINE(CCEE4>0,H,L,0,0),COLOR6677FF;
STICKLINE(CCEE3>0,O,C,3,0),COLOR0077BB;
STICKLINE(CCEE3>0,O,C,2.6,0),COLOR0088CC;
STICKLINE(CCEE3>0,O,C,2.2,0),COLOR0099CC;
STICKLINE(CCEE3>0,O,C,1.8,0),COLOR00AADD;
STICKLINE(CCEE3>0,O,C,1.4,0),COLOR00BBDD;
STICKLINE(CCEE3>0,O,C,1,0),COLOR00CCEE;
STICKLINE(CCEE3>0,O,C,0.6,0),COLOR00DDEE;
STICKLINE(CCEE3>0,O,C,0.2,0),COLOR00EEFF;
STICKLINE(CCEE3>0,O,C,0.1,0),COLOR00FFFF;
STICKLINE(CCEE3>0,H,L,0,0),COLOR00FFFF;
STICKLINE(CCEE1<0,O,C,3,0),COLOR770000;
STICKLINE(CCEE1<0,O,C,2.7,0),COLOR881100;
STICKLINE(CCEE1<0,O,C,2.4,0),COLOR992200;
STICKLINE(CCEE1<0,O,C,2.1,0),COLORAA3300;
STICKLINE(CCEE1<0,O,C,1.7,0),COLORBB4400;
STICKLINE(CCEE1<0,O,C,1.4,0),COLORCC5500;
STICKLINE(CCEE1<0,O,C,1.1,0),COLORDD6600;
STICKLINE(CCEE1<0,O,C,0.8,0),COLOREE7700;
STICKLINE(CCEE1<0,O,C,0.4,0),COLORFF8800;
STICKLINE(CCEE1<0,H,L,0,0),COLORFF8800;
STICKLINE(CCEE2<0,O,C,3.0,0),COLOR005500;
STICKLINE(CCEE2<0,O,C,2.8,0),COLOR007700;
STICKLINE(CCEE2<0,O,C,2.4,0),COLOR009900;
STICKLINE(CCEE2<0,O,C,2.0,0),COLOR00AA00;
STICKLINE(CCEE2<0,O,C,1.6.5,0),COLOR00BB00;
STICKLINE(CCEE2<0,O,C,1.2,0),COLOR00CC00;
STICKLINE(CCEE2<0,O,C,1.0,0),COLOR00DD00;
STICKLINE(CCEE2<0,O,C,0.6,0),COLOR00EE00;
STICKLINE(CCEE2<0,O,C,0.2,0),COLOR00FF00;
STICKLINE(CCEE2<0,H,L,0,0),COLOR00FF00;
CCEE9:=(CLOSE-REF(CLOSE,1))/REF(CLOSE,1)*100;
CCEE6:IF(CCEE9>0,CCEE9,DRAWNULL),COLORRED,NODRAW;
DRAWTEXT(CCEE6>9,L*0.98,'');

有这样的股票主图指标想不挣钱都难.jpg