Right now I have an efs running in the price window that uses output from a MACD function. I also run the same MACD function (same settings) in the indicator pane below the price chart. To test a new setting I have to change the parameters in both the efs and in the MACD below. How can I have the MACD below share the parameters input into the efs? ...i.e. only have to enter settings once to get immediate feedback.
Said another way, how can I get the efs to plot in both the price chart and indicator pane at the same time (i.e. setPriceStudy is true and false in the same efs)? Perhaps with a seperate internal efs for the indicator pane to which I pass the function parameters from the main efs?
Thanks.
Said another way, how can I get the efs to plot in both the price chart and indicator pane at the same time (i.e. setPriceStudy is true and false in the same efs)? Perhaps with a seperate internal efs for the indicator pane to which I pass the function parameters from the main efs?
Thanks.
Comment