Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Displaced SMA?

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

    Displaced SMA?

    Can someone give me simple code line for: Displaced -3 of SMA(5) CrossAbove SMA(13)
    Thanks,

    #2
    phillionair,

    Unfortunately it is not simple to get this displacement value. You will need to generate your own DataSeries that keeps track of the displaced value and then call it when you want it.

    Alternatively, you could try and make your own SMA indicator that does the displacement for you. You will need to replace all the Value.Set lines.

    Take Value.Set(Input[0]) and replace it with Value.Set(3, Input[0]). Add the "3" into all of the other Value.Sets and see if that works out for you.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_Josh View Post
      phillionair,

      Unfortunately it is not simple to get this displacement value. You will need to generate your own DataSeries that keeps track of the displaced value and then call it when you want it.

      Alternatively, you could try and make your own SMA indicator that does the displacement for you. You will need to replace all the Value.Set lines.

      Take Value.Set(Input[0]) and replace it with Value.Set(3, Input[0]). Add the "3" into all of the other Value.Sets and see if that works out for you.
      Josh,
      Where can I find more info./details about Value.Set/Displace? The help guide did not help much.

      Comment


        #4
        phillionair,

        Please check out the article on DataSeries. http://www.ninjatrader-support.com/H...iesObject.html

        Please read the "Setting Values - DataSeries.Set() & DataSeries.Reset()" section.
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by bortz, 11-06-2023, 08:04 AM
        47 responses
        1,603 views
        0 likes
        Last Post aligator  
        Started by jaybedreamin, Today, 05:56 PM
        0 responses
        8 views
        0 likes
        Last Post jaybedreamin  
        Started by DJ888, 04-16-2024, 06:09 PM
        6 responses
        18 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Started by Jon17, Today, 04:33 PM
        0 responses
        4 views
        0 likes
        Last Post Jon17
        by Jon17
         
        Started by Javierw.ok, Today, 04:12 PM
        0 responses
        12 views
        0 likes
        Last Post Javierw.ok  
        Working...
        X