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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      37 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, Yesterday, 02:41 AM
      0 responses
      17 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      25 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      40 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      34 views
      0 likes
      Last Post CarlTrading  
      Working...
      X