Current location - Trademark Inquiry Complete Network - Futures platform - How to choose stock selection formula in 2560 tactics
How to choose stock selection formula in 2560 tactics
{2560 Tactical Master Map}

MA5:MA(C,5),LINETHICK2

MA 10:MA(C, 10);

MA25:MA(C,25),LINETHICK2

MA60: Ma (c, 60);

MA 120:MA(C, 120);

MA250:MA(C,250);

IF(MA25 & lt; REF(MA25, 1),MA25,DRAWNULL),COLORGREEN,LINETHICK2

PP 1:= H & gt; =MA(C,5)* 1.08;

PP2:= L * 1.2 & lt; =MA(C,25);

DRAWICON(PP 1,H* 1.02, 15);

DRAWICON(PP2,L*0.97,26);

STICKLINE(CROSS(MA(C,5),MA(C,25)),O,C, 1,0),COLORYELLOW

DRAWICON((MA(C,4)*4+MA(C,25))/5 & gt; =MA(C, 25) and MA(C, 5) < Ma (c, 25), L*0.97,1);

=================================

{The tactics used by 2560 are very simple: the 25-day moving average is firmly upward. When the 5-day moving average crosses or steps back on the 25-day moving average, the volume of the 5-day moving average is greater than that of the 60-day moving average, which is the time to intervene. At this time, it is best to have a shrinking small star line transition:};

XG:COUNT(MA(C, 25)>REF(MA(C, 25), 1), 5)>= 1 and (CROSS(MA(C, 5), MA(C, 25)) or L< ma (c). 1.2 and MIN(C, o)-l > ABS(O-C)* 2.5;