-
Continuous?
-
1. Find stocks whose closing price is near the 30-day weekly line, preferably 30 is a variable, and the nearby area is also a variable.
-
Input: period of moving average (1, 999,10);
Input: nearby (1, 999,1);
Average value =MA(C, average period);
Nearby area: ABS(C- EMA)/EMA * 100.
-
2. Find out the stocks with 4 to 5 cross stars in the last 30 days.
-
Input: number (1, 99,4);
Cross star = ABS (C-O)/O * 100
Continuous cross star: COUNT > = number, 30)>0;
-
3. Mark the K-line diagram to indicate which K-line is before 100 and before 200 days.
-
/question/ 1972 16595 . html