Page 6 of 29 FirstFirst ... 4 5 6 7 8 16 ... LastLast
Results 51 to 60 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; Hi, Please take a look at the most advanced MTF Hilbert SineWave indicator with ability to plot the Support/Resistance levels. ...

      
   
  1. #51
    igorad
    Guest

    Hilbert SineWave

    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
    Snowski, Nodp53, Pip and 2 others like this.

  2. #52
    igorad
    Guest
    Hi,

    Please check out the fixed versions of the AdaptiveFisherTransform and AdaptiveInverseFisher.

    Regards,
    Igor
    Snowski likes this.

  3. #53
    Junior Member
    Join Date
    Aug 2013
    Posts
    14
    Hi Bebesel,

    Attachment 2501
    What is the indicator in the main chart? Thanks
    Last edited by dangio; 08-22-2013 at 04:17 PM.

  4. #54
    igorad
    Guest

    Market Mode

    Hi,

    Please take a look at the advanced MarketMode indicator with ability to plot the BandPass Filter plus you can play with some parameters that are hidden in the original.

    Code:
    extern int     TimeFrame    =      0;  //Timeframe in min
    extern int     Price        =      4;  //Applied to(see list above)
    extern int     BPLength     =     20;  //Bandpass filter period in bars 
    extern int     MeanLength   =     40;  //Mean period (usually equal 2*BPLength) 
    extern double  BPDelta      =    0.5;  //BandPass filter Delta
    extern double  Fraction     =   0.25;  //Fraction
    extern int     AvgPeriod    =     50;  //Peak/Valley Average Period
    Attachment 2596


    Regards,
    Igor
    Alex-162, dangio and Gus4x like this.

  5. #55
    igorad
    Guest

    Swami Laguerre RSI

    Hi,

    Please take a look at the SwamiLaguerreRSI indicator with ability to plot in the trend mode if the parameter VisualMode = 1.

    Code:
    extern int     VisualMode     =        0;    //0-original,1-trend
    extern int     Price          =        0;    //Applied Price(0-Close;1-Open;2-High;3-Low;4-Median;5-Typical;6-Weighted)
    extern int     Order          =        4;    //Laguerre Filter Order 
    extern int     StartLength    =       12;    //Laguerre RSI Start Period
    extern int     EndLength      =       48;    //Laguerre RSI End Period
    extern int     SampleLength   =       12;    //Sample Laguerre RSI Period(0-off)            
    extern int     Smooth         =        1;    //Smoothing Period     
    extern color   UpTrendColor   =     Lime;    //UpTrend Color 
    extern color   DnTrendColor   =      Red;    //DownTrend Color
    extern color   FlatColor      =   Yellow;    //Flat Color (if NONE-2 Color Mix)  
    extern string  UniqueName     = "Laguerre";  //
    extern int     ScaleMode      =        0;    //0-J.Ehlers,1-0...100
    extern int     SwamiBars      =      100;    //-1-off,0-all Bars,>0-any number
    Attachment 2630

    Regards,
    Igor
    Gus4x likes this.

  6. #56
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2911
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    This is small article (pdf file) which also may be interested -
    Ehlers. RSI Smoothing. (attached).
    Attached Files Attached Files

  7. #57
    Junior Member
    Join Date
    Sep 2013
    Posts
    7
    Igor, I am still tweeking your Corona indies and try to put MTF charts all together. BtW, where can i find such an indicator to reflect the market profile(volume)? that is, to reveal what the big cats operate(buy or sell,bought or sold?) during EURO and USA sessions? thank you very much!

  8. #58
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2911
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Hi xiaozuwei,

    What do you mean by telling - market profile (volume)? Market profile indicator? There are many of them ... if you need them - let me know ...

    Because I do not understand sorry.

  9. #59
    Junior Member
    Join Date
    Sep 2013
    Posts
    7
    Hi NewDigital,

    Have been enjoying ur posts at Forex-TSD.
    Well, yes there are many market profile indicators out there, but they are not quite suitable for forex as they could not tell us what is goin on during the range bound. Are the market manipulators buying or selling? or just trend relay(consolidation) and they still hold their orders? By analyzing these activities, we could correctly make our decisions.
    And this is should be done by analyzing the volume swaps between the two parts of gaming. Can we realize this by artificial volumes? Thanks and sorry for my poor english.

    BTW, Corona is an excellent indicator.it would be even better if we add another bigger adjustable time frame. is there such a version?
    Last edited by xiaozuwei; 09-13-2013 at 03:26 PM.

  10. #60
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2911
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Hi xiaozuwei,

    May be - this one ? (AllVolumeAverage indicator by Igorad)


    John Ehlers Toolbox-eurusd-h1-alpari-nz-limited-volume.png
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

Page 6 of 29 FirstFirst ... 4 5 6 7 8 16 ... 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
  •