Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Capturing Log File message into Ninjascript

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

    Capturing Log File message into Ninjascript

    Hello NinjaTrader Community:

    Is there a way to capture the log file messages into Ninjascript? Why I ask is sometimes I get an error "stop price can't be changed above the market.....". I would like my script to act upon this error.

    Thank you

    #2
    Hello geekodude,

    There is not a way to capture the general log.

    If your script is having rejected orders we generally suggest to just try to fix that directly instead of handing rejections yourself. The error you mentioned is caused by the pricing used for the order. If you are placing a target too close to the active price then you run the risk of the order price being on the wrong side of the market when you submit it. Using a further away price could resolve this error.

    If you feel comfortable with handling every reject that the strategy may have you can look into disabling rejection handling: https://ninjatrader.com/support/help...tsub=rejection

    This would be a more advanced task as you need to make conditions for any type of rejection that your strategy may encounter, this also opens up the possibility that the strategy will place unwanted trades or do unwanted actions after a rejection as the strategy is not disabled. You would want to closely monitor the strategy while using this option.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    85 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    48 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    29 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    32 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    67 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X