Announcement

Collapse
No announcement yet.

% K only in efs 2 script

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

  • % K only in efs 2 script

    I only want stoch % K in efs 2 script since I use mulitple time rather than mov av

    If I copy the efs2 code for stoch, what line changes do I need to make to remove the %D as it is cluttering my window when I set it to 1

    Many thanks

  • #2
    Ian
    Replace return new Array (getSeries(xStochK),getSeries(xStochD)); with return (getSeries(xStochK));
    Alex

    Comment


    • #3
      Originally posted by Alexis C. Montenegro
      Ian
      Replace return new Array (getSeries(xStochK),getSeries(xStochD)); with return (getSeries(xStochK));
      Alex
      Many thanks for your prompt reply Alex.
      I tried that but it is returning an "invalid error on line 86"
      parameter 0

      Comment


      • #4
        Ian
        I just did what I suggested in my prior reply and it is working fine (see image below)
        Make sure you have only return (getSeries(xStochK)); in line 86
        Alex

        Comment


        • #5
          Originally posted by Alexis C. Montenegro
          Ian
          I just did what I suggested in my prior reply and it is working fine (see image below)
          Make sure you have only return (getSeries(xStochK)); in line 86
          Alex

          Works just fine Alex many thanks
          Having just made the switch to esignal I am a happy happy trader and wish that I had made the switch earlier.
          It is your wonderful backup that makes my life so easy.
          Once again many many thanks

          Comment


          • #6
            Ian
            You are most welcome
            Alex

            Comment

            Working...
            X