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

HELP to Split Swing(high/low) Indicator

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

    HELP to Split Swing(high/low) Indicator

    Hi,

    I was wondering if someone could help me split the Swing indicator in Ninja trader into swing highs(only) for one indicator, and swing lows(only) for another.

    Plus if you can add a drawn line that connect successive swing highs and same for swing lows... that would be awesome......

    I have a strategy that utilising these... willing to share with helpers.

    Plus note I'm a trader not a programmer.

    Cheers,
    Frankriso

    #2
    If no one is kind enough to help, a NinjaScript consultant can do this for you easily. Following is a list.

    RayNinjaTrader Customer Service

    Comment


      #3
      the auto trend line indicator will draw the lines between the successive swing highs and swing lows...

      so you could put two on a chart where one has the downtrend commented out and the other has teh uptrend commented out.

      If you need help with this, let me know...

      Comment


        #4
        Hi there I am interested in how one would do that if you dont mind?

        Originally posted by Laserdan View Post
        the auto trend line indicator will draw the lines between the successive swing highs and swing lows...

        so you could put two on a chart where one has the downtrend commented out and the other has teh uptrend commented out.

        If you need help with this, let me know...

        Comment


          #5
          if you edit the autoTrendLine indicator, there are 2 lines you need to comment out:

          RemoveDrawObject("DownTrendLine");
          and
          RemoveDrawObject("UpTrendLine");

          they are around lines 97 and 138

          if you comment these out, the indicator will have both the trend lines showing at the same time and you will not need to add 2 instances of the indicator to the chart

          Let me know if this helps

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by fx.practic, 10-15-2013, 12:53 AM
          5 responses
          5,404 views
          0 likes
          Last Post Bidder
          by Bidder
           
          Started by Shai Samuel, 07-02-2022, 02:46 PM
          4 responses
          95 views
          0 likes
          Last Post Bidder
          by Bidder
           
          Started by DJ888, Yesterday, 10:57 PM
          0 responses
          8 views
          0 likes
          Last Post DJ888
          by DJ888
           
          Started by MacDad, 02-25-2024, 11:48 PM
          7 responses
          159 views
          0 likes
          Last Post loganjarosz123  
          Started by Belfortbucks, Yesterday, 09:29 PM
          0 responses
          8 views
          0 likes
          Last Post Belfortbucks  
          Working...
          X