Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Enter trade during bar but rest of strategy function on bar close

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

    Enter trade during bar but rest of strategy function on bar close

    I have built strategies with buy and sell buttons on the chart. They function based on "OnBarClose" and trade if certain conditions are met. The strategy handles other aspects of the trade and I want to use keep using it at the close of each bar however I would like my custom buy and sell buttons to work immediately before the candle closes.

    Is there code where I can write the strategy based on "OnEachTick" but have the remaining parts of the strategy only work at the close of each bar?

    #2
    Hello tak145,

    You can run with OnEachTick and trigger actions on bar close with IsFirstTickOfBar.


    You could also submit orders immediately from a button click if you wanted without waiting for OnBarUpdate() to update.
    I need some guidance. I need to create a script that has 3 plots that are public and they plot either a 1 or 0. But I need to create another indicator that has 3 chart buttons that sets these variables. The first indicator needs to get those values from the second indicator depending on the button clicks. Because of using
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks, I didn't know about First Tick. If I run the strategy OnEachTick is there code that can group data into bars. For instance, I want to find the minimum of the lows from the last two candles. The instantaneous order of my program can then size the contracts traded for a dollar amount I'm willing to risk.

      I'll have to study the chart button example since I'm new to C#. I probably used a button example from another threads of yours but it takes time for me to fully grasp the function.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by NullPointStrategies, Today, 05:17 AM
      0 responses
      50 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      126 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      69 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      42 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      46 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X