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.
· 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.
Comment