Rounding differences

Viewing 5 posts - 1 through 5 (of 5 total)
  • #96349

    I found out that there are differences between the rounding of numbers by ProOrder and the same done by ProBuilder.

    The following test was made on the indicator “Wilder’s Accumulative Swing Index (ASI)” and the same code turned into a strategy with embedded code, though some slight differences show also if I CALL it.

    Indicator:

    Strategy:

    Pics outline differences, even when CALLing the indicator, rather than embed it into my strategy.

     

     

     

    #96355

    Inserting this line just after the calculation of SwingIdx worked it out (I multiplied it by 100, rounded to always the lowest integer, then divided it by 100, I just truncated after the 2nd decimal digit) :

    but is not a real solution. Rounding should be always done the same way, no matter whether by ProOrder, ProBuilder, ….

     

    #96359

    I replicate the same problem. I made a technical report too.

    #96518

    It has been identified and will be fixed in a next update.

    3 users thanked author for this post.
    #102181

    I had confirmation today that it has been fixed for IG and PRT software version.

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

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