Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NT needs OnBarCLose() function !

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

    NT needs OnBarCLose() function !

    I need make calculations every OnBarUpdate() but make actions OnBarCLose()....

    NT have a OnBarUpdate() function, but not a OnBarCLose() fuction.

    I am using FirstTickOfBar to simulate an OnBarCLose() function but somethings dont work correclty as the external indicators data returns.

    Please NT programmers kill "OnBarClose=true/false" and create OnBarCLose() function !!


    #2
    Originally posted by ninjo View Post
    I need make calculations every OnBarUpdate() but make actions OnBarCLose()....

    NT have a OnBarUpdate() function, but not a OnBarCLose() fuction.

    I am using FirstTickOfBar to simulate an OnBarCLose() function but somethings dont work correclty as the external indicators data returns.

    Please NT programmers kill "OnBarClose=true/false" and create OnBarCLose() function !!

    Split your calculations out into an indicator (CalculateOnBarClose=FALSE), and use CalculateOnBarClose=True for your strategy.

    Will that work?

    Comment


      #3
      Ey, works !

      Thanks sledge.


      PD: However i miss OnBarCLose() fuction

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      157 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      91 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      143 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      130 views
      1 like
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      107 views
      0 likes
      Last Post CarlTrading  
      Working...
      X