Announcement

Collapse
No announcement yet.

horizontal line on volume.

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

  • horizontal line on volume.

    I would like to draw a horizontal line on the volume study that corresponds to the current volume. Is this possible? How can this be done?

    Thanks

  • #2
    Re: horizontal line on volume.

    matt3m
    You can do that using the addBand() function to which you pass the value of the Volume (for the description and syntax of the function see the linked article in the EFS KnowledgeBase)
    Alex


    Originally posted by matt3m
    I would like to draw a horizontal line on the volume study that corresponds to the current volume. Is this possible? How can this be done?

    Thanks

    Comment


    • #3
      Thanks for your quick reply. Do i have to create my own volume study for this ?

      Comment


      • #4
        matt3m
        Not necessarily. You can add the required code to an existing Volume formula
        Alex


        Originally posted by matt3m
        Thanks for your quick reply. Do i have to create my own volume study for this ?

        Comment

        Working...
        X