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 Haiasi, 04-25-2024, 06:53 PM
          2 responses
          17 views
          0 likes
          Last Post Massinisa  
          Started by Creamers, Today, 05:32 AM
          0 responses
          5 views
          0 likes
          Last Post Creamers  
          Started by Segwin, 05-07-2018, 02:15 PM
          12 responses
          1,786 views
          0 likes
          Last Post Leafcutter  
          Started by poplagelu, Today, 05:00 AM
          0 responses
          3 views
          0 likes
          Last Post poplagelu  
          Started by fx.practic, 10-15-2013, 12:53 AM
          5 responses
          5,408 views
          0 likes
          Last Post Bidder
          by Bidder
           
          Working...
          X