I've written some code that places lines automatically on the price chart to indicate various things. I used setpricestudy(true) to tell it to plot those lines on the price chart. I also have created a histogram that I want to plot in one of the study windows below the chart. But if found you can't do this.
So I thought I would ask around here.
I know I could create 2 efs's to do this, but I need to communicate between both routines.
Could I just separate out both in to 2 efs's and then have another efs that calls each one, one efs plots on price chart, one on study chart? Or does the main calling EFS dictate which study area is to be plotted?
thanks
t
So I thought I would ask around here.
I know I could create 2 efs's to do this, but I need to communicate between both routines.
Could I just separate out both in to 2 efs's and then have another efs that calls each one, one efs plots on price chart, one on study chart? Or does the main calling EFS dictate which study area is to be plotted?
thanks
t
Comment