Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Submit an order on bar open price in the Strategy Analyzer

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

    Submit an order on bar open price in the Strategy Analyzer

    Hi,
    Is there a way to submit an order "on bar open" event in the Strategy Analyzer without using the TickReply?
    In my current version of the strategy, I use Calculate.OnPriceChange + IsFirstTickOfBar + TickReply to open an order at bar open price.
    If I don't use the TickReply then the OnBarUpdate() calls only on bar close even and the order fills at bar close price...

    All I need is to make an entry on bar open price. How can I avoid the TickReply in this case? I don't work inside the bar. Only the first tick needed.

    By the way, I use the unmanaged approach.

    Thanks,
    Lender.
    Last edited by Lender; 11-20-2018, 09:42 PM.

    #2
    Hello Lender,

    Thank you for the post.

    In general, the platform works OnBarClose for historical tests and there is no concept or option to set it to use OnBarOpen. IsFirstTickOfBar would generally be required to simulate OnBarOpen logic as that would be the tick which closed the prior bar and is opening the current bar. You would need intrabar granularity to activate the IsFirstTickOfBar property so it could be used logically.

    This is something you would need to use logic to do like you have explained.

    I look forward to being of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    84 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    47 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    66 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    69 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    58 views
    0 likes
    Last Post CarlTrading  
    Working...
    X