Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 22
Like Tree3Likes

RENKO-SignalAM

This is a discussion on RENKO-SignalAM within the General Discussion forums, part of the Trading Forum category; Hi there I watched the indicator on backtester and it repainted... once the blue dot appeared then after 6 bars ...

      
   
  1. #11
    Junior Member
    Join Date
    Jan 2014
    Posts
    29
    Hi there I watched the indicator on backtester and it repainted... once the blue dot appeared then after 6 bars it disapeared.
    Last edited by monstar; 04-24-2015 at 05:28 AM.

  2. #12
    Senior Member
    Join Date
    Jul 2014
    Posts
    779
    Thanks Monstar for checking.

    But, I just now capture on M1 (live & not back testing) , dots were remained there and not changed.

    Igor, Need our assistance please...!!

    Quote Originally Posted by monstar View Post
    Hi there I watched the indicator on backtester and it repainted... once the blue dot appeared then after 6 bars it disapeared.
    Attached Thumbnails Attached Thumbnails RENKO-SignalAM-gj1.png  

  3. #13
    Senior Member
    Join Date
    Jul 2014
    Posts
    779
    Hi ND/Igor,

    Request your help in this. Please...

  4. #14
    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
    Quote Originally Posted by jagadish123 View Post
    Hi ND/Igor,

    Request your help in this. Please...
    I spoke with Igorad yesterday and as I know - he is coding (no idea which request for now but there are many requests to be coded).
    chartartist likes this.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  5. #15
    igorad
    Guest
    Quote Originally Posted by jagadish123 View Post
    Hi ND/Igor,

    Need help please...I tested this, but need your assistance or confirming is this non-repaint. Please advice.

    Thanks
    Hi jagadish123,

    Unfortunately I should inform this indicator repaints.

    Regards,
    Igor
    chartartist likes this.

  6. #16
    Senior Member
    Join Date
    Jul 2014
    Posts
    779
    Thanks Igor.

    Is this fixed (Repaint) for Renko with you attached one?

    Regards,
    Jag
    Last edited by jagadish123; 04-27-2015 at 06:28 AM.

  7. #17
    igorad
    Guest
    Quote Originally Posted by jagadish123 View Post
    Thanks Igor.

    Is this fixed (Repaint) for Renko with you attached one?

    Regards,
    Jag
    It's just adopted version for the new MT4.

    Regards,
    Igor

  8. #18
    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
    Yes, this is good indicator but it is re-painted sorry:

    RENKO-SignalAM-gbpusd-d1-alpari-limited.png




    Just found simple EA here - Renko_Scalper EA. This EA is using very simpole strategy:

    Code:
    double Buy1_1 = iClose(NULL, 0, Current + 0);
    double Buy1_2 = iClose(NULL, 0, Current + 1);
    
    double Sell1_1 = iClose(NULL, 0, Current + 0);
    double Sell1_2 = iClose(NULL, 0, Current + 1);
    Code:
    if (Buy1_1 > Buy1_2) Order = SIGNAL_BUY;
    
    if (Sell1_1 < Sell1_2) Order = SIGNAL_SELL;
    It means the following:
    if the price on close bar (close price for bar) is more than the close price for the previous bar = buy, opposite for sell.

    It may be a good strategy if we can improve it for example.
    Attached Files Attached Files
    Lackl likes this.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  9. #19
    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
    All about Pivots indicator & Variant


    AllPivots
    - AllPivots_v3 indicator is on this post.
    - AllPivots_v3.1 indicator is here. This is updated version of AllPivots with ability to plot Woodie's Pivots (PivotMode = 5 and BasePrice = 7).
    - AllPivots_v3.2 indicator is on this post.
    - AllPivots_v3.3 indicator is on this post.
    - AllPivots_v3.4 indicator is on this post.
    - AllPivots_v3.5 indicator is on this post. This is the version improved by new parameter - DescriptionPlace
    - How to use this indicator by settings - read this post.
    - AllPivots_v3.6 indicator is on this post. Two new parameters to the new version for sessiona start/end for stock market.
    - AllPivots_v3.7 indicator is on this post. In this version - we can with plot Yearly Pivots
    - SDK-Pivots-v1.3 indicator is on this post.
    - SDK-Pivots-nmc indicator is on this post. This version works with Metatrader 4 build 600 and above.
    - Camarilla AlertwFibs indicator is on this post
    - AllPivots_v3.8 indicator is on this post. This version works with Metatrader 4 build 600 and above.
    - AllPivots_v3.9 600+ indicator with 'no Sunday bar' is on this post. This version works with Metatrader 4 build 600 and above.
    - AllPivots_v4.0 600+ indicator is on this post. This is updated AllPivots indicator with the auto refresh ability. This version works with Metatrader 4 build 600 and above.
    - AllPivots_v4.1 600+ indicator is on this post. This is updated AllPivots indicator with ability to plot the D.O.T.S. Levels by D.Malone. This version works with Metatrader 4 build 600 and above.
    Template to build the so-called Jackson Zones is here.
    - AllPivots_v4.2 600+ indicator is on this post. This is the latest/fixed AllPivots indicator This version works with Metatrader 4 build 600 and above.
    - AllPivots_v4.5 600+ indicator is on this post. This is the fixed and updated AllPivots indicator which now can be used in EAs and other indicators (eg. dashboards). The proposed template/setting for this indicator is on this post (premium section link) This version works with Metatrader 4 build 600 and above.
    - AllPivots_v4.6 600+ indicator is on this post. This is the fixed AllPivots_v4.5 600+ version made upon the request. This version works with Metatrader 4 build 600 and above.
    - AllPivots_v4.7 600+ indicator is on this post. This is the updated indicator in which you can disable values of all levels(DescriptionPlace=off). This version works with Metatrader 4 build 600 and above.
    - AllPivots_v4.8 600+ indicator is on this post. Please check out the updated AllPivots indicator which allows to see correctly the large timeframes(W1, MN1 and YR1). Also you can find the template which allows to see the Floor, Camarilla and Woodie's Pivots on the same chart. This version works with Metatrader 4 build 600 and above.
    - AllPivots_v5.0 600+ indicator is on this post. It's important update the Floor Pivots formula was fixed and improved. So now we can enter any sequences of the pivots (eg. PivotValues = "0;1;2;3;4;5;6" instead of "0;1;2;3;4" for previous versions). This version works with Metatrader 4 build 600 and above.
    - AllPivots_v5.2 600+ indicator is on this post. This is the fixed and updated AllPivots indicator. This version works with Metatrader 4 build 600 and above.

    AllPivots_v4.9 indicator for Metatrader 5 is on this post. This is the famous AllPivots indicator coded for for Metatrader 5.
    AllPivots_v5.0 indicator for Metatrader 5 is on this post. This is the famous AllPivots indicator coded for for Metatrader 5. It's important update the Floor Pivots formula was fixed and improved. So now we can enter any sequences of the pivots (eg. PivotValues = "0;1;2;3;4;5;6" instead of "0;1;2;3;4" for previous versions).
    AllPivots_v5_1 indicator for Metatrader 5 is on this post. This is the updated AllPivots indicator for MT5 which can be used in EAs.
    AllPivots_v5_2 indicator for Metatrader 5 is on this post. This is the fixed and updated AllPivots indicator for MT5.

    All about Pivots & Variant is this one
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  10. #20
    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
    It was the public threads/posts (above).

    ----------------------

    Premium section links -

    RINA Pivots are on this thread:
    - RINA Pivots_v1 indicator is here
    - RINA Pivots_v1 600+ indicator is on this post. This version is for the build 600 and above
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

Page 2 of 3 FirstFirst 1 2 3 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
  •