Rex Nfx oscillator mt4

Forums ProRealTime English forum ProBuilder support Rex Nfx oscillator mt4

Viewing 13 posts - 1 through 13 (of 13 total)
  • #119776

     

    #119785

    We have to guess that you want this converted? Not even a ‘Please could someone convert this’?

    If that is what you want then please follow the instructions that can be found here:

    https://www.prorealcode.com/free-code-conversion/

     

    The person doing the conversion needs far more than just the code to assist them. Please add the missing information to this post rather than submitting it again via the form.
    How to formulate the request?
      • Write a meaningful title, containing the name of the original code and its platform

    e.g. “Conversion of indicator X from the Y trading software”

      • Add a complete description and any useful information about the original code
      • Add the original code in your description or as an attachment
      • Add attachments files: screenshots, documents, code files, ..

    (if the original code is an indicator, screenshots are greatly appreciated!)

     

    #119790

    Sorry about that my first time asking for a free code conversion thought that was straightforward please could you convert this for me thank you very much and kind regards now to the matter of the other parts
    rex oscillator
    rex Oscillator no-nonsense group or  RONFX

    This is all I have on the indicator sorry I hope it’s enough

    Patrick

    #119817

    Rex Oscillator can be found here: Rex Oscillator

    #119888

    Hello Nicholas

    I am afraid rex oscillator is not the same as the one that on Prorealtime someone’s changed something in the coding to make it smoother it’s not the settings I’m not sure what it is. If it’s not too much to ask when you have some time to take another look at the coding to see what’s smoothing out one of the lines you can see from the picture that I’ve shared in this post
    thank you

    Patrick

    #119933

    The version you have shared use a different calculation for the TVB (True Value of a Bar), which is not the original one as described by the author.

    The TVB is defined as:

    TVB = (Close-Low) + (Close – Open) – (High – Close), or

    = 3 * Close – (Low + Open + High)

    #119963

    Good afternoon

    Are you able to tell me what the calculation is in the mt4 I see it and I’ll post it below but I don’t understand it do you know what is actually doing and if so could you write it in the pro real-time version if that’s ok please thank you

    I just found this written by the person who’s changed the settings for the Rex oscillator

    (( rex is calculated (3*close)/open+high+low. but its too fast, so i coded rex that calculates this for three days, therefore smoothing everything out. it shout hold trends for longer))

    #119981

    Good evening

    I tried changing it myself been staring at it for ages and I thought I’ll give it a go but I’ve got no results back it looks the same i’m wondering if it’s to do with (pos=limit;) function in the mt4 what would be the similar thing in Prorealtime

     

    #120028

    “pos” is the current bar in the MT4 code, so consider replacing all pos reference to 0.

    So: Close[pos] is Close[0], or High[pos+2] is High[2]

    #120039

    Or use this code (not tested)

     

    #120086

    Good afternoon Nicholas

    Thank you for doing that now it’s very close to the original don’t know if I’ve missed something or it’s just the data itself but I’m fine with it now but he’s a picture anyway to show you thanks again

    Patrick

    #120113

    I think I’ve spotted something else with the code        pos=limit;    but      if(ExtCountedBars>2) limit=BarsExtCountedBars1;

    I don’t know if you factor this part in  (limit=BarsExtCountedBars1; )

     

    #120130

    Got a very close similarity with this code:

    Differences might come from different data between brokers. Calculation is exactly the same between the 2 codes!

    1 user thanked author for this post.
Viewing 13 posts - 1 through 13 (of 13 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login