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 Hwop38, 05-04-2026, 07:02 PM
          0 responses
          161 views
          0 likes
          Last Post Hwop38
          by Hwop38
           
          Started by CaptainJack, 04-24-2026, 11:07 PM
          0 responses
          308 views
          0 likes
          Last Post CaptainJack  
          Started by Mindset, 04-21-2026, 06:46 AM
          0 responses
          245 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by M4ndoo, 04-20-2026, 05:21 PM
          0 responses
          349 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by M4ndoo, 04-19-2026, 05:54 PM
          0 responses
          179 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Working...
          X