Hi,
Please take a look at the most advanced MTF Hilbert SineWave indicator with ability to plot the Support/Resistance levels.
Code:extern int TimeFrame = 0; // TimeFrame in min extern int Price = 4; // Price = 0...6 extern double Alpha = 0.07; // Cycle Smoothing Factor extern int MedianPeriod = 5; // Period of Moving Median extern int DCsmooth = 5; // Period of Dominant Cycle Smoothing extern double AdvanceAngle = 90; // Advance Angle for lag compensation extern double LeadSineAngle = 45; // Leading Sine Angle extern int SupportResistanceMode = 0; // 0-off,1-on extern color SupportColor = DeepSkyBlue; extern color ResistanceColor = OrangeRed; extern int LineWidth = 2; extern int LineStyle = 0; extern string UniqueName = "SineWave";
Attachment 2469
Attachment 2470
Regards,
Igor
Bookmarks