Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Rockie Question About Close[0]

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

    Rockie Question About Close[0]

    Hi,

    Obviously if your indicator is set to Calculate = Calculate.OnPriceChange;

    Then Close[0] will not just refer to the Close of the current bar, but the current price.

    Without changing Calculate to Calculate.OnBarClose or using Close[1]

    Is there another way to write "wait until the very last second of the bar, then print the Close[0] price?"

    Thank you.

    #2
    Hello davydhnz,

    You could do that on the first tick of a new bar, you would print the Close[1] on the new bar. The tick that closes the bar is also the tick that opens the new bar.

    Comment


      #3
      NinjaTrader_Jesse,

      I was hoping not to use the Close[0] method as it would require a major rewrite of the existing code,
      but it's the first time I've used on first tick for OnPriceChange.

      I assumed wrongly that it was only for Calculate.OnEachTick.

      So it's good to know that,

      Thanks for your reply!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      220 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      135 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      150 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      235 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      193 views
      0 likes
      Last Post CarlTrading  
      Working...
      X