Announcement

Collapse
No announcement yet.

More digits behind the decimal

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • More digits behind the decimal

    Hi all,
    I am trying to have my study display more digits in the cursor window. I looked in the efs glossary and was un able to find anything. Right now my study has moving averages that are only going to two decimal places so they are returning the same value. Can I change these results?

    Thanks,
    Chris
    Attached Files

  • #2
    Chris
    I don't believe you can change the number of decimals displayed.
    One thing you could try is to use the following in the return statement
    return (formatPriceNumber(yourvalue))*1;
    Hope this helps
    Alex

    Comment

    Working...
    X