Announcement

Collapse
No announcement yet.

Is it poissible to write code for a meter or counter

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

  • Is it poissible to write code for a meter or counter

    is it possible to build a meter or counter that displays the difference from the open of each bar to the close of each bar.
    Example: 30 minute time frame for candles. open 100 close 130.
    meter would read +30, next candle opens 130 close 133 so meter would read+3. the meter would reset after the close of each candle.
    thanks

  • #2
    Re: Is it poissible to write code for a meter or counter

    sjsr
    Just create an efs that returns close(0)-open(0) and set it to plot as a histogram
    Alex


    Originally posted by sjsr
    is it possible to build a meter or counter that displays the difference from the open of each bar to the close of each bar.
    Example: 30 minute time frame for candles. open 100 close 130.
    meter would read +30, next candle opens 130 close 133 so meter would read+3. the meter would reset after the close of each candle.
    thanks

    Comment

    Working...
    X