Announcement

Collapse
No announcement yet.

Help with MACD Signal line Coloring Pls

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

  • Help with MACD Signal line Coloring Pls

    Good morning,

    I 've been trying to color the slope of EMA of MACD but keep getting the errors:

    Line 28: TypeError: vmacdSignal has no propeties.

    I got stuck here and don't know what to do. Would someone pls give me some guidance what to do next.

    I 've looked up "getValue(0)" and tried to understand it but ... still could not get it figured out.

    As always, any help is deeply appreciated!

    Ted608

  • #2
    Attachment

    Sorry, I dont know why the efs did not upload the 1st time.
    Attached Files

    Comment


    • #3
      Re: Help with MACD Signal line Coloring Pls

      Ted608
      That error message is because vmacdSignal is not a series but a single value hence you cannot retrieve the values from it using the getValue() method of the Series Object. To resolve this you need to initialize it as a Series Object
      See this article in the EFS KnowledgeBase for the syntax and examples of the use of the MACD functions
      Alex


      Originally posted by Ted608
      Good morning,

      I 've been trying to color the slope of EMA of MACD but keep getting the errors:

      Line 28: TypeError: vmacdSignal has no propeties.

      I got stuck here and don't know what to do. Would someone pls give me some guidance what to do next.

      I 've looked up "getValue(0)" and tried to understand it but ... still could not get it figured out.

      As always, any help is deeply appreciated!

      Ted608

      Comment


      • #4
        Thank you ...

        Hi Alexis,

        Again, thank you so much for being so quick to my needing help.
        What a great asset to eSignal!

        Ted608

        Comment


        • #5
          Re: Thank you ...

          Ted608
          My pleasure
          Alex


          Originally posted by Ted608
          Hi Alexis,

          Again, thank you so much for being so quick to my needing help.
          What a great asset to eSignal!

          Ted608

          Comment


          • #6
            Final EFS?

            Hello Ted,

            Would you be willing to post your final MACD slope efs? I'm trying to find the same thing and am lost...

            Thanks,
            Scott

            Comment


            • #7
              My Complete MACD Coloring Code

              Hi sagomez66

              Just reviewing my previous posts, I just realize somehow that I missed your request. I hope that you have got the problem solved but I post the code here anyway because it may help others. Again I am sorry
              sagomez66!

              Ted608
              Attached Files

              Comment

              Working...
              X