Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Results 11 to 20 of 34
Like Tree18Likes

Updated StepMA

This is a discussion on Updated StepMA within the Trading tools forums, part of the Trading Forum category; Originally Posted by FHTrading Good afternoon everyone hello igorad I'm reviewing these two own code And I have a question, ...

      
   
  1. #11
    igorad
    Guest
    Quote Originally Posted by FHTrading View Post
    Good afternoon everyone

    hello igorad

    I'm reviewing these two own code

    And I have a question, for they draw different having the same setting

    Which one is correct, I am interested in this indicator, I want to send build a simple EA with, but which one is not used.

    Please could you tell me something.

    Kind regards.

    FHTrading
    Hi FHTrading,

    Just want to inform they are both old enough and first I should to update the StepMA_3D indicator on which they are based.
    So please check out the updated StepMA_3D indicator with both old and new algorithms.

    Code:
    //---- input parameters
    extern int     TimeFrame      =     0;    //TimeFrame in min
    extern int     Price          =     0;    //Apply to Price(0-Close;1-Open;2-High;3-Low;4-Median;5-Typical;6-Weighted)
    extern int     Length         =    10;    //Length of evaluation
    extern double  MinStepSize    =     0;    //Min Step Size in pips
    extern double  MaxStepSize    =     0;    //Max Step Size in pips 
    extern double  Multiplier     =     1;    //Volatility's Factor or Multiplier
    extern double  MinStep        =     0;    //Min Step in pips 
    extern int     MinDisplace    =     0;    //Fast Line DispLace or Shift in bars
    extern int     MidDisplace    =     0;    //Middle Line DispLace or Shift in bars
    extern int     MaxDisplace    =     0;    //Slow Line DispLace or Shift in bars
    extern int     StepMAMode     =     1;    //StepMA Algorithm Mode: 0-new,1-old  
    extern int     ATRMode        =     0;    //0-ATR,1-WATR

    Attachment 9594

    Regards,
    Igor
    FHTrading likes this.

  2. #12
    igorad
    Guest
    Hi FHTrading,

    Please check out the updated StepMA_Stoch and StepMA_Stoch_Histo indicators for the new MT4.

    Attachment 9606

    Regards,
    Igor

  3. #13
    Junior Member
    Join Date
    Jul 2013
    Posts
    4
    Is it possible to make a Stepma based on AllAverages 3.1?

  4. #14
    igorad
    Guest
    Quote Originally Posted by Demos4x View Post
    Is it possible to make a Stepma based on AllAverages 3.1?
    Hi Demos4x,

    I suppose you need some pre-smoothing option with using the AllAverages indicator?

    Regards,
    Igor

  5. #15
    Member
    Join Date
    Oct 2013
    Posts
    42
    Is it possible to make an indicator out of 2 Step MAs with an alarm function (sound/email) when the two MAs cross? ... I would highly appreciate it!

  6. #16
    igorad
    Guest
    Quote Originally Posted by mbma View Post
    Is it possible to make an indicator out of 2 Step MAs with an alarm function (sound/email) when the two MAs cross? ... I would highly appreciate it!
    Hi mbma,

    Please check out the StepMACrossover indicator with the advanced popup/email alerts.

    Attachment 13287

    Regards,
    Igor
    chartartist and baboon like this.

  7. #17
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Thanks a lot for this indicator

    Updated StepMA-eurusd-d1-alpari-limited.png
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  8. #18
    Member
    Join Date
    Oct 2013
    Posts
    42
    Quote Originally Posted by igorad View Post
    Hi mbma,

    Please check out the StepMACrossover indicator with the advanced popup/email alerts.

    Attachment 13287

    Regards,
    Igor

    Perfect! ... many thanks Igorad!

  9. #19
    Member
    Join Date
    Dec 2013
    Posts
    46
    Igorad

    Many thanks for the StepMA crossover indie. Very nicely done. Was exactly what I was looking for to complement one of my strategies.

  10. #20
    Junior Member
    Join Date
    Jan 2014
    Posts
    29
    Thank you igorad

Page 2 of 4 FirstFirst 1 2 3 4 LastLast

LinkBacks (?)

  1. 07-11-2013, 06:39 AM

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
  •