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 kinfxhk, 07-14-2026, 09:39 AM
      0 responses
      125 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 10:18 AM
      0 responses
      105 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 09:50 AM
      0 responses
      84 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-13-2026, 07:21 AM
      0 responses
      104 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 07-11-2026, 02:11 AM
      0 responses
      83 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X