Announcement

Collapse
No announcement yet.

Circles on Price Bars

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

  • Circles on Price Bars

    Hi,

    I am painting a "circle" on a price bar when a condition is >= a specific number. My question is twofold:

    1. Can you reduce the size of the "circle" painted in esignal?

    2. Can you paint the "circle" above or below the pricebar rather than on the specific pricebar?

    Thanks.

    DaTr8dr


  • #2
    DaTr8dr

    1. Not that I know of.
    2. Yes just apply a vertical offset. For example if trading ES you could use
    high()+0.25 or low()-0.25 (or any value of your choice)
    However this solution is not universally applicable so what I normally use is
    high()+((high()-low())/10)
    This way no matter what the security the offset is always proportional. There probably are some more elegant solutions available.

    Alex

    Comment

    Working...
    X