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 NullPointStrategies, Today, 05:17 AM
    0 responses
    29 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    124 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    64 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    41 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