Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Call Function Every change of market depth

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

    Call Function Every change of market depth

    Dear friend......http://clip2net.com/s/6PdHOp
    like in the screenshot....I looking for a way to execute a function everytime onmarketdepth() is called. I have also brutally added some strings in OnMarketDepth() function but It doesn't run well ( some printf and some basically operation).

    Many thanks

    #2
    Hello ketron82,

    You may want to add a check to see if there is a "Operation.Update" event or a change in the price of the Market Depth Level to only call your function/calculations when this happens to minimize the calculations your Indicator is doing.

    Here is a list of the MarketDepthEventArgs you may check for.
    JCNinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_JC View Post
      Hello ketron82,

      You may want to add a check to see if there is a "Operation.Update" event or a change in the price of the Market Depth Level to only call your function/calculations when this happens to minimize the calculations your Indicator is doing.

      Here is a list of the MarketDepthEventArgs you may check for.
      http://www.ninjatrader.com/support/h...heventargs.htm
      ok tnx...yes ...resolved...I used my function into the iff the example
      Many thanks

      Comment


        #4
        Last question

        I need to do (long/long)=float or double but it doesn't working. How can I do?

        Comment


          #5
          Hello ketron82,

          Are you getting an error message? Or are you getting a value that you do not expect?
          JCNinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          566 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          330 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          101 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          547 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          548 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X