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 tsantospinto, 04-12-2024, 07:04 PM
        7 responses
        126 views
        0 likes
        Last Post aligator  
        Started by futtrader, 04-21-2024, 01:50 AM
        5 responses
        56 views
        0 likes
        Last Post NinjaTrader_Eduardo  
        Started by PeakTry, Today, 10:49 AM
        0 responses
        2 views
        0 likes
        Last Post PeakTry
        by PeakTry
         
        Started by llanqui, Today, 10:32 AM
        0 responses
        5 views
        0 likes
        Last Post llanqui
        by llanqui
         
        Started by StockTrader88, 03-06-2021, 08:58 AM
        45 responses
        3,994 views
        3 likes
        Last Post johntraderuser2  
        Working...
        X