Announcement

Collapse
No announcement yet.

EFS scale & return value display

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

  • EFS scale & return value display

    I am trying to use an ATR on forex data, which in many cases is quoted to 4 decimal places. The built-in ATR efs displays only 2 decimal places on the scale & in the view window.

    The ATR value tracks up & down as expected, but the scale marks are reading as 0.01 (two decimal places) or 0.001 (three decimal places).

    The values in the view window reflect the same number of decimal places as the scale.

    Is there a way to specify the number of decimal places the view window, or the scale, or both, display?

    Thanks,
    Jack

  • #2
    Jack
    You may want to check the solution provided by David Loomis in this thread
    Then substitute the toFixed(2) to toFixed(4)
    Alex

    Comment


    • #3
      Thanks, that worked for the display in the view window. The scale has not changed, but I have the detail I need.

      Regards,
      Jack

      Comment

      Working...
      X