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

Fills

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

    Fills

    I've noticed while running this in a sim, my orders don't usually get filled immediately. I would assume this is due to it not filling on touch and instead when tick price is broken through. How do I change this to fill target/stop loss when I want an it to be filled as soon as the price flashes?

    #2
    Hello leonidaschrist,

    Thanks for your post.

    The default behavior of the strategy's fill algorithm is to fill a limit order once price has penetrated the limit price.

    This behavior can be changed by setting IsFillLimitOnTouch to true, in which case the strategy's fill algorithm will consider a limit order filled once price has reached the limit price, but does not necessarily need to trade through the limit price. Note that the strategy will use a more liberal fill algorithm for back-testing purposes only when this is set to true.

    See this help guide page about IsFillLimitOnTouch: https://ninjatrader.com/support/help...mitontouch.htm

    For realtime trades, you could use the setting 'Enforce Immediate Fills'. This may be turned on under Tools > Options > Trading > Enforce Immediate Fills.

    See this help guide page for more information: https://ninjatrader.com/support/help...dingProperties

    Let me know if I may assist further.

    Brandon H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Taddypole, 04-26-2024, 02:47 PM
    1 response
    12 views
    0 likes
    Last Post NinjaTrader_Eduardo  
    Started by futtrader, 04-21-2024, 01:50 AM
    6 responses
    58 views
    0 likes
    Last Post futtrader  
    Started by sgordet, Today, 11:48 AM
    0 responses
    4 views
    0 likes
    Last Post sgordet
    by sgordet
     
    Started by Trader146, Today, 11:41 AM
    0 responses
    5 views
    0 likes
    Last Post Trader146  
    Started by jpapa, 04-23-2024, 07:22 AM
    2 responses
    22 views
    0 likes
    Last Post rene69851  
    Working...
    X