Announcement

Collapse
No announcement yet.

Need Help To Identify Closes on 30 Sec Chart

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

  • Need Help To Identify Closes on 30 Sec Chart

    Hello,
    I have a 30 second bar chart using the Change Interval insert. Since the bars show up as tiny dash lines, I would like to add shapes to identify the closes of the bars. However, in the attached, I have an error," debugPrintIn is not defined". Can you help me, please? Thank you.
    Diane
    Attached Files

  • #2
    Diane
    There are two errors in the script. The first is debugPrintIn which should be debugPrintln.
    The second is the parameter Bottom which is not a valid flag. For a list of the available location flags see this article in the EFS KnowledgeBase.
    Alex

    Comment


    • #3
      Thanks, Alex! That solved my problem. Is there any way I can keep the circles but remove the line?
      Diane

      Comment


      • #4
        Diane
        If you do not want to plot the Close then remove close() from the return statement
        Alex

        Comment


        • #5
          Thanks, again, Alex. I'd be totally lost without you!
          Diane

          Comment

          Working...
          X