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

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 wuannetraam, Today, 02:40 AM
    0 responses
    7 views
    0 likes
    Last Post wuannetraam  
    Started by cyberpete76, 03-27-2023, 12:29 AM
    7 responses
    268 views
    1 like
    Last Post slightly  
    Started by renewsaltwater, Today, 01:15 AM
    0 responses
    2 views
    0 likes
    Last Post renewsaltwater  
    Started by slightly, Today, 12:49 AM
    0 responses
    4 views
    0 likes
    Last Post slightly  
    Started by sdauteuil, 09-23-2021, 10:16 AM
    4 responses
    1,211 views
    0 likes
    Last Post jacobpescaia44  
    Working...
    X