Page 9 of 29 FirstFirst ... 7 8 9 10 11 19 ... LastLast
Results 81 to 90 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 newdigital This is CycleGenerator_v4 script from this post How to use it : Yes, I use it, ...

      
   
  1. #81
    Junior Member Air's Avatar
    Join Date
    Oct 2013
    Posts
    5
    Quote Originally Posted by newdigital View Post
    This is CycleGenerator_v4 script from this post

    How to use it :


    Yes, I use it, but only !VarFreg
    without !Cycles
    And I have the second question. Why in that case shows only historical data, till a certain moment? There is no possibility of changes online?
    Sorry, that probably I am silly, but I don't understand

    John Ehlers Toolbox-script.png

  2. #82
    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
    Change FileName in the setting/input from !VarFreg to !Cycles and you will get !Cycles

    I have no idea why it is working on historical data only. I think - Igorad may reply.

    ===============

    Do not make overquoting (do not quote previous post if reply) because your posts are going to moderation because of that.

    and read this post about how to upload the images on the forum : - how to upload the images to the forum - see this post.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  3. #83
    Junior Member Air's Avatar
    Join Date
    Oct 2013
    Posts
    5
    Thank you,newdigital.I hope that Igorad reply.

  4. #84
    igorad
    Guest
    Quote Originally Posted by Air View Post
    Thank you,newdigital.I hope that Igorad reply.
    Hi Air,

    This script works on the historical data and serves for researching tasks only. You can also use it to test EAs on random data.

    Regards,
    Igor

  5. #85
    Junior Member Air's Avatar
    Join Date
    Oct 2013
    Posts
    5
    Thank you so much,Igor.I understood.

  6. #86
    Junior Member
    Join Date
    Oct 2013
    Posts
    19
    I am overwhelmed by the number of indicators posted on this thread and all for free!. it's really wonderful. Thanks to all the contributors especially igorad and newdigital and please keep up the good work

    NaijaTrader

  7. #87
    Member
    Join Date
    Jun 2013
    Posts
    80
    how to install script and how to use it learn me step by step

  8. #88
    Junior Member
    Join Date
    Aug 2013
    Posts
    14
    @lion

    Try Google or check this out Advanced Guide To MetaTrader 4 - Scripts | Investopedia
    lion of gail likes this.

  9. #89
    Junior Member
    Join Date
    Nov 2013
    Posts
    3
    Thank you guys for all your help.

  10. #90
    igorad
    Guest

    SwamiAroon for MT5

    Hi,

    Please take a look at the MT5 versions of the SwamiAroon indicator.

    Code:
    input int                  VisualMode     =      0;   //Visual Mode:0-original,1-trend,2-trend & pullback
    input int                  StartLength    =      6;
    input int                  EndLength      =     60; 
    input int                  SampleLength   =     14;   //SampleLength(0-off) 
    input int                  Smooth         =      5;   //Smoothing Period     
    input color                UpTrendColor   =   Lime;   
    input color                DnTrendColor   =    Red; 
    input color                FlatColor      = Yellow;
    input string               UniqueName     = "SwamiAroon";
    input int                  ScaleMode      =      1;   //Scale Mode: 0-J.Ehlers,1-0...100
    input int                  SwamiBars      =    100;
    Attachment 3925

    Regards,
    Igor

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