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 cre8able, Yesterday, 01:16 PM
        3 responses
        11 views
        0 likes
        Last Post cre8able  
        Started by ChartTourist, Today, 08:22 AM
        0 responses
        6 views
        0 likes
        Last Post ChartTourist  
        Started by LiamTwine, Today, 08:10 AM
        0 responses
        2 views
        0 likes
        Last Post LiamTwine  
        Started by Balage0922, Today, 07:38 AM
        0 responses
        5 views
        0 likes
        Last Post Balage0922  
        Started by JoMoon2024, Today, 06:56 AM
        0 responses
        6 views
        0 likes
        Last Post JoMoon2024  
        Working...
        X