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 PaulMohn, Today, 05:00 AM
      0 responses
      6 views
      0 likes
      Last Post PaulMohn  
      Started by ZenCortexAuCost, Today, 04:24 AM
      0 responses
      5 views
      0 likes
      Last Post ZenCortexAuCost  
      Started by ZenCortexAuCost, Today, 04:22 AM
      0 responses
      2 views
      0 likes
      Last Post ZenCortexAuCost  
      Started by SantoshXX, Today, 03:09 AM
      0 responses
      16 views
      0 likes
      Last Post SantoshXX  
      Started by DanielTynera, Today, 01:14 AM
      0 responses
      3 views
      0 likes
      Last Post DanielTynera  
      Working...
      X