Page 5 of 8 FirstFirst ... 3 4 5 6 7 ... LastLast
Results 41 to 50 of 71
Like Tree47Likes

One More Holy Grail

This is a discussion on One More Holy Grail within the Trading tools forums, part of the Trading Forum category; Originally Posted by david5662 Hello, First, thank you for your great work. And I have a simple question... How many ...

      
   
  1. #41
    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
    Quote Originally Posted by david5662 View Post
    Hello,
    First, thank you for your great work.
    And I have a simple question...
    How many bars does it need to confirm that it does NOT re-calculate any more?
    Thanks in advance....
    Regards,
    Open bar is continuing painting, and close bar (or previous bar) should not repaint ... if I understand your corrently sorry ...
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  2. #42
    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

    FarhadCrab1 - expert for MetaTrader 4

    FarhadCrab1 - expert for MetaTrader 4

    This is interesting but very dangerous EA.

    Just attach this EA to GBP/JPY chart, M1 timeframe, change lot size from 0.1 to 0.01 (other settings are default ones) - and you will see why ...

    One More Holy Grail-gbpjpy-m1-alpari-limited-4.png


    One More Holy Grail-gbpjpy-m1-alpari-limited.png


    One More Holy Grail-gbpjpy-m1-alpari-limited-2.png


    I traded by this EA on demo for two and half hours and I understand about the following:

    • we can use this EA during the big price movement only;
    • attach this EA to the chart during big price movement, and de-attach as soon as possible.

    One More Holy Grail-farhadcrad_mtstatement.gif


    It may be good to look at very improved version of this EA for example ...
    Attached Files Attached Files
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  3. #43
    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
    Quote Originally Posted by newdigital View Post
    FarhadCrab1 - expert for MetaTrader 4

    This is interesting but very dangerous EA.
    ...
    Updated statement:

    One More Holy Grail-farhad_updated123.gif
    Attached Files Attached Files
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  4. #44
    Member
    Join Date
    Mar 2016
    Posts
    70
    Quote Originally Posted by newdigital View Post
    Is it compatible with 5 digit broker?

  5. #45
    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
    Quote Originally Posted by alecsa View Post
    Is it compatible with 5 digit broker?
    Yes (I used Alpari and it is 5-digit broker).
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  6. #46
    Member
    Join Date
    Jun 2016
    Posts
    40

    god bless you brother

    Quote Originally Posted by igorad View Post
    Multi-order Exponentilal Fitting




    Hi,

    Time to time I receive the requests to make profitable strategies using the fitting indicators such as TMA, Hodrick-Prescott filter, SSA, Solar Wind(or Fisher yur4ik) and others that look perfect on the history.
    So I decided to add one more "Holy Grail" to them - the Multi-order Exponentilal Fitting indicator.

    Code:
    extern int     Price          =   0;   //Price Mode (0...6) 
    extern int     Length         =  25;   //Period of Smoothing
    extern int     Order          =   2;   //Fitting Order
    extern double  WeightFactor   =   2;   //WeightFactor(eg. 2-EMA,1-Wilder) 
    extern int     Window         = 500;   //Window size in bars
    Attachment 5130

    Regards,
    Igor
    god bless you brother

  7. #47
    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
    Quote Originally Posted by GLOSBE View Post
    god bless you brother
    This is in inverted commas: One More "Holy Grail"
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  8. #48
    Member
    Join Date
    Jun 2016
    Posts
    40
    Quote Originally Posted by newdigital View Post
    This is in inverted commas: One More "Holy Grail"
    hi

    how to filter noise of this indicator? ExFit_v2.mq4

    could you help me?

    best regard

  9. #49
    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
    Quote Originally Posted by GLOSBE View Post
    hi

    how to filter noise of this indicator? ExFit_v2.mq4

    could you help me?

    best regard
    You can use Stochastic or RSI with overbought/oversold levels for example.
    Or the following indicators:

    • BBands_Stop Histo_v3.0 600+ indicator is on this post.
    • AdaptiveParabolic Histo_v2.1 indicator is on this post.
    • PriceChannel_Stop Histo_v9.2 600+ indicator is on this post.
    • VoltyChannel_Stop Histo_v6.4 600+ indicator is on this post.
    • GannHiLo-Histo 600+ indicator is on this post.
    • or similar ones.

    But you should check ExFit_v2 indicator... is it repainted or not ... otherwise why this indicator is in "Holy Grail" for example ...
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  10. #50
    Junior Member
    Join Date
    Jul 2014
    Posts
    1
    Quote Originally Posted by newdigital View Post
    You can use Stochastic or RSI with overbought/oversold levels for example.
    Or the following indicators:

    • BBands_Stop Histo_v3.0 600+ indicator is on this post.
    • AdaptiveParabolic Histo_v2.1 indicator is on this post.
    • PriceChannel_Stop Histo_v9.2 600+ indicator is on this post.
    • VoltyChannel_Stop Histo_v6.4 600+ indicator is on this post.
    • GannHiLo-Histo 600+ indicator is on this post.
    • or similar ones.

    But you should check ExFit_v2 indicator... is it repainted or not ... otherwise why this indicator is in "Holy Grail" for example ...


    dear new

    does it repaint ? i mean the EXfit Indicator ?

    i hope not ^^

Page 5 of 8 FirstFirst ... 3 4 5 6 7 ... LastLast

LinkBacks (?)


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
  •