Page 2 of 5 FirstFirst 1 2 3 4 ... LastLast
Results 11 to 20 of 49
Like Tree19Likes

AllRSI

This is a discussion on AllRSI within the Trading tools forums, part of the Trading Forum category; Hi Igor, Thanks a lot for this wonderful indy as usual I can say For the V3, Please can you ...

      
   
  1. #11
    Member
    Join Date
    Jul 2013
    Posts
    40
    Hi Igor,

    Thanks a lot for this wonderful indy as usual I can say

    For the V3, Please can you add 1/trendlines and arrows when the RSI break the TL (failure swing...) and 2/divergence normal/hidden like this one on stochastic who is for me the best divergence indicator on STO (trendline, arrows ...)

    Thanks a lot for all your work

    Zilliq

    The wonderful div on sto:
    https://mon-partage.fr/f/OB0vRcg9/
    Last edited by zilliq; 08-08-2013 at 08:13 AM.

  2. #12
    Senior Member levonisyas's Avatar
    Join Date
    Sep 2013
    Location
    Türkiye
    Posts
    122

    MultiPair RSI

    Keep it simple;
    Multi pair RSI indicator, shows 8 different symbols in one Windows.


    #property indicator_maximum 100 //can be disable for much bigger showing
    #property indicator_minimum 0 //can be disable for much bigger showing

    extern string Note1="Pairs // M1,M5,M15,M30,H1,H4,D1";

    extern string TimeFrame="Current";
    extern int period=14;

    extern string C1="EURUSD";
    extern string C2="GBPJPY";
    extern string C3="GBPUSD";
    extern string C4="EURJPY";
    extern string C5="USDCAD";
    extern string C6="USDJPY";
    extern string C7="AUDUSD";
    extern string C8="USDCHF";

    extern bool C1Inverse=false; //inverse mode : =100-value of pair
    extern bool C2Inverse=false;
    extern bool C3Inverse=false;
    extern bool C4Inverse=false;
    extern bool C5Inverse=false;
    extern bool C6Inverse=false;
    extern bool C7Inverse=false;
    extern bool C8Inverse=true;

    extern int BarsToCount=300;

    SetLevelValue(0,70); //for level lines
    SetLevelValue(1,30); //for level lines
    SetLevelValue(2,50); //for level lines

    AllRSI-screenhunter_15-nov.-01-22.23.jpg


    MultiRSI.mq4

  3. #13
    Senior Member matfx's Avatar
    Join Date
    Sep 2013
    Location
    Malaysia
    Posts
    1,178
    Blog Entries
    114
    Follow matfx On Twitter
    +JoGET Multipairs+ indicator based off RSI and showing 6 symbol of major currency pairs. Default RSI period 7, applied to close. RSI cross up/down the white mid line show strength of the 6 symbol. Far right corner showing buy/sell signal for each currency.

    AllRSI-joget_multipairs-.png
    Attached Files Attached Files
    newdigital and sohocool like this.
    Follow my official trading theregulartrader blog

  4. #14
    Member
    Join Date
    Oct 2013
    Posts
    42
    Hi Igorad,

    I am quite new to the Forum, so please forgive me, if I already have a question in my very first post :/
    But I am simply addicted to all your "All-XYZ"-indicators ...they are simply genius; many thanks for your work here!

    But the "AllRSIHisto" (my favorite indicator) seems not to refresh properly ... you can see that, if you use a lenght setting of 2 ... if the bars change from up/down or green/red, the previous bar still shows
    Of, course it's not a big thing and just a graphical glitch, but I wonder, if that could be changed ... so please, is it possible for you to fix that ... or to explain how I can fix that for myself?

    Best regards, Marc

  5. #15
    igorad
    Guest
    Quote Originally Posted by mbma View Post
    Hi Igorad,

    I am quite new to the Forum, so please forgive me, if I already have a question in my very first post :/
    But I am simply addicted to all your "All-XYZ"-indicators ...they are simply genius; many thanks for your work here!

    But the "AllRSIHisto" (my favorite indicator) seems not to refresh properly ... you can see that, if you use a lenght setting of 2 ... if the bars change from up/down or green/red, the previous bar still shows
    Of, course it's not a big thing and just a graphical glitch, but I wonder, if that could be changed ... so please, is it possible for you to fix that ... or to explain how I can fix that for myself?

    Best regards, Marc
    Hi mbma,

    Thanks a lot for your post. Really there is minor issue with repainting.
    Please check out the fixed version 2.1.

    Regards,
    Igor

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

    Thanks a lot for your post. Really there is minor issue with repainting.
    Please check out the fixed version 2.1.

    Regards,
    Igor
    Many thanks, Igorad, for the quick reply and the lightning fast fix!

  7. #17
    Member
    Join Date
    Nov 2013
    Posts
    67
    Quote Originally Posted by igorad View Post
    Hi mbma,

    Thanks a lot for your post. Really there is minor issue with repainting.
    Please check out the fixed version 2.1.

    Regards,
    Igor
    Good morning igorad:

    Could please adapt this indicator to the new version of MT4.

    Thank you very much.

    FHTrading

  8. #18
    igorad
    Guest
    Quote Originally Posted by FHTrading View Post
    Good morning igorad:

    Could please adapt this indicator to the new version of MT4.

    Thank you very much.

    FHTrading
    Hi FHTrading,

    Please check out the updated AllRSI indicator for the new MT4.

    Regards,
    Igor
    FHTrading and Alex-162 like this.

  9. #19
    Member
    Join Date
    Nov 2013
    Posts
    67
    Quote Originally Posted by igorad View Post
    Hi FHTrading,

    Please check out the updated AllRSI indicator for the new MT4.

    Regards,
    Igor
    Thank you very much igorad

  10. #20
    Member
    Join Date
    Oct 2013
    Posts
    40
    Hi,
    how can I get the original RSI in this indicator? And will you also convert the Histo to 600+?

Page 2 of 5 FirstFirst 1 2 3 4 ... LastLast

LinkBacks (?)

  1. 12-11-2013, 06:32 PM

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
  •