Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Bid/Offer Depth functions

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

    Bid/Offer Depth functions

    Hello, I am new to Ninja Script and want to know how deep is Ninja functions.
    Is it possible to set a function that read the Market Bid Depth or Market Offer Depth , and to react on it?
    Lets say something like:
    if ( MarketBidSize [0] < 100 )
    MarketSell();

    Basically if the bid size goes below 100 then sell the position.

    Thank you.

    #2
    Hello MrN1njaTrader,

    Thank you for your note.

    Yes, it is possible to write a script which reads the order book and then executes an order based off conditions, for example if the volume offered at the best offer is greater than 10, buy long.

    I used the following sample indicator and moved the logic over to a strategy, which will check if the current offer is greater than 10 and if so, will enter a long position.



    The sample strategy is attached.

    Please let us know if you need further assistance.
    Attached Files
    Alan P.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_AlanP View Post
      Hello MrN1njaTrader,

      Thank you for your note.

      Yes, it is possible to write a script which reads the order book and then executes an order based off conditions, for example if the volume offered at the best offer is greater than 10, buy long.

      I used the following sample indicator and moved the logic over to a strategy, which will check if the current offer is greater than 10 and if so, will enter a long position.



      The sample strategy is attached.

      Please let us know if you need further assistance.
      Thank you!~ Very helpful!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      576 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      334 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
      553 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      551 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X