Announcement

Collapse
No announcement yet.

ADX color coded ?

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

  • ADX color coded ?

    Is it possible to see the ADX line as 1 color if its above 30 and another color if its below 30 ?

  • #2
    Look here:

    http://forum.esignal.com/showthread....&highlight=adx

    Comment


    • #3
      How do i shut off the dmi ?

      I only want to see the adx... is there any way to put an option to shut off the dmi ?

      Comment


      • #4
        How do i shut off the dmi ?

        I only want to see the adx... is there any way to put an option to shut off the dmi ?

        Comment


        • #5
          sgarbs
          Comment out lines 32-36 and 111-114.
          Then change the return from
          return new Array(vADX,vPDI,vNDI);
          to
          return vADX;
          Alex

          Comment


          • #6
            Thank you alex

            It works great

            Comment

            Working...
            X