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

test for no connection in OnStartUp

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

    test for no connection in OnStartUp

    I would like to test for no data connection in an Indicator OnStartup

    It seems checking to see if this is instantiated might work

    Bars.MarketData.Connection.Options.Provider

    but I'm not sure how to code that.....testing "== null" does not work

    the reason is that often I startup Ninja with no connection and it can cause a problem with some of my code...

    I use that object to know if the connection is Replay or not.

    Any suggestions?

    #2
    Originally posted by Turtle Trader View Post
    I would like to test for no data connection in an Indicator OnStartup

    It seems checking to see if this is instantiated might work

    Bars.MarketData.Connection.Options.Provider

    but I'm not sure how to code that.....testing "== null" does not work

    the reason is that often I startup Ninja with no connection and it can cause a problem with some of my code...

    I use that object to know if the connection is Replay or not.

    Any suggestions?
    ref: http://ninjatrader.com/support/forum...ad.php?t=76675

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by andrewtrades, Today, 04:57 PM
    1 response
    8 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by chbruno, Today, 04:10 PM
    0 responses
    6 views
    0 likes
    Last Post chbruno
    by chbruno
     
    Started by josh18955, 03-25-2023, 11:16 AM
    6 responses
    436 views
    0 likes
    Last Post Delerium  
    Started by FAQtrader, Today, 03:35 PM
    0 responses
    7 views
    0 likes
    Last Post FAQtrader  
    Started by rocketman7, Today, 09:41 AM
    5 responses
    19 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X