TD ROC that I use, as recommended by Tom Demark is ratio derived meaning Close / Close [x nbr bars ago] * 100..
I have struggled to formulate good rules for using ROC indicators that would allow them to be incorporated into new or existing trading systems.
I believe the classical approach was to take buy signals when the ROC line is above its center line and take sell signals when it is below. However, prices often go down for a long time while it's above or go up for a long time while it is below...
What do you think is the best way to use this type of indicator?
We seem to have some signal processing guys in this thread.... Take the rate of the rate of change of price which is acceleration a.k.a. gamma. An impulse spike in the rate of the rate of change indicator means that the options just got more premium injected into them.
A 1 day ROC?Which is why you should read "Whiter is Brighter." It explains why a 2 day ROC is preferred over a 1 day.
%%They are just lines on the chart... equivalent to chasing unicorns.




The "Whiter is Brighter" article is using differences of prices, not ratios.A 1 day ROC?
Isn't that just C - C[1], or C / C[1]?
There is one problem introduced by taking the one-bar difference
of the input data. At the Nyquist frequency, where there
are exactly two samples per cycle, those samples are exactly
180 degrees out of phase. Therefore, taking the difference of
these samples doubles the amplitude of the noise. This, in
effect, is the noise gain of the filter. The gain in noise at the
Nyquist frequency can be easily eliminated by using a two-bar
average of the difference. Thus, the modified white spectrum
is computed as:
Code:WhiteSpectrum = ((Close – Close[1]) + (Close[1] – Close[2])) / 2; = (Close – Close[2]) / 2;
Yeah but I asked what is a one ROC, whether or not subtraction or division is used?The "Whiter is Brighter" article is using differences of prices, not ratios.
%%Understand market cycle then decide if you want to use MA/s.


%%
THAT could work well\
or study + understand movin' averages + figure out the market cycle.
IF only all was like SEPT sells or buy tech ETFs in 4th quarter above 200dma![]()