Add a High or Low for the past N periods for Price, Moving Averages, RT, VST, etc
For variables (like Moving Averages, VST, RT, etc) that are calculated for each bar (hour, day, week, etc.) define MAX(Variable, N) and MIN(Variable, n) functions (maximum of minimum of the "Variable" in the past "n" periods) that can be used in UniSearch criteria. A market should be optionally shown in the chart.
This is a generalization of putting the 52-week high/low on the chart.
This would allow a UniSearch for sticks meeting Dr DiLiddo's "Midas Touch" analysis as follows:
If RT > MAX (RT,90) and
MA(10) => Max (MA(10),90) and
MA(40) => MAX(MA(40),90) and
MA(10) > MA(40),
then select stock.
2
votes
Victor Grambsch
shared this idea