Two numbers after the decimal point

Forums ProRealTime English forum ProBuilder support Two numbers after the decimal point

Viewing 3 posts - 1 through 3 (of 3 total)
  • #244015

    Hi,

    The position of my self-built indicators is always displayed on the right axis with three numbers after the decimal point. I would like to see this with two decimal places.
    Does anyone know if there is a code for this?

    Thank you.

    #244029
    JS

    The decimals in an indicator are determined based on “Floating Point,” which means that the number of decimals adjusts according to the calculation…
    As far as I know, there is no setting for this…

    1 user thanked author for this post.
    #244054

    Use round(), floor() or ceil() using 2 as the precision.

    More digits are likely to be printed, but those after the first 2 decimal places will all be set to 0’s:

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

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