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

Error in onmarketdepth

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

    Error in onmarketdepth

    protectedoverridevoid OnMarketDepth(MarketDepthEventArgs e)
    {
    // Print some data to the Output window
    if (e.Operation == Operation.Insert )
    Print(
    string.Format("Depth: {0} {1} {2} {3} {4}", e.MarketDataType, e.Operation, e.Price, e.Volume, Close[0]));
    }


    The error: the name "Operation" does not exist in current context. How to fix this?

    #2
    ssg10, not sure - the code works properly for me in 6.5.1000.11 - what release are you using? You can check this under Help > About.
    BertrandNinjaTrader Customer Service

    Comment


      #3
      1000.7 is my version

      Comment


        #4
        Please upgrade to the latest 6.5.1000.11 (Help > Download Site in the Control Center) and retry your code. Thanks.
        BertrandNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by helpwanted, Today, 03:06 AM
        1 response
        11 views
        0 likes
        Last Post sarafuenonly123  
        Started by Brevo, Today, 01:45 AM
        0 responses
        9 views
        0 likes
        Last Post Brevo
        by Brevo
         
        Started by aussugardefender, Today, 01:07 AM
        0 responses
        5 views
        0 likes
        Last Post aussugardefender  
        Started by pvincent, 06-23-2022, 12:53 PM
        14 responses
        242 views
        0 likes
        Last Post Nyman
        by Nyman
         
        Started by TraderG23, 12-08-2023, 07:56 AM
        9 responses
        387 views
        1 like
        Last Post Gavini
        by Gavini
         
        Working...
        X