Announcement

Collapse
No announcement yet.

Series Funcation

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

  • Series Funcation

    Hello,

    How do I get a Series function variable for 2 middleDonchian added together?

    I did EF=middleDonchian(9) and it works


    I tried EF=middleDonchian(9) + middleDonchian(50); and it didn't work.


    -Manesh

  • #2
    Re: Series Funcation

    Hi Manesh,

    You will have to create a function that returns the two values added together, then access the series created by the function using the efsInternal() function. See the links in my signature block below to the various EFS2 How-To threads. There are some examples in there I believe that will help you on this.

    Steve

    Originally posted by sunman4008
    Hello,

    How do I get a Series function variable for 2 middleDonchian added together?

    I did EF=middleDonchian(9) and it works


    I tried EF=middleDonchian(9) + middleDonchian(50); and it didn't work.


    -Manesh

    Comment


    • #3
      Sorry but I don't see the link. I used the search button and no success either

      Comment

      Working...
      X