Announcement

Collapse
No announcement yet.

Can a study be overlaid on price chart?

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

  • Can a study be overlaid on price chart?

    I would like to overlay a price study like an RSI on a price chart. Can that be done?

  • #2
    RSG,

    I don't think it can, not yet. Someone may correct me, but so far I have only figured out how to overlay study over study, but not study over price.
    Marc

    Comment


    • #3
      Hi,
      There's definately been a couple of threads on this subject, and i remember seeing one which manged to overlay a Stoch on a price chart.

      If you do a search on this subject, you should easily find them.

      Paul

      Comment


      • #4
        I found the thread and i've attached the study they created.

        Paul
        Attached Files

        Comment


        • #5
          Paul,

          Thanks very much. I performed a search, but didn't use the correct search terms apparently, and in Help, eSignal infers it can't be done. Now, I just need to figure out if .efs needs to be compiled and how it is to be incorporated into a chart. I'm a new user of eSignal, but a 20 year programmer, so this shouldn't be too hard to figure out.

          Thanks again,

          Stephen

          Comment


          • #6
            Stephen,

            If it helps, EFS is just the core Java Script functionality with additions to support getting of price data, indicators and charting.

            So, no compiles, no linking. After creating the EFS all you have to do is load it in the chart (right click on the chart->formulas->(formulaname) ) and it is tokenized and run on the chart.

            It is possible to do what you are asking...the main issue will be scaling the study to fit the price range, since at this time, eSignal doesn't allow a secondary y-axis. We have been told this will change in future releases.

            G
            Garth

            Comment


            • #7
              Garth,

              Thanks for the tips! I've edited the code mentioned below, which includes scaling logic (the additional Y axis would be nice), but I'm unclear what to do to get the chart to recognize the changes. I've been reading the EFS Help and Guides, but it seems they left out this little tidbit. I'm hoping there is a shorter way than removing the study and reinserting it for each change. I bet you know... (hint, hint).

              Thanks,

              Stephen

              Comment


              • #8
                Garth,

                I just figured out how to do what I asked you in my last post.

                Reload!

                Sorry for the bother.

                Stephen

                Comment

                Working...
                X