Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

StopLoss Failure

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

    StopLoss Failure

    Hi guys

    So I put my stoploss condition on -$500. but on many times the price changes so quickly my stoploss end up only excuting after I lose like $900 or $1000 or more.
    I operate on 5minutes chart, I even made the stop loss operate on 1minute time fram but still nothing changed, because those spikes in price sometimes happens instantly.

    So how do I ovoid this? it made me loose my account with my broker because it's against their rules if daily loss exceeded a cartain amout. and that's really bad.

    So how do I make sure my srategy always exist the trade at my exact stoploss and not fail?

    #2
    Hello onlinebusiness,

    Thanks for your post.

    If you are running your strategy with Calculate mode OnBarClose, you could instead run the script with Calculate.OnPriceChange or OnEachTick so that the strategy processes logic and places trades intrabar instead of only at the close of a bar.

    Calculate.OnPriceChange would allow the strategy to process logic for each change in price. Calculate.OnEachTick allows the strategy to process logic for each incoming tick that occurs.

    Calculate: https://ninjatrader.com/support/help.../calculate.htm

    Note that if this is due to market volatility then there might not really be a way to 100% avoid this occurring, as in volatile markets the market could move so far and fast that this could occur.

    Let me know if I may assist further.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    90 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    137 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    120 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    69 views
    0 likes
    Last Post PaulMohn  
    Working...
    X