Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Referencing Multi-time frame indicators

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

    Referencing Multi-time frame indicators

    I am developing a strategy that need to reference the SMA of the 3rd Bars object with an index value of 2. I can't figure out how to get the SMA of the low.

    I tried
    SMA(BarsArray[2], Lows[2][0], 20)[0]

    but got the error 'No overload for method 'SMA' takes '3' arguments'.

    SMA(BarsArray[2], 20)[0] works fine but this is the SMA of the close. I need the Low.

    Any help?

    Marcus.

    #2
    How about
    SMA(Lows[2], 20)[0]

    Comment


      #3
      Originally posted by NinjaTrader_Dierk View Post
      How about
      SMA(Lows[2], 20)[0]
      This worked. I confirmed it with Print().

      Thanks Dierk.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      72 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      39 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      63 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      63 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      53 views
      0 likes
      Last Post CarlTrading  
      Working...
      X