Page 19 of 29 FirstFirst ... 9 17 18 19 20 21 ... LastLast
Results 181 to 190 of 288
Like Tree135Likes

John Ehlers Toolbox

This is a discussion on John Ehlers Toolbox within the Trading tools forums, part of the Trading Forum category; Originally Posted by igorad Hi MantaDiver, Please check out the updated AdaptiveLaguerreRSI indicator for the new MT4. Attachment 22614 Regards, ...

      
   
  1. #181
    Member
    Join Date
    Jul 2013
    Location
    witbank
    Posts
    60

    Quote Originally Posted by igorad View Post
    Hi MantaDiver,
    Please check out the updated AdaptiveLaguerreRSI indicator for the new MT4.
    Attachment 22614
    Regards,
    Igor
    Hi

    Thanks for your Kindness

    Cheers

  2. #182
    Junior Member
    Join Date
    Aug 2016
    Posts
    5
    Quote Originally Posted by igorad View Post
    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
    Hello Igor,

    When i use this code, it is throwing error...

    Could you please create the advanced MTF Hilbert SineWave indicator with ability to plot the Support/Resistance levels for Mt4 6000+ build...

    Your help is much appreciated.

    Thanks in advance...

  3. #183
    igorad
    Guest
    Quote Originally Posted by jencormick View Post
    Hello Igor,

    When i use this code, it is throwing error...

    Could you please create the advanced MTF Hilbert SineWave indicator with ability to plot the Support/Resistance levels for Mt4 6000+ build...

    Your help is much appreciated.

    Thanks in advance...

    Hi jencormick,

    Please check out the updated Hilbert SineWave indicator for the new MT4.


    Attachment 22887



    Regards,
    Igor
    chartartist and sdao85 like this.

  4. #184
    Junior Member
    Join Date
    Aug 2016
    Posts
    5
    Thanks Igor,

    You have my gratitude.... Much appreciated....

  5. #185
    Junior Member
    Join Date
    Aug 2016
    Posts
    5
    Quote Originally Posted by igorad View Post
    Hi jencormick,

    Please check out the updated Hilbert SineWave indicator for the new MT4.


    Attachment 22887



    Regards,
    Igor
    Hello Igor,

    If you could kindly indulge my request, it would be great. Could you kindly code the updated Hilbert SineWave indicator for Ami Broker ie.in AFL (Amibroker Formula Language).

    You have my gratitude.

    Thanks once again.

  6. #186
    Junior Member
    Join Date
    Nov 2013
    Posts
    3
    Hi Igorad!

    I've just checked your UniversalOscillator, and maybe i've found a bug. In the orignal Ehlers formula there is:

    b1 = 2 * a1 * Cosine( 1.414 * 180 / BandEdge ) ;

    but in your code there is:

    b = 2*a*MathCos(1.414*pi/BandEdge);


    So you've changed the 180 degree value with the Pi. It produces smoother results but different from the original idea...

  7. #187
    igorad
    Guest
    Quote Originally Posted by Ghizzo View Post
    Hi Igorad!

    I've just checked your UniversalOscillator, and maybe i've found a bug. In the orignal Ehlers formula there is:

    b1 = 2 * a1 * Cosine( 1.414 * 180 / BandEdge ) ;

    but in your code there is:

    b = 2*a*MathCos(1.414*pi/BandEdge);


    So you've changed the 180 degree value with the Pi. It produces smoother results but different from the original idea...
    Hi Ghizzo,

    it's not a bug because this Ehlers' formula is for Tradestation where all trigonometric functions use degrees(180=pi).

    Regards,
    Igor
    chartartist likes this.

  8. #188
    Junior Member
    Join Date
    May 2013
    Posts
    25
    Igorad,
    Can you convert the John Ehlers least mean squares Tradestationn code into mql4?Thanks.
    Attached Files Attached Files

  9. #189
    Member
    Join Date
    Mar 2013
    Posts
    86
    Quote Originally Posted by igorad View Post
    Hi jencormick,

    Please check out the updated Hilbert SineWave indicator for the new MT4.


    Attachment 22887



    Regards,
    Igor
    Igor,

    Is it possible to code the Hibert Sinewave so that when the market is in Trend mode then the background color shows that similar to that of the picture attached?

    thanks,
    jim
    Attached Thumbnails Attached Thumbnails John Ehlers Toolbox-sinewave2.jpg  

  10. #190
    igorad
    Guest
    Quote Originally Posted by 94315jim View Post
    Igor,

    Is it possible to code the Hibert Sinewave so that when the market is in Trend mode then the background color shows that similar to that of the picture attached?

    thanks,
    jim

    Hi Jim,

    Could you show me the full picture or give me the link where you found it?

    Regards,
    Igor

Page 19 of 29 FirstFirst ... 9 17 18 19 20 21 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •