Announcement

Collapse
No announcement yet.

Using a study from another chart

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

  • Using a study from another chart

    Will appreciate any help with the following efs situation:

    Page set with 2 charts:

    Chart 1 - AB #F and the study I am writing
    Chart 2 - YM #F and basic studies stochastic

    In the AB# chart the study I am writing needs to read values from the stochastic study in chart 2.

    How do I do this using .efs?

    Thanks in advance for any help.
    Gus

  • #2
    Gus
    If you are using version 7.9 and EFS2 studies you can compute the stochastic on any external symbol or interval. For example if in the efs you will be running in the AB #F chart you use
    stochK(14,1,3,sym("YM #F"))
    the stochastic will be using the values of YM #F just as if it were running on a chart for that symbol
    The customStoch.efs that is preinstalled in the EFS2 Custom folder is already enabled to do all this
    Alex

    Comment


    • #3
      Using a study from another chart

      Thank you ALex.

      I should have mentioned that I am using eSignal 7.8.

      Is there a way to achieve the same result in 7.8?
      Gus

      Comment


      • #4
        Gus
        Then I would suggest upgrading to version 7.9 which is now an official release
        Alex

        Comment

        Working...
        X