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 sjsj2732, Yesterday, 04:31 AM
          0 responses
          35 views
          0 likes
          Last Post sjsj2732  
          Started by NullPointStrategies, 03-13-2026, 05:17 AM
          0 responses
          286 views
          0 likes
          Last Post NullPointStrategies  
          Started by argusthome, 03-08-2026, 10:06 AM
          0 responses
          286 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          133 views
          1 like
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          92 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Working...
          X