Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

OnBarClose sygnal and run strategy on every tick

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

    OnBarClose sygnal and run strategy on every tick

    Hello,

    I just try to implement very simple strategy using moving averages.
    I do check for entry sygnal on every bar close. Open buy/sell position only on break.

    For this I use property OnBarClose = true;
    Buty when I start to implement part of logic with orders I found that I need to react every incoming tick.

    For example:
    1) when order filled , after first tick I have to create reverse order to save my position (stoploss)
    2) when the price break specific level I have in first tick modify my stop order to breakeven
    3) when I am in the position I have to modify orders to follow the price

    When bar close its too late to do smth.
    What should i do ?

    #2
    Hello akushyn,
    Thanks for posting today.

    If you are trying to react tick by tick between the bars opening and closing you can change your logic to CalculateOnBarClose=false and use the FirstTickOfBar property to determine if this is the first tick of the incoming bar. This property can be used to access the previous bar's index and allow you to calculate values based on the previous close.

    Please reference our sample in the link below. This better example gives a better explanation of the concept to allow you to accomplish what you are trying to accomplish.

    Here is a link to our reference sample strategy on developing strategies with IntraBar granularity.http://www.ninjatrader.com/support/f...ad.php?t=19387

    Here is a link to the help guide referencing the FirstTickOfBar property. http://www.ninjatrader.com/support/h...ttickofbar.htm

    Please let us know if we may be of further assistance for anything NinjaTrader.
    Alex G.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    566 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    330 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    547 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    548 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X