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 f.saeidi, Today, 11:02 AM
            1 response
            1 view
            0 likes
            Last Post NinjaTrader_BrandonH  
            Started by geotrades1, Today, 10:02 AM
            4 responses
            12 views
            0 likes
            Last Post geotrades1  
            Started by rajendrasubedi2023, Today, 09:50 AM
            3 responses
            15 views
            0 likes
            Last Post NinjaTrader_BrandonH  
            Started by lorem, Today, 09:18 AM
            2 responses
            11 views
            0 likes
            Last Post NinjaTrader_ChelseaB  
            Started by geddyisodin, Today, 05:20 AM
            4 responses
            30 views
            0 likes
            Last Post geddyisodin  
            Working...
            X