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 Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      601 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      347 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      103 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      559 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      558 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X