Page 17 of 29 FirstFirst ... 7 15 16 17 18 19 27 ... LastLast
Results 161 to 170 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 XAVIER Hi, I can't see the universaloscillator just an horizontal line and the limits I thank you ...

      
   
  1. #161
    igorad
    Guest
    Quote Originally Posted by XAVIER View Post
    Hi,

    I can't see the universaloscillator just an horizontal line and the limits

    I thank you Xavier
    Hi XAVIER,

    It's strange because the indicator works fine.

    Attachment 19738


    Regards,
    Igor

  2. #162
    Junior Member
    Join Date
    Nov 2015
    Posts
    9
    Quote Originally Posted by igorad View Post
    Hi Fmfx,

    Please check out the updated AdaptiveBBands indicator with the advanced popup/email/push alerts.


    Attachment 16311

    Regards,
    Igor

    Dear Igor,

    should be possible to modify the attached indicator ( Band Distance Variation mtf) accordingly to the concept applied to the adaptive BB ( thus having an adaptive BDV )?

    Many thanks,

    Andrea

    BDV mtf.mq4

  3. #163
    Member
    Join Date
    Mar 2013
    Posts
    86
    Quote Originally Posted by igorad View Post
    Perhaps Fisher Transform is the most commonly used indicator from J.Ehlers collection because of using the wrong versions such as Fisher_Yur4ik, SolarWind and many other clones.

    So please take a look at most advanced version of the Fisher Tranform where you can use 25 kinds of MAs, 3 Math Models(RSI, Stoch, DMI) and 3 kinds of Overbought/Oversold levels.

    Please note that default settings correspond to the original version of this indicator.

    Code:
    extern int     TimeFrame         =     0;    // TimeFrame in min
    extern int     MathMode          =     1;    // Math method: 0-RSI;1-Stoch;2-DMI
    extern int     Price             =     4;    // Price = 0...10 (see List of Prices)
    extern int     Length            =    10;    // Period of evaluation
    extern int     PreSmooth         =     5;    // Period of PreSmoothing
    extern int     Smooth            =     3;    // Period of smoothing
    extern int     Signal            =     1;    // Period of Signal Line
    extern int     MA_Method         =     1;    // See list above
    extern int     LevelsMode        =     0;    // Levels Mode: 0-OverBought/OverSold 
                                                 //              1-StdDev Bands
                                                 //              2-High/Low Channel
    extern double  OverBought        =    95;    // OverBought Level (ex.70)
    extern double  OverSold          =     5;    // OverSold Level (ex.30)
    extern int     LookBackPeriod    =    20;    // LookBack Period for LevelsMode=1,2 
    extern double  UpperMultiplier   =     1;    // Upper Band Multiplier for LevelsMode=1 
    extern double  LowerMultiplier   =     1;    // Lower Band Multiplier for LevelsMode=1

    Attachment 1259



    Regards,
    Igor
    Igor,

    Could you program an "adaptive" AllFisherTransform and AllInverseFisher where the period/length (eg. 1, 1.5, 1.75, etc) is based on the output of cyberperiod indicator?

    thanks,
    jim

  4. #164
    igorad
    Guest
    Hi Jim,

    Please check out the updated AllFisherTransform and the AllFisherTransform Adaptive indicator.


    Attachment 19920

    Regards,
    Igor
    chartartist, mak and Mansa like this.

  5. #165
    igorad
    Guest
    Quote Originally Posted by 94315jim View Post
    Igor,

    Could you program an "adaptive" AllFisherTransform and AllInverseFisher where the period/length (eg. 1, 1.5, 1.75, etc) is based on the output of cyberperiod indicator?

    thanks,
    jim
    Hi Jim,

    Please check out the updated AllInverseFisher and the AllInverseFisher Adaptive indicator.


    Attachment 19953


    Regards,
    Igor
    chartartist likes this.

  6. #166
    Member
    Join Date
    Mar 2013
    Posts
    86
    Igor,

    For AllInverseFisher_adaptive there is nothing showing up in the indicator window if I do any the following:
    - if I change MA_Method to one of the other MAs besides the default one
    - if I change MathMode to Stochastic

    For FisherTransform_adaptive there is nothing showing up in the indicator window if I change the MathMode to either RSI or DMI

    Regards,
    jim

  7. #167
    igorad
    Guest
    Quote Originally Posted by 94315jim View Post
    Igor,

    For AllInverseFisher_adaptive there is nothing showing up in the indicator window if I do any the following:
    - if I change MA_Method to one of the other MAs besides the default one
    - if I change MathMode to Stochastic

    For FisherTransform_adaptive there is nothing showing up in the indicator window if I change the MathMode to either RSI or DMI

    Regards,
    jim
    Hi Jim,

    Please check out the fixed AllInverseFisher_adaptive and FisherTransform_adaptive indicators.

    Attachment 19986

    Regards,
    Igor
    chartartist likes this.

  8. #168
    Junior Member
    Join Date
    Nov 2015
    Posts
    9
    Quote Originally Posted by AndreaTrade View Post
    Dear Igor,

    should be possible to modify the attached indicator ( Band Distance Variation mtf) accordingly to the concept applied to the adaptive BB ( thus having an adaptive BDV )?

    Many thanks,

    Andrea

    BDV mtf.mq4

    Dear Igor,
    May be the case that my requet was skipped during the weekend.
    Could you please reconsider it?
    Many thanks, Andrea

  9. #169
    igorad
    Guest
    Quote Originally Posted by AndreaTrade View Post
    Dear Igor,
    May be the case that my requet was skipped during the weekend.
    Could you please reconsider it?
    Many thanks, Andrea

    Hi AndreaTrade,

    Please check out the Adaptive BDV indicator with the new set of MAs.


    Attachment 20123


    Regards,
    Igor

  10. #170
    Junior Member
    Join Date
    Nov 2015
    Posts
    9
    Igor,

    Many thanks it's working perfectly !

    Andrea

Page 17 of 29 FirstFirst ... 7 15 16 17 18 19 27 ... 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
  •