Page 8 of 29 FirstFirst ... 6 7 8 9 10 18 ... LastLast
Results 71 to 80 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 lion of gail Please share t3 mama indicatore To receive the T3 MAMA please enter MA_Mode = ...

      
   
  1. #71
    igorad
    Guest
    Quote Originally Posted by lion of gail View Post
    Please share t3 mama indicatore
    To receive the T3 MAMA please enter MA_Mode = 24 and try to play with parameter PhaseSmooth(eg. 5).

  2. #72
    Member
    Join Date
    Jun 2013
    Posts
    80
    Quote Originally Posted by igorad View Post
    To receive the T3 MAMA please enter MA_Mode = 24 and try to play with parameter PhaseSmooth(eg. 5).
    thanks

  3. #73
    Junior Member
    Join Date
    Sep 2013
    Posts
    7

    Adaptive MACD-PPO ?!

    Hi Igor,

    I have another request to your goodwill...
    I m very interested in a adaptive MACD with a percentage axis (Price Percentage Oscillator).
    The idea is to have a better tool to assess the strength of trends and define a neutral zone.

    Having very limited knowledge of mql4, i m having serious problems with the variable length of averages ( i believe the problem is with draw_begin ?!).
    So, i tried to play with your code, but it s beyond my understanding.
    Thanks in advance.

    Best regards,
    Paulo

  4. #74
    Junior Member
    Join Date
    Sep 2013
    Posts
    7
    Well, for the general understanding i forgot to talk about the moving averages...
    The idea is to compare two adaptive to cycleperiod moving averages: one short with CPRatio1 = 0.5 and the other with CPRatio2 = 1.

  5. #75
    igorad
    Guest

    AllMACD Adaptive

    Quote Originally Posted by zelivermore View Post
    Well, for the general understanding i forgot to talk about the moving averages...
    The idea is to compare two adaptive to cycleperiod moving averages: one short with CPRatio1 = 0.5 and the other with CPRatio2 = 1.
    Hi zelivermore,

    Please check out the AllMACD Adaptive_v2.1 indicator with ability to use adaptive periods for fast/slow moving averages and to plot the Percentage Price Oscillator(PPOMode=1).

    Code:
    extern int     TimeFrame            =     0;   //TimeFrame in min
    extern int     FastPrice            =     0;   //Fast Price Mode (0...6)
    extern double  FastCPRatio          =   0.5;   //Fast Cycle Period Ratio (eg. 0.5)
    extern int     FastMode             =     1;   //Fast MA Mode
    
    extern int     SlowPrice            =     0;   //Slow Price Mode (0...6)
    extern double  SlowCPRatio          =   1.0;   //Slow Cycle Period Ratio (eg. 0.5)
    extern int     SlowMode             =     1;   //Slow MA Mode
    
    extern int     SignalLength         =     9;   //Signal Period(<2 - off)  
    extern int     SignalMode           =     0;   //Signal MA Mode
    
    extern int     OscillatorMode       =     0;   //0-off,1-on   
    extern int     PPOMode              =     0;   //0-off,1-on  
    
    extern int     CPPrice              =     4;   //Cycle Period Price 
    extern double  Alpha                =  0.07;   //Cycle Smoothing Factor(eg. 0.07)
    extern int     MedianPeriod         =     5;   //Period of Moving Median
    extern int     DCsmooth             =     5;   //Period of Dominant Cycle Smoothing
    Attachment 3149

    Regards,
    Igor
    Snowski and Pip like this.

  6. #76
    Junior Member
    Join Date
    Sep 2013
    Posts
    7
    Fantastic work!
    Thank you very much, Igor.

    Best regards,
    Zelivermore

  7. #77
    Junior Member Air's Avatar
    Join Date
    Oct 2013
    Posts
    5
    Dear Igor,I can't find a script which you use for synthetic candles. You couldn't specify where it is.
    Thanks. Regards,Kristina

  8. #78
    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 Air View Post
    Dear Igor,I can't find a script which you use for synthetic candles. You couldn't specify where it is.
    Thanks. Regards,Kristina
    synthetic candles ... are you talking about IN10TION NewsReader indicator? I hope Igorad understood ...
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  9. #79
    Junior Member Air's Avatar
    Join Date
    Oct 2013
    Posts
    5
    Quote Originally Posted by newdigital View Post
    synthetic candles ... are you talking about IN10TION NewsReader indicator? I hope Igorad understood ...
    Thank you,but,No,newdigital.
    Attached Thumbnails Attached Thumbnails John Ehlers Toolbox-cybercycle_2.png  

  10. #80
    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
    This is CycleGenerator_v4 script from this post

    How to use it :
    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).
    Snowski likes this.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

Page 8 of 29 FirstFirst ... 6 7 8 9 10 18 ... 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
  •