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 NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    65 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    139 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    75 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    50 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X