Every Fractal indicator minor bug fix

Forums ProRealTime English forum ProBuilder support Every Fractal indicator minor bug fix

Viewing 13 posts - 16 through 28 (of 28 total)
  • #124606

    The clues to my profile name are not hard to find on my profile page!

    1 user thanked author for this post.
    #133537

    Hello Vonasi,

    Great work, however with IG Markets PRT (v10.3-1.8.0_45) it is not sensing the “$” and giving error as enslosed.

    Is there a possibility to fix this?

    Many thanks in advance.

     

     

    #133547

    As it says in the indicator description….. only works on v11 onwards.

    $ identifies an array variable and arrays are only available in v11.

    #133695

    Thank you Vonasi.

    #153775

    @Vonasi Hi thanks for this indicator. Im still working on understanding arrays and how to use them. I was wondering if you could walk me thorugh the code step by step with a little guide?

    Ive been reading up on Nicolas’ guide as well trying to code small projects by myself.

    For example im trying to count the number of new highs/low set by your indicator.

    #153797

    I coded this a while back so I’d have to remind myself of exactly what I coded and why!

    Arrays really are not complicated, especially one dimension arrays such as are available in ProRealCode. Just think of them as a street address and on that street are lots of houses and each house has a number to identify it. If you want to find out what is inside house no.6 on The High Street then you look in $TheHighStreet[6]

    Another analogy is to think of each array address as a big box and inside that box can be an endless number of smaller boxes. So if you want to put something in box number 82 then you would put it in $BigBox[82]

    Because we can put everything in one big box it means that within our code we can easily sort through what is in the smaller boxes by using $BigBox[x] rather than having to look in SmallBox1 and then in SmallBox2 and then in SmallBox3 etc.

    Hopefully soon we can get multi-dimensional arrays – these just have smaller boxes inside the smaller boxes and then even the possibility of smaller boxes inside those smaller boxes!

    1 user thanked author for this post.
    #153802

    I made some notes within the code…. hope this helps a little.

     

    1 user thanked author for this post.
    #153948

    Great Job Vonasi. However upon execution it is throwing the error message as, “The following variable is undefined: resistance, support.

    What should be there initial values please?

     

    #153950

    I have set their initial values as 1. Is it correct?

    #153976

    You need to remove the // on lines 7 to 14.

    Lines 9 to 12 are just boolean switches to turn on and off options so should be set to 0 or 1.

    It is best if you download the original indicator from the library and then replace the code in it with the corrected code from this topic as that way all the indicator functionality is already set up with indicator options to change settings in the indicator window.

    #154067

    Many thanks dear Vonasi. Much appreciated. Any luck with my request as below:

    Hello Vonasi, Great news. I got the version 11 today and now only. Hence I am requesting you to please help me to automatically draw only 2 trend lines in the chart- one up trend line joining the last 2 swing lows (2nd swing low must be higher than 1st swing low) and one down trend line joining the last 2 swing highs (2nd swing high must be lower than 1st swing high). the line should be extended to the right only. If possible, I need to put alarm when price closes above or below this dynamic line.

    Can you help me on this please.

    Regards,

    #154246

    parthapersonal  – Please follow the forum rules and do not double post. You have asked the exact same question in another topic and I have answered the question there and provided two possible indicators that might meet your needs. Double posting just leads to confusion and wasted time. Ask your question in one place and one place only.

    #154274

    Sorry mate, it was a mistake. Regret.

Viewing 13 posts - 16 through 28 (of 28 total)

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