Announcement

Collapse
No announcement yet.

Move Study

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

  • Move Study

    Is it possible to move a moving average study from the price window pane to the lower window pane?

    Bruce
    Attached Files

  • #2
    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

    Comment


    • #3
      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

      Comment


      • #4
        I added // in front of the setPriceStudy() and it worked great.

        Thanks.
        Attached Files

        Comment


        • #5
          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

          Working...
          X