Announcement

Collapse
No announcement yet.

Moving Linear Regression EFS help

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

  • Moving Linear Regression EFS help

    Hello,
    I am using a moving linear regression efs; is there a way to have this study show up as a separate indicator below the chart window? I would like to have the main chart display a candlestick chat; and have the efs study display below in a separate indicator area - namely it has a moving linear regression line, a moving average, and a price line (vs the candlestick.)

    Can you advise what I would need to insert into the efs to accomplish this?

    Thanks in advance

  • #2
    TraderJen
    In preMain change setPriceStudy(true) to setPriceStudy(false)
    Alex

    Comment


    • #3
      Thank you Alex!
      Just tried it out works like a champ.
      Is there a way to "re-arrange" the studies below my chart, so I can place this new study at the top position below the chart?
      Thanks again

      Comment


      • #4
        TraderJen
        Yes you can rearrange the position of the studies. Click and drag the indicator pane while pressing the <Ctrl> key and move it to the desired location (even above the price chart if you wanted)
        Alex

        Comment


        • #5
          Thank you Alex;
          Also, I just noticed that the price line isn't showing up in the study once placed in the separate indicator area; is there a line(s) I can add to get a price line into this area?
          Thanks again

          Comment


          • #6
            TraderJen
            In the return statement you may want to add close(0). You will also need to make some adustments in preMain to set the properties for the additional plot
            Alex

            Comment


            • #7
              Hi Alex,
              I'm having some difficulty with the right way to do what you described ("newbie" type efs programmer); could you reply with how do add/modify the two areas you described?
              Thanks so much,
              Jen

              Comment


              • #8
                Jen
                Without seeing the formula you are using I can't provide you with any specific guidance
                Alex

                Comment


                • #9
                  Hi Alex,
                  It's a proprietary efs, so I don't think I can post it on the board...I'll try working with it some more,
                  Thanks,
                  Jen

                  Comment

                  Working...
                  X