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

Auto Trendline Detection for NT7

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

    Auto Trendline Detection for NT7

    Hey there.
    I was wondering if someone might have the knowledge to port the auto trendline detection indicator into NT7 beta?
    I have become used to watching this indicator and am keen to use it in the beta 7.
    Thanks
    raycam

    #2
    Hello,

    Since you are asking about NT7, I will have someone reply to you on Monday. Thank you for your patience.
    DenNinjaTrader Customer Service

    Comment


      #3
      raycam,

      Here is some information on code changes that will need to be addressed to convert the indicator to NT7. http://www.ninjatrader-support2.com/...ad.php?t=21016

      Hopefully that can provide you with some guidance.
      Josh P.NinjaTrader Customer Service

      Comment


        #4
        I have NO skill in code stuff. But I have had a go of adjusting the old 6.5 trendline automatic and have some issues with it before compiling.
        I have attached it for some kind person to have a look for me.
        Thanks
        raycam
        Attached Files

        Comment


          #5
          Raycam,
          Try this file.
          The lines that create the problem are the 2 DrawRay functions.

          Original is:
          DrawRay("UpTrendLine", upTrendStartBarsAgo, startBarPrice, upTrendEndBarsAgo, endBarPrice, UpTrendColor, DashStyle.Solid, LineWidth);

          Needs to be:
          DrawRay("UpTrendLine", false, upTrendStartBarsAgo, startBarPrice, upTrendEndBarsAgo, endBarPrice, UpTrendColor, DashStyle.Solid, LineWidth);

          Hope this helps.
          VT
          Attached Files

          Comment


            #6
            WOW - it works! Thanks
            I shouldn't sound so surprised but I am... after trying to understand the error messages and having not a single clue what to do- it seems amazing that it works now.
            Thanks again.
            I guess when NT7 is out of beta the indicator section will be filled with specially tweaked ones for people to download... Looking forward to it.
            raycam

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by wzgy0920, 02-22-2024, 01:11 AM
            5 responses
            32 views
            0 likes
            Last Post wzgy0920  
            Started by wzgy0920, Yesterday, 09:53 PM
            2 responses
            49 views
            0 likes
            Last Post wzgy0920  
            Started by Kensonprib, 04-28-2021, 10:11 AM
            5 responses
            191 views
            0 likes
            Last Post Hasadafa  
            Started by GussJ, 03-04-2020, 03:11 PM
            11 responses
            3,230 views
            0 likes
            Last Post xiinteractive  
            Started by andrewtrades, Today, 04:57 PM
            1 response
            14 views
            0 likes
            Last Post NinjaTrader_Manfred  
            Working...
            X