Bruce
You have to modify the setPriceStudy() statement in preMain to have the study plot as a non-price study.
You will also need to Remove the efs prior to loading it again as a non-price study.
Alex
Bruce
FWIW it is instead possible the other way around ie to move a non-price study to the price pane by dragging the indicator and overlaying it on the price pane while pressing the <Shift> key.
In the case of your efs you would then only need to set the scale of the study to be the same as that of the price pane.
Alex
Bruce
That is because if a setPriceStudy() statement is not included in preMain (as you did by commenting it out rather than setting it to false) the default is to plot as a non price study
Alex
Comment