Announcement

Collapse
No announcement yet.

adx colored without +di or -di

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

  • adx colored without +di or -di

    you already have a efs file where the asx is color coded depending upon its value -
    is there any way to remove the di+ di- indicator lines and just keep the adx value??

  • #2
    Re: Reply to post 'adx colored without +di or -di'

    Sure, just change the return statement at the end of the efs from

    return new Array(adx, diPos, diNeg)

    to

    return adx;

    The variable names in the actual efs might be different, but that is the
    idea.

    Comment


    • #3
      sorry there was a misprint in the first thread
      I am Talking about the ADX indicator

      Comment


      • #4
        Re: Reply to post 'adx colored without +di or -di'

        If you are talking about the ADX indicator available thru right click, Basic
        Studies just right click on the adx chart, Edit Studies and uncheck the +di
        and -di boxes - only the adx will remain.

        Comment


        • #5
          Thank you Loomis!
          that worked great

          Comment


          • #6
            Loomis,
            by the way the basic dax included in with the program download does not have a color ADX - so your first response was what fixed it and given that I know next to nothing about efs code - that was a smooth fix.

            Comment


            • #7
              Re: Reply to post 'adx colored without +di or -di'

              GDAVIS01

              Glad to help, any time.

              Comment


              • #8
                Re: Reply to post 'Re: Reply to post 'adx colored without +di or -di''

                Hi
                Is there any chance someone could help me with efs code for "average bar
                length, i.e. the average of the high to low over a period say 5" instead of
                the supplied ATR.
                Much obliged in advance.
                Ray
                ----- Original Message -----
                From: <[email protected]>
                To: <[email protected]>
                Sent: Tuesday, December 23, 2003 3:35 PM
                Subject: Reply to post 'Re: Reply to post 'adx colored without +di or -di''


                > Hello raymillen,
                >
                > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                >

                Comment


                • #9
                  Ray N

                  try this
                  Attached Files

                  Comment

                  Working...
                  X