Page 10 of 29 FirstFirst ... 8 9 10 11 12 20 ... LastLast
Results 91 to 100 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 SwamiCCI indicator for MT5. Code: input int VisualMode = 0; //Visual Mode:0-original,1-trend,2-trend & ...

      
   
  1. #91
    igorad
    Guest

    SwamiCCI for MT5

    Hi,

    Please take a look at the SwamiCCI indicator for MT5.

    Code:
    input int                  VisualMode     =      0;   //Visual Mode:0-original,1-trend,2-trend & pullback
    input ENUM_APPLIED_PRICE   Price          =      1;   //Apply to
    input int                  StartLength    =     12;
    input int                  EndLength      =     48; 
    input int                  SampleLength   =     12;   //SampleLength(0-off) 
    input double               CCIrange       =    100;   //CCI range(eg.100 or 200)            
    input int                  Smooth         =      5;   //Smoothing Period     
    input color                UpTrendColor   =   Lime;   
    input color                DnTrendColor   =    Red; 
    input color                FlatColor      = Yellow;
    input string               UniqueName     =  "CCI";
    input int                  ScaleMode      =      1;   //Scale Mode: 0-J.Ehlers,1-0...100
    input int                  SwamiBars      =    100;

    Attachment 3935

    Regards,
    Igor

  2. #92
    Junior Member Snowski's Avatar
    Join Date
    Jul 2013
    Posts
    16
    Hi Igorad,

    Can you post the "BandPassCycleSpectrum" indicator...? It looks very useful.

    Thanks!

    Greetz, Snow

  3. #93
    igorad
    Guest
    Quote Originally Posted by Snowski View Post
    Hi Igorad,

    Can you post the "BandPassCycleSpectrum" indicator...? It looks very useful.

    Thanks!

    Greetz, Snow
    Hi Snowski,

    Sorry but I plan to post this indicator to our Premium forum only.

    Regards,
    Igor

  4. #94
    Member
    Join Date
    Jun 2013
    Posts
    80
    Any one say me how much volume of gbpusd per day average?

  5. #95
    Junior Member
    Join Date
    Oct 2013
    Posts
    19
    Can this be used on mt4 as well?

  6. #96
    Senior Member matfx's Avatar
    Join Date
    Sep 2013
    Location
    Malaysia
    Posts
    1,178
    Blog Entries
    114
    Follow matfx On Twitter
    Hi Igor,

    It is possible to code swami Stochastics for MT5?
    Follow my official trading theregulartrader blog

  7. #97
    igorad
    Guest
    Quote Originally Posted by matfx View Post
    Hi Igor,

    It is possible to code swami Stochastics for MT5?
    Hi matfx,

    It's already done here.

    Regards,
    Igor

  8. #98
    Senior Member matfx's Avatar
    Join Date
    Sep 2013
    Location
    Malaysia
    Posts
    1,178
    Blog Entries
    114
    Follow matfx On Twitter
    Quote Originally Posted by igorad View Post
    Hi matfx,

    It's already done here.

    Regards,
    Igor
    Ok Thanks i didn't see it, sorry.
    Follow my official trading theregulartrader blog

  9. #99
    Junior Member
    Join Date
    Sep 2013
    Posts
    7
    Hi Igor,

    I´ve another request to you.
    Is it possible to turn parameter SignalLength also into a function of cycleperiod ratio ( addind a SignalCPRatio) to your excellent AllMACD Adaptive_v2.1 ?
    Thanks in advance.

    Happy Christmas and 2014 full of trading successes to all.

    Regards,
    Paulo

  10. #100
    Junior Member Snowski's Avatar
    Join Date
    Jul 2013
    Posts
    16
    Quote Originally Posted by igorad View Post
    Hi Snowski,

    Sorry but I plan to post this indicator to our Premium forum only.

    Regards,
    Igor
    I looked for it in the Premium section but can't find it. Has it been posted yet?

    Thanks, Snow

Page 10 of 29 FirstFirst ... 8 9 10 11 12 20 ... 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
  •