Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NT code for the last price

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

    NT code for the last price

    I am trying to set up my first indicator with market analyzer. I want to compare the last price/tick to the high of yesterday.

    would this be correct? Close[0] > High[1]

    I dont want to wait until the end of the bar (as this will be daily bars) and I have not found what is the "last" price code for NT.

    I also believe I need to set onbarclose to false and my understanding is that using something like "close[0]" will take less resources than "marketdata.last"

    #2
    If you are running your indicator on daily bars then yes Close[0] > High[1] will do current close price compared to yesterday's high. Setting CalculateOnBarClose = false will suffice in achieving what you want.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Thanks for the quick answer !!!!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      25 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      115 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      69 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      225 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      411 views
      0 likes
      Last Post CaptainJack  
      Working...
      X