china elite technical analysis Source

B:=EMA(100+WINNER(C)*100-HHV(WINNER(C)*100,20),3);
DRAWGBK(C,COLORRGB(255,0,0),0,1);
FILLRGN(C,B,100),color555555;
ÍÚ¿ÓÏß:B,linethick2;
³É±¾¹ÔÀë:(c/cost(50)-1)*100,linethick0;
STICKLINE(C>0,20,20,6,0)colorgreen;
STICKLINE(C>0,80,80,6,0)colorgreen;
STICKLINE(C>0,50,50,6,0)colorwhite;
 

Attachments

  • 1.jpg
    1.jpg
    61.8 KB · Views: 174
Quote from xfzj:

B:=EMA(100+WINNER(C)*100-HHV(WINNER(C)*100,20),3);
DRAWGBK(C,COLORRGB(255,0,0),0,1);
FILLRGN(C,B,100),color555555;
ÍÚ¿ÓÏß:B,linethick2;
³É±¾¹ÔÀë:(c/cost(50)-1)*100,linethick0;
STICKLINE(C>0,20,20,6,0)colorgreen;
STICKLINE(C>0,80,80,6,0)colorgreen;
STICKLINE(C>0,50,50,6,0)colorwhite;


More details possible????
 
Key in here£º

B evaluation: 100+ by in closing price computation profit plate proportion *100-20 date by closing price computation profit plate proportion *100 maximum on 3rd index migration average
 
Back
Top