Announcement

Collapse
No announcement yet.

Communication from Studies & Extending Price DIsplay

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

  • Communication from Studies & Extending Price DIsplay

    I need help with my EFS programming techniques if some expert would be so kind:

    · How can I communicate information from studies back to the bar rendering routine for each bar interval? I want to color each bar based on results from two separate studies. Do I need to declare an array that returns the information for each bar as it is rendered? If so, how large does the array need to be?

    · How can I extend the price bar display to view the behavior for moving averages projected forward in time? Currently, the bar rendering ends at the end of the last bar.

  • #2
    Burtz

    1. The attached is an example of using two studies to control the color of a bar.

    2. Not sure if you mean you have a moving average shifted to the right so the most recent ma value extends into the right margin where there is no price data, but you can add empty lines on the right side of the chart by right clicking, Properties, and increasing the number in Right Margin
    Attached Files

    Comment

    Working...
    X