Announcement

Collapse
No announcement yet.

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 CaptainJack, 05-29-2026, 05:09 AM
          0 responses
          176 views
          0 likes
          Last Post CaptainJack  
          Started by CaptainJack, 05-29-2026, 12:02 AM
          0 responses
          93 views
          0 likes
          Last Post CaptainJack  
          Started by charlesugo_1, 05-26-2026, 05:03 PM
          0 responses
          130 views
          0 likes
          Last Post charlesugo_1  
          Started by DannyP96, 05-18-2026, 02:38 PM
          1 response
          210 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 05-11-2026, 05:56 AM
          0 responses
          186 views
          0 likes
          Last Post CarlTrading  
          Working...
          X