Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.
    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by usazencort, Today, 01:16 AM
    0 responses
    1 view
    0 likes
    Last Post usazencort  
    Started by kaywai, 09-01-2023, 08:44 PM
    5 responses
    602 views
    0 likes
    Last Post NinjaTrader_Jason  
    Started by xiinteractive, 04-09-2024, 08:08 AM
    6 responses
    22 views
    0 likes
    Last Post xiinteractive  
    Started by Pattontje, Yesterday, 02:10 PM
    2 responses
    20 views
    0 likes
    Last Post Pattontje  
    Started by flybuzz, 04-21-2024, 04:07 PM
    17 responses
    230 views
    0 likes
    Last Post TradingLoss  
    Working...
    X