Indicator Name: Enhanced Signal-to-Noise Ratio
(Rocket Science)
Function Name: Signal-To-Noise Ratio
Format: ExtFml( "ADSI.SNR", Inputs, Periods,
alphas)
Input 1: Inputs. This is typically a Price
array, but could be any input.
Input 2: Periods. Cybernetic Cycle Period,
Homodyne Cycle Period, or other period input.
Input 3: alphas. This is an exponential smoothing
factor applied at the end of the calculation. A larger alpha
results in a smoother final output. This value is range bound
between 0.0 and 1.0.
Formula 1.)
period := ExtFml("ADSI.CyberCyclePeriod",
MP(), .18, .05, 1.1);
ExtFml("ADSI.SNR", MP(), period, .5 ) - 6.0 ;
Figure 1.)
Metastock screenshot with Indicator Description
|