Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy not generating an order outside regular trading hours

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

    Strategy not generating an order outside regular trading hours

    Hi,

    I created a strategy that automates simple market buy or sell orders so I can have trades placed at set levels outside regular trading hours. My Interactive Brokers Trade Station does not accept Limit orders until 8:30 the next day, only Market Orders at all time. I use NinjaScript to solve that restriction.

    A message is sent to the log every time my criteria are met, confirming the trade placement. I put such message logging in the following section:

    protected override void OnExecution(IExecution execution)

    A few things just happened (around 10:45 pm) upon execution of my criteria:

    1) My logged message comes up in yellow
    2) The IB Trade Station does not show any transaction
    3) The Dynamic SuperDOM is flat as well
    4) I see nothing under the Executions tab
    5) My chart is updated with a Marker.

    As I reset my database and reconnected to IB I got the following yellow error in my log:

    Error validating request -id cause - FA data operations ignored for non FA customers. ServerValidateError.

    How do I fix that ?

    - mp

    #2
    Hello,

    Does the strategy tab show a position? If you disable the strategy, doe the markers disappear from the strategy?

    Please send me your log and trace files for today so that I may look into what occurred.

    You can do this by going to the Control Center-> Help-> Mail to Support.

    Please reference the following thread in the body of the email:
    MatthewNinjaTrader Product Management

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    60 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    147 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    161 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    97 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    284 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X