Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Easy Indicator do not plot....

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

    #16
    Simplified ADX

    Originally posted by xenayoo View Post
    Thank you, Bertrand. That's it. And additionaly a little error in the calculation-Logic... Thank you very much...
    Good day Bertrand. In my search for an ADX to changes color for up/down, I came across this link. Can this code be modified to take the ADX indicator that comes standard in Ninja be able to change the line color?
    Your assistance is greatly appreciated. -K

    Comment


      #17
      Originally posted by xenayoo View Post
      Hi Bertrand,

      i add the code in my previous posting. And yes, you will see, i checked the current bar. In the original Indicator the checking was:

      if (CurrentBar == 0)

      but it doesn't work at all....
      What are the public properties of your Plots?

      Comment


        #18
        Changing Colors...

        Originally posted by Kstan View Post
        Good day Bertrand. In my search for an ADX to changes color for up/down, I came across this link. Can this code be modified to take the ADX indicator that comes standard in Ninja be able to change the line color?
        Your assistance is greatly appreciated. -K
        Hello Kstan,

        there is something, you should know: My Posting is from 2008(!). This way of changing colors with defining seperate plots is used in NinjaTrader 6.x! I suppose, you are using NinjaTrader7. Here you define 1 plot for the Line and change the Color by using PlotColors.

        Example:

        Code:
        ...
        PlotColors[PLOTNUMBER][BARSBACK] = Color.Green;
        ...
        Jens

        Comment


          #19
          Re: Simplified ADX

          Good day Jens,
          Thank you for the prompt reply.
          I am not a coder -- by a long shot. I am simply looking for the basic ADX which is in the Ninja 7 platform to have the color change as it pivots.
          Is there a place to copy that code config and then compile it; I have learned that much :-)

          Appreciated -K

          Comment


            #20
            Hi Kstan,
            You can edit system indicators through the Tools > Edit NinjaScript menu. Save copies of your own by right clicking > Save as and providing a new name.

            If you have limited time or programming experience to create this script, consider working with one of our 3rd party NinjaScript consultants to create the indicator to your specifications:
            Ryan M.NinjaTrader Customer Service

            Comment


              #21
              ADXmc for NT7

              Hello KSten,

              here is my actuall adxmc (ADXmulticolor). It shows the DI+ and DI- lines and the ADX-Lines with color-changing if it rise or fall. Additionaly it changes the Backgroundcolor, if ADX start rising between the DI-Lines after the are crossing.

              Jens
              Attached Files

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by DJ888, 04-16-2024, 06:09 PM
              6 responses
              18 views
              0 likes
              Last Post DJ888
              by DJ888
               
              Started by Jon17, Today, 04:33 PM
              0 responses
              1 view
              0 likes
              Last Post Jon17
              by Jon17
               
              Started by Javierw.ok, Today, 04:12 PM
              0 responses
              6 views
              0 likes
              Last Post Javierw.ok  
              Started by timmbbo, Today, 08:59 AM
              2 responses
              10 views
              0 likes
              Last Post bltdavid  
              Started by alifarahani, Today, 09:40 AM
              6 responses
              41 views
              0 likes
              Last Post alifarahani  
              Working...
              X