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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      230 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      149 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      161 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      243 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      198 views
      0 likes
      Last Post CarlTrading  
      Working...
      X