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 Karado58, 11-26-2012, 02:57 PM
    8 responses
    14,825 views
    0 likes
    Last Post Option Whisperer  
    Started by Option Whisperer, Today, 09:05 AM
    0 responses
    1 view
    0 likes
    Last Post Option Whisperer  
    Started by cre8able, Yesterday, 01:16 PM
    3 responses
    11 views
    0 likes
    Last Post cre8able  
    Started by Harry, 05-02-2018, 01:54 PM
    10 responses
    3,204 views
    0 likes
    Last Post tharton3  
    Started by ChartTourist, Today, 08:22 AM
    0 responses
    6 views
    0 likes
    Last Post ChartTourist  
    Working...
    X