Page 20 of 29 FirstFirst ... 10 18 19 20 21 22 ... LastLast
Results 191 to 200 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 Jim, Could you show me the full picture or give me the link where you ...

      
   
  1. #191
    Member
    Join Date
    Mar 2013
    Posts
    86
    Quote Originally Posted by igorad View Post
    Hi Jim,

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

    Regards,
    Igor
    Igor,

    The indicator is called RTTMarketPulse which is a modified sine wave. In RTTMarketPulse, the bkdg color "darkens" as the trend gets stronger. I am not looking for the color to "darken" as the trend gets stronger. Just want the indicator to show that the market is trending by changing the color of the bkdg to a different color.

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

  2. #192
    Member
    Join Date
    Mar 2013
    Posts
    86
    Quote Originally Posted by igorad View Post
    Hi Lunarus,

    Please check out the SimpleDecycler and DecyclerOscillator indicators according to the second link.

    Attachment 16112

    Regards,
    Igor
    Igor,

    Is it possible to code DecyclerOscillator so that we can have two decycler in one window as the article states?

    I have tried putting two DecyclerOscillator in one window but cannot get the "zero line" to line up unless I fix the min/max of the indicator.

    thanks,
    jim

  3. #193
    Member
    Join Date
    Mar 2013
    Posts
    86
    Quote Originally Posted by 94315jim View Post
    Igor,

    Is it possible to code DecyclerOscillator so that we can have two decycler in one window as the article states?

    I have tried putting two DecyclerOscillator in one window but cannot get the "zero line" to line up unless I fix the min/max of the indicator.

    thanks,
    jim
    Igor,

    Request withdrawn as I found the DecyclerOscillator I was looking for. Thank You.

    If possible, could you look into the previous request regarding HibertSineWave.


    Thanks,
    jim

  4. #194
    igorad
    Guest
    Quote Originally Posted by Tovim View Post
    Igorad,
    Can you convert the John Ehlers least mean squares Tradestationn code into mql4?Thanks.

    Hi Tovim,

    Please check out the AllStochastics Predictor indicator which is similar to the LMS Predictor described in the article.


    Attachment 24796



    Regards,
    Igor
    rogeriob28, Tovim and chartartist like this.

  5. #195
    Member
    Join Date
    Mar 2013
    Posts
    86
    Igor,

    I was wondering do you have phase plot indicator similar to the attached picture?

    thanks,

    jim
    Attached Thumbnails Attached Thumbnails John Ehlers Toolbox-phase2.jpg  

  6. #196
    Senior Member madopter's Avatar
    Join Date
    Jun 2014
    Posts
    100
    Quote Originally Posted by 94315jim View Post
    Igor,

    I was wondering do you have phase plot indicator similar to the attached picture?

    thanks,

    jim
    Hi Jim,

    I don't know about signal processing subject but the indicator in your screenshot does look similar to the one from this post: John Ehlers Toolbox

    madopter

  7. #197
    Member
    Join Date
    Mar 2013
    Posts
    86
    Quote Originally Posted by madopter View Post
    Hi Jim,

    I don't know about signal processing subject but the indicator in your screenshot does look similar to the one from this post: John Ehlers Toolbox

    madopter
    Hi madopter,

    You are right that the first indicator subwindow is exactly the same as HibertSineWave.

    I am actually looking for the indicator in the second subwindow.

    Thanks for the help,
    jim

  8. #198
    Member
    Join Date
    Mar 2013
    Posts
    86
    Igor,

    I have attached an article that may help with programming the phase angle indicator.

    thanks,
    jim
    Attached Files Attached Files

  9. #199
    igorad
    Guest
    Quote Originally Posted by 94315jim View Post
    Igor,

    I have attached an article that may help with programming the phase angle indicator.

    thanks,
    jim
    Hi Jim,

    Please check out the Phase Adaptive indicator which developed according to attached article plus I added an option to use the adaptive cycle period.

    Attachment 24950


    Regards,
    Igor

  10. #200
    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,

    I am want to convey my thanks again for coding the MTF Hilbert Sine Wave Indicator with Support and Resistance Lines...

    I would like to study more on the topic. Could you please link the article/source on which you coded the indicator.

    Much appreciated for everything you have done.

    Thanks

Page 20 of 29 FirstFirst ... 10 18 19 20 21 22 ... 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
  •