Announcement

Collapse
No announcement yet.

reference error "round is not defined"

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

  • reference error "round is not defined"

    Does anyone know why I get the reference error "round is not defined" on this line:

    if( aArray[x] == round(getValue("Close")))

  • #2
    Jeffrey
    I am not sure but I think the syntax is Math.round()
    Alex

    Comment


    • #3
      Ah yes! I just looked at the references again. I was not understanding them at first so thank you very much for the clarification!!

      Comment

      Working...
      X