Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Time & Sales Classifications

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

    Time & Sales Classifications

    Hi,

    Where are the trade classifications in the T & S window generated (@bid, @ ask etc).

    Do they originate from an exchange generated code, or are they calculated within NT?

    If they are generated within NT, is it possible to access those same classifications from Ninja script without attempting to replicate it using the OnMarketData method?

    Thanks

    #2
    Generated from NT. You can self code it in OnMarketData() method yourself.

    - Declare local variables for bid/ask price
    - Monitor OnMarketData() and update the local variables with the changes in bid/ask price
    - Monitor OnMarketData() and compare the last price against the local variables
    RayNinjaTrader Customer Service

    Comment


      #3
      Ray,

      Thank you - I think I have it working...

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      370 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      241 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      205 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      292 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      253 views
      0 likes
      Last Post CarlTrading  
      Working...
      X