Page 22 of 29 FirstFirst ... 12 20 21 22 23 24 ... LastLast
Results 211 to 220 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 check out the NonLinearKalmanBBands indicator which is coded according to this request . Attachment 27949 Regards, Igor...

      
   
  1. #211
    igorad
    Guest
    Hi,

    Please check out the NonLinearKalmanBBands indicator which is coded according to this request.


    Attachment 27949


    Regards,
    Igor
    Tovim likes this.

  2. #212
    Junior Member
    Join Date
    Feb 2016
    Posts
    4
    Quote Originally Posted by igorad View Post
    As you possibly know J.Ehlers spent a lot of time and efforts to make research of market cycles. One of the first studies focused on the use of Hilbert Transform to the calculation of the dominant cycle period.

    Code:
    extern int     Price        =   4;  //Applied to(see list above) 
    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
    Also you can find the advanced CycleGenerator_v4 script which I developed especially for testing purposes of the cycle indicators such as FFT, Goertzel Algorithm, BandPass Filter, MESA and so on.

    How to use:
    Just apply this script to any chart in your terminal and then open the new chart via File->Open Offline(eg. !VarFreq,M2).


    Code:
    extern string     FileName          = "!VarFreq";
    extern int        FileMode          = 0;     //0-.hst,1-.csv
    extern int        hstTimeFrame      = 2;     //History TimeFrame (ex.2)
    extern string     Periods           = "10;20;30;50;70";  //Array of Periods 
    extern string     Amplitudes        = "1";   //Array of Amplitudes
    extern string     Phases            = "0";   //Array of Phases in degrees(ex.45;60;90)  
    extern string     RandomAmplitudes  = "0";   //Array of Random Apmlitudes(ex.0.1;0;0.5)  
    extern int        SinusoidMode      = 1;     //0-Sum of Sinusoids, 1-Frequency-Varying Sinusoid 
    extern int        BodyMode          = 0;     //0-off,1-on
    extern int        WicksMode         = 0;     //Array of Amplitudes
    extern int        RandomWicksHeight = 0;     //0-off,1-on
    extern double     WicksHeightPct    = 0;     //Wicks Height Percentage (ex.0.3)
    extern double     StartPrice        = 4;     //Start Price  
    extern int        digits            = 5;     //Digits
    extern int        UseStartDate      = 0;     //0-off,1-on
    extern datetime   StartDate         = D'2009.05.01 12:00';  
    extern int        UseEndDate        = 0;     //0-off,1-on 
    extern datetime   EndDate           = D'2009.05.01 12:00';
    Attachment 1082

    As you can see on the attached picture there is a sufficient lag at the cycle calculation.

    Regards,
    Igor
    hello , am from the future am looking for that chart how i can get it ?

  3. #213
    igorad
    Guest
    Quote Originally Posted by akademon View Post
    hello , am from the future am looking for that chart how i can get it ?

    Hi akademon,

    To build the Cycle chart you should use the CycleGenerator script:

    How to use:
    Just apply this script to any chart in your terminal and then open the new chart via File->Open Offline(eg. !VarFreq,M2).
    Regards,
    Igor

  4. #214
    Junior Member
    Join Date
    Feb 2016
    Posts
    4
    Hello sir , thanks for replying ,

    i thought it like renko chart so it suppose to show the price chart but i don't know what is this script for how do you use it and trade with it .
    Last edited by akademon; 09-04-2017 at 07:48 PM.

  5. #215
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2910
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Hi akademon,

    I have no idea about indicators on the main chart on your image about (looks like Heikin_Ashi for example).
    Anyway, you can look at the following systems:

    Heiken Parabolic Trading System is on this thread.
    - First version of the system is on this post
    - Heiken Parabolic Histo trading system is here
    - Heiken Parabolic Digital filters is on this post
    - Scalping by those systems is on this post
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  6. #216
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2910
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    As to the Renko so there are two indicators here in public sections:

    - RenkoLiveChart_v1 600+ is here. This version works with Metatrader 4 build 600 and above.
    - Renko-SignalAM 600+ indicator is on this post. This version works with Metatrader 4 build 600 and above.

    and StepChart indicators, UniEMA on StepChart indicators, StepChartBricks_v2 indicators, PointAndFigureChart and PointAndFigureTrend, and RenkoLiveChart indicators for Offline Charts.

    But anyway - I am suggesting to you to look at Heiken Parabolic Trading System in public sections of the forum (see post above).
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  7. #217
    Junior Member
    Join Date
    Feb 2016
    Posts
    4
    Hello sir , thanks for replying ,

    i don't think its Heiken Ashi at all , i know it good its not like that , also you can see in the left up corner EurUsdM10 so i think its offline chart .

  8. #218
    Member
    Join Date
    Oct 2016
    Posts
    40
    Quote Originally Posted by matfx View Post
    Thank you Igor. I'm running it to test a few strategy.

    Attachment 7910
    MatFx, Can you kindly share the Currency Meter Indicator on the chart above?

    Thanks
    Last edited by Odj; 09-06-2017 at 05:54 PM.

  9. #219
    Member
    Join Date
    Oct 2016
    Posts
    40
    Hi NewDigital,
    Would you be kind enough to point me in the direction of where to find the Digital Currency Strength Meter displayed on the attached chart.

    Thanks
    Attached Thumbnails Attached Thumbnails John Ehlers Toolbox-allfisher.jpg  
    Last edited by Odj; 09-07-2017 at 06:01 AM.

  10. #220
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2910
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by Odj View Post
    Hi NewDigital,
    Would you be kind enough to point me in the direction of where to find the Digital Currency Strength Meter displayed on the attached chart.

    Thanks
    Exact same?
    I do not remember (if same).
    There are CurrencyStrengthBoard indicator, CurrencyStrengthHistory and Currency Power Meter indicator in premium section but they all look differently from the the chart ...

    You can send PM to MatFx to ask him about.
    Odj likes this.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

Page 22 of 29 FirstFirst ... 12 20 21 22 23 24 ... 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
  •