Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Linear Regression Forecast (LRF)

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

    Linear Regression Forecast (LRF)

    Has anyone seen an Indicator on NT that use a regression on a moving average, typically titled as LRF?

    LRF = Regression(MA(PRICE, Z), X) + Slope * Y

    where
    Z = MA period
    X = Regression Period
    Y = Forecast Period (optional)
    Slope = Slope of the regression line

    #2
    Hi CRCatNinja, I'm not aware of this for NinjaTrader already. But you can easily create this by feeding the MA into the Linear Regression as input -
    Code:
    [SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]double[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][SIZE=2] myLRF = LinReg(SMA(Close, [/SIZE][/SIZE][SIZE=2][COLOR=#800080][SIZE=2][COLOR=#800080][SIZE=2][COLOR=#800080]20[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][SIZE=2]), [/SIZE][/SIZE][SIZE=2][COLOR=#800080][SIZE=2][COLOR=#800080][SIZE=2][COLOR=#800080]20[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][SIZE=2])[[/SIZE][/SIZE][SIZE=2][COLOR=#800080][SIZE=2][COLOR=#800080][SIZE=2][COLOR=#800080]0[/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][SIZE=2]];[/SIZE][/SIZE]
    [SIZE=2][SIZE=2][/SIZE][/SIZE]

    Comment


      #3
      Thank you, Bertrand!

      Comment


        #4
        For those of us that don't know how to code, could some nice person post the completed code after they modify it. It would be greatly appreciated.

        Comment


          #5
          Dandxg

          Here you go.

          Edit - please see above updated version
          Attached Files
          Last edited by Mindset; 04-08-2009, 04:56 AM. Reason: Newer version info

          Comment


            #6
            Thanks for sharing Mindset!

            Comment


              #7
              Tidied up version

              Rushed it a little and left a rogue dataseries in there.
              Now removed.
              Attached Files

              Comment


                #8
                Thank you Mind.

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by CaptainJack, 05-29-2026, 05:09 AM
                0 responses
                175 views
                0 likes
                Last Post CaptainJack  
                Started by CaptainJack, 05-29-2026, 12:02 AM
                0 responses
                91 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