Announcement

Collapse
No announcement yet.

PivotPointAll

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

  • PivotPointAll

    Hi!

    I would like to use the current days open instead of the prior days close for calculating the pivot. Could someone help me please?

    Thanks

  • #2
    You should just be able to open up the code, and replace all the instances of "Close" to "Open".
    Regards,
    Jay F.
    Product Manager
    _____________________________________
    Have a suggestion to improve our products?
    Click Support --> Request a Feature in eSignal 11

    Comment


    • #3
      Jay,

      that´s what I already tried. But I got the Pivots calculated with the prior open this way. I want to use the current days open instead.

      Swingie

      Comment


      • #4
        Hello Swingie,

        Try changing the line for vC as follows:

        PHP Code:
        //vC = getValueAbsolute("Close", vIndex, vSymbol);
        vC getValueAbsolute("Open"vIndex+1vSymbol); 
        Jason K.
        Project Manager
        eSignal - an Interactive Data company

        EFS KnowledgeBase
        JavaScript for EFS Video Series
        EFS Beginner Tutorial Series
        EFS Glossary
        Custom EFS Development Policy

        New User Orientation

        Comment


        • #5
          Jason,

          the result is as desired now. But unfortunately it doesn´t show me the lines for today. I suppose they´ll be drawn subsequently


          Swingie

          Comment


          • #6
            Hello Swingie,

            Not showing today's lines? Post a chart image so I can see what you're talking about.
            Jason K.
            Project Manager
            eSignal - an Interactive Data company

            EFS KnowledgeBase
            JavaScript for EFS Video Series
            EFS Beginner Tutorial Series
            EFS Glossary
            Custom EFS Development Policy

            New User Orientation

            Comment


            • #7
              Forget about it, Jason!
              After reloading it works fine now!

              Thanks a lot for your efforts

              Comment

              Working...
              X